summaryrefslogtreecommitdiff
path: root/config-win32.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-03-22 14:02:23 +0100
committerYang Tse <yangsita@gmail.com>2011-03-22 14:02:23 +0100
commit8c503ddf7993f05453f67baf8892178c428fa741 (patch)
tree643158c1092b64aff2a14ad70c25bea59b31b723 /config-win32.h
parentef8e2ad6017a9e3a1d08b5f9e73d2bb0773cd1bb (diff)
downloadc-ares-8c503ddf7993f05453f67baf8892178c428fa741.tar.gz
c-ares-8c503ddf7993f05453f67baf8892178c428fa741.tar.bz2
c-ares-8c503ddf7993f05453f67baf8892178c428fa741.zip
System's errno.h inclusion cleanup.
System's errno.h is conditionally included from setup_once.h
Diffstat (limited to 'config-win32.h')
-rw-r--r--config-win32.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/config-win32.h b/config-win32.h
index 635845d..5d13f4c 100644
--- a/config-win32.h
+++ b/config-win32.h
@@ -2,7 +2,7 @@
#define __ARES_CONFIG_WIN32_H
-/* Copyright (C) 2004 - 2010 by Daniel Stenberg et al
+/* Copyright (C) 2004 - 2011 by Daniel Stenberg et al
*
* Permission to use, copy, modify, and distribute this software and its
* documentation for any purpose and without fee is hereby granted, provided
@@ -26,6 +26,9 @@
/* Define if you have the <assert.h> header file. */
#define HAVE_ASSERT_H 1
+/* Define if you have the <errno.h> header file. */
+#define HAVE_ERRNO_H 1
+
/* Define if you have the <getopt.h> header file. */
#if defined(__MINGW32__) || defined(__POCC__)
#define HAVE_GETOPT_H 1