summaryrefslogtreecommitdiff
path: root/ares_config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'ares_config.h.in')
-rw-r--r--ares_config.h.in23
1 files changed, 11 insertions, 12 deletions
diff --git a/ares_config.h.in b/ares_config.h.in
index c6c527f..70c60dc 100644
--- a/ares_config.h.in
+++ b/ares_config.h.in
@@ -9,21 +9,15 @@
/* when building as static part of libcurl */
#undef BUILDING_LIBCURL
-/* when building c-ares library */
-#undef CARES_BUILDING_LIBRARY
-
-/* when not building a shared library */
-#undef CARES_STATICLIB
-
-/* Define to 1 to enable hiding of library internal symbols. */
-#undef CARES_SYMBOL_HIDING
-
/* Definition to make a library symbol externally visible. */
#undef CARES_SYMBOL_SCOPE_EXTERN
/* if a /etc/inet dir is being used */
#undef ETC_INET
+/* Define to the type of arg 2 for gethostname. */
+#undef GETHOSTNAME_TYPE_ARG2
+
/* Define to the type qualifier of arg 1 for getnameinfo. */
#undef GETNAMEINFO_QUAL_ARG1
@@ -332,9 +326,6 @@
*/
#undef LT_OBJDIR
-/* Define to 1 if you are building a native Windows target. */
-#undef NATIVE_WINDOWS
-
/* Define to 1 if you need the malloc.h header file even with stdlib.h */
#undef NEED_MALLOC_H
@@ -452,6 +443,9 @@
/* The size of `long', as computed by sizeof. */
#undef SIZEOF_LONG
+/* The size of `short', as computed by sizeof. */
+#undef SIZEOF_SHORT
+
/* The size of `size_t', as computed by sizeof. */
#undef SIZEOF_SIZE_T
@@ -496,6 +490,11 @@
# undef _ALL_SOURCE
#endif
+/* Enable large inode numbers on Mac OS X 10.5. */
+#ifndef _DARWIN_USE_64_BIT_INODE
+# define _DARWIN_USE_64_BIT_INODE 1
+#endif
+
/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS