diff options
| -rw-r--r-- | lib/connect.c | 1 | ||||
| -rw-r--r-- | lib/setup.h | 9 | 
2 files changed, 5 insertions, 5 deletions
| diff --git a/lib/connect.c b/lib/connect.c index 97d5d34d0..3de043b94 100644 --- a/lib/connect.c +++ b/lib/connect.c @@ -68,7 +68,6 @@  #endif  #ifdef WIN32 -#define HAVE_IOCTLSOCKET  #include <windows.h>  #define EINPROGRESS WSAEINPROGRESS  #define EWOULDBLOCK WSAEWOULDBLOCK diff --git a/lib/setup.h b/lib/setup.h index ebab1367d..dfe412b3b 100644 --- a/lib/setup.h +++ b/lib/setup.h @@ -39,16 +39,17 @@  #ifdef HAVE_CONFIG_H  #include "config.h" /* the configure script results */ +#else +#ifdef WIN32 +/* hand-modified win32 config.h! */ +#include "config-win32.h" +#endif  #endif  #ifdef VMS  /* hand-modified VMS config.h! */  #include "config-vms.h"  #endif -#ifdef WIN32 -/* hand-modified win32 config.h! */ -#include "config-win32.h" -#endif  #ifdef macintosh  /* hand-modified MacOS config.h! */  #include "config-mac.h" | 
