aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-08-30 17:09:40 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-08-30 17:09:40 +0000
commit59a1af9c994710f2ddd1545441b32b8412f3e4bb (patch)
tree7aa6c43db0281c4ae10f364145a18d5b5bd04192 /config.h.win32
parent983a2d5d2ba1fcf1c406f22ee9de297e80d80772 (diff)
Add a couple of comments to HAVE_DIRECT_H, HAVE_WINDOWS_H and HAVE_WINSOCK2_H
svn path=/trunk/; revision=29631
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win3213
1 files changed, 9 insertions, 4 deletions
diff --git a/config.h.win32 b/config.h.win32
index ec104a395e..fd93726b6c 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -103,6 +103,9 @@
/* Define if you have the <arpa/inet.h> header file. */
/* #undef HAVE_ARPA_INET_H */
+/* Define if you have the <direct.h> header file. */
+#define HAVE_DIRECT_H 1
+
/* Define if you have the <fcntl.h> header file. */
#define HAVE_FCNTL_H 1
@@ -151,6 +154,12 @@
/* Define if you have the <unistd.h> header file. */
/* #define HAVE_UNISTD_H 1 */
+/* Define if you have the <windows.h> header file. */
+#define HAVE_WINDOWS_H 1
+
+/* Define if you have the <winsock2.h> header file. */
+#define HAVE_WINSOCK2_H 1
+
/* Define if <inttypes.h> defines PRI[doxu]64 macros */
/* #define INTTYPES_H_DEFINES_FORMATS */
@@ -249,7 +258,6 @@
/* Define to have GeoIP */
@HAVE_GEOIP@
-
#ifndef WIN32
#define WIN32 1
#endif
@@ -260,9 +268,6 @@
/* Define to have ntddndis.h */
@HAVE_NTDDNDIS_H@
-#define HAVE_WINDOWS_H 1
-#define HAVE_WINSOCK2_H 1
-#define HAVE_DIRECT_H 1
#define NEED_INET_ATON_H 1
#define NEED_INET_V6DEFS_H 1
/* Visual C 9 (2008) now needs these prototypes */