summaryrefslogtreecommitdiff
path: root/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
commit797372b0f499f35f7cf518543ea3ed281e379d3d (patch)
treeaf14d0dfd82a3f0abb29089252b03930261b2736 /config-win32.h
parent2cb5cbba341fb6ee55434d4596c1cae15dbc6f37 (diff)
downloadc-ares-797372b0f499f35f7cf518543ea3ed281e379d3d.tar.gz
c-ares-797372b0f499f35f7cf518543ea3ed281e379d3d.tar.bz2
c-ares-797372b0f499f35f7cf518543ea3ed281e379d3d.zip
strdup() clone for systems/configurations which lack it
Diffstat (limited to 'config-win32.h')
-rw-r--r--config-win32.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config-win32.h b/config-win32.h
index eb8fed7..5e26fa6 100644
--- a/config-win32.h
+++ b/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