From e105d5c28f3f6c7034a8da2682bbc662ad6c15e1 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 16 Dec 2005 20:55:07 +0000 Subject: 'Fix' windows builds --- src/config-win32.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/config-win32.h') 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 header file. */ #define HAVE_FCNTL_H 1 +/* Define if you have the header file. */ +#define HAVE_WINDOWS_H 1 + +/* Define if you have the header file. */ +#define HAVE_WINSOCK_H 1 + +/* Define if you have the header file. */ +#define HAVE_WINSOCK2_H 1 + +/* Define if you have the header file. */ +#define HAVE_WS2TCPIP_H 1 + /* Define if you have utime() */ #if !defined(__BORLANDC__) #define HAVE_UTIME 1 -- cgit v1.2.3