aboutsummaryrefslogtreecommitdiff
path: root/ares/config-win32.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-09-11 04:02:49 +0000
committerYang Tse <yangsita@gmail.com>2008-09-11 04:02:49 +0000
commit802f1e44066b8be4612b97c58519de15d799e6b7 (patch)
tree607feb84fa0990e393ce623e185871b989539423 /ares/config-win32.h
parenta37cc6cb080132df25d37788d3482213688c7f70 (diff)
strdup() clone for systems/configurations which lack it
Diffstat (limited to 'ares/config-win32.h')
-rw-r--r--ares/config-win32.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ares/config-win32.h b/ares/config-win32.h
index eb8fed72c..5e26fa61d 100644
--- a/ares/config-win32.h
+++ b/ares/config-win32.h
@@ -79,6 +79,9 @@
/* Define if you have the ioctlsocket function. */
#define HAVE_IOCTLSOCKET 1
+/* Define if you have the strdup function. */
+#define HAVE_STRDUP 1
+
/* Define if you have the recv function. */
#define HAVE_RECV 1