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.in15
1 files changed, 10 insertions, 5 deletions
diff --git a/ares_config.h.in b/ares_config.h.in
index 70c60dc..3dbc68c 100644
--- a/ares_config.h.in
+++ b/ares_config.h.in
@@ -9,9 +9,18 @@
/* when building as static part of libcurl */
#undef BUILDING_LIBCURL
+/* Defined for build that exposes internal static functions for testing. */
+#undef CARES_EXPOSE_STATICS
+
+/* Defined for build with symbol hiding. */
+#undef CARES_SYMBOL_HIDING
+
/* Definition to make a library symbol externally visible. */
#undef CARES_SYMBOL_SCOPE_EXTERN
+/* Use resolver library to configure cares */
+#undef CARES_USE_LIBRESOLV
+
/* if a /etc/inet dir is being used */
#undef ETC_INET
@@ -322,8 +331,7 @@
/* Define to 1 if you have the ws2tcpip.h header file. */
#undef HAVE_WS2TCPIP_H
-/* Define to the sub-directory in which libtool stores uninstalled libraries.
- */
+/* Define to the sub-directory where libtool stores uninstalled libraries. */
#undef LT_OBJDIR
/* Define to 1 if you need the malloc.h header file even with stdlib.h */
@@ -338,9 +346,6 @@
/* Define to 1 if _THREAD_SAFE preprocessor symbol must be defined. */
#undef NEED_THREAD_SAFE
-/* Define to 1 if your C compiler doesn't accept -c and -o together. */
-#undef NO_MINUS_C_MINUS_O
-
/* cpu-machine-OS */
#undef OS