aboutsummaryrefslogtreecommitdiff
path: root/ares/config-win32.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-04-14 13:50:32 +0000
committerYang Tse <yangsita@gmail.com>2009-04-14 13:50:32 +0000
commit9cc6ab39220c60ee59eaae8b207216c0a319d384 (patch)
treed630c9b0b2012e239949a0c95d07315e684b2dd7 /ares/config-win32.h
parent2c27e24bb4cabe964d3eacfa6d809d1672e5dc82 (diff)
use HAVE_LIMITS_H symbol to protect limits.h inclusion
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 f28125581..e8c5d72a4 100644
--- a/ares/config-win32.h
+++ b/ares/config-win32.h
@@ -29,6 +29,9 @@
#define HAVE_GETOPT_H 1
#endif
+/* Define if you have the <limits.h> header file. */
+#define HAVE_LIMITS_H 1
+
/* Define if you have the <signal.h> header file. */
#define HAVE_SIGNAL_H 1