aboutsummaryrefslogtreecommitdiff
path: root/src/config-win32.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2005-12-16 20:55:07 +0000
committerYang Tse <yangsita@gmail.com>2005-12-16 20:55:07 +0000
commite105d5c28f3f6c7034a8da2682bbc662ad6c15e1 (patch)
treeace47dc7dd2070e741f26d324cc64dc56c48980e /src/config-win32.h
parentd6ffb4c177615e766268bd4ab3afc9cef77aa7c9 (diff)
'Fix' windows builds
Diffstat (limited to 'src/config-win32.h')
-rw-r--r--src/config-win32.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/config-win32.h b/src/config-win32.h
index e6dde29d1..307627f27 100644
--- a/src/config-win32.h
+++ b/src/config-win32.h
@@ -23,6 +23,18 @@
/* Define if you have the <fcntl.h> header file. */
#define HAVE_FCNTL_H 1
+/* Define if you have the <windows.h> header file. */
+#define HAVE_WINDOWS_H 1
+
+/* Define if you have the <winsock.h> header file. */
+#define HAVE_WINSOCK_H 1
+
+/* Define if you have the <winsock2.h> header file. */
+#define HAVE_WINSOCK2_H 1
+
+/* Define if you have the <ws2tcpip.h> header file. */
+#define HAVE_WS2TCPIP_H 1
+
/* Define if you have utime() */
#if !defined(__BORLANDC__)
#define HAVE_UTIME 1