summaryrefslogtreecommitdiff
path: root/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
commit262ff45c9d82566ab8f69f8dcaf11584ceab20a0 (patch)
treeec85a5263d08a3660e097f4c3e57f397b3230c6e /config-win32.h
parent737707bf4bc37017ffce685dbe088a9cd359a3d4 (diff)
downloadc-ares-262ff45c9d82566ab8f69f8dcaf11584ceab20a0.tar.gz
c-ares-262ff45c9d82566ab8f69f8dcaf11584ceab20a0.tar.bz2
c-ares-262ff45c9d82566ab8f69f8dcaf11584ceab20a0.zip
use HAVE_LIMITS_H symbol to protect limits.h inclusion
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 f281255..e8c5d72 100644
--- a/config-win32.h
+++ b/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