diff options
-rw-r--r-- | lib/config-os400.h | 3 | ||||
-rw-r--r-- | lib/config-riscos.h | 3 | ||||
-rw-r--r-- | lib/config-tpf.h | 3 | ||||
-rw-r--r-- | lib/config-vxworks.h | 3 | ||||
-rw-r--r-- | lib/config-win32.h | 5 | ||||
-rw-r--r-- | lib/config-win32ce.h | 3 |
6 files changed, 0 insertions, 20 deletions
diff --git a/lib/config-os400.h b/lib/config-os400.h index 47b09465a..d68cb4b18 100644 --- a/lib/config-os400.h +++ b/lib/config-os400.h @@ -328,9 +328,6 @@ /* Define if you have the <unistd.h> header file. */ #define HAVE_UNISTD_H -/* Define if you have the <winsock.h> header file. */ -#undef HAVE_WINSOCK_H - /* Define if you have the <x509.h> header file. */ #undef HAVE_X509_H diff --git a/lib/config-riscos.h b/lib/config-riscos.h index 6c6ff45ea..9986b20fb 100644 --- a/lib/config-riscos.h +++ b/lib/config-riscos.h @@ -305,9 +305,6 @@ /* Define if you have the <unistd.h> header file. */ #define HAVE_UNISTD_H -/* Define if you have the <winsock.h> header file. */ -#undef HAVE_WINSOCK_H - /* Define if you have the <x509.h> header file. */ #undef HAVE_X509_H diff --git a/lib/config-tpf.h b/lib/config-tpf.h index 0562ec91e..cce06cedd 100644 --- a/lib/config-tpf.h +++ b/lib/config-tpf.h @@ -483,9 +483,6 @@ /* Define to 1 if you have the <winsock2.h> header file. */ /* #undef HAVE_WINSOCK2_H */ -/* Define to 1 if you have the <winsock.h> header file. */ -/* #undef HAVE_WINSOCK_H */ - /* Define this symbol if your OS supports changing the contents of argv */ /* #undef HAVE_WRITABLE_ARGV */ diff --git a/lib/config-vxworks.h b/lib/config-vxworks.h index 042e67ee9..af1d87345 100644 --- a/lib/config-vxworks.h +++ b/lib/config-vxworks.h @@ -601,9 +601,6 @@ /* Define to 1 if you have the winsock2.h header file. */ /* #undef HAVE_WINSOCK2_H */ -/* Define to 1 if you have the winsock.h header file. */ -/* #undef HAVE_WINSOCK_H */ - /* Define this symbol if your OS supports changing the contents of argv */ #define HAVE_WRITABLE_ARGV 1 diff --git a/lib/config-win32.h b/lib/config-win32.h index b6a6ced59..89593a815 100644 --- a/lib/config-win32.h +++ b/lib/config-win32.h @@ -132,9 +132,6 @@ /* 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. */ #ifndef __SALFORDC__ #define HAVE_WINSOCK2_H 1 @@ -381,7 +378,6 @@ #ifdef USE_LWIPSOCK # undef USE_WINSOCK -# undef HAVE_WINSOCK_H # undef HAVE_WINSOCK2_H # undef HAVE_WS2TCPIP_H # undef HAVE_ERRNO_H @@ -412,7 +408,6 @@ #undef byte #undef word #undef USE_WINSOCK - #undef HAVE_WINSOCK_H #undef HAVE_WINSOCK2_H #undef HAVE_WS2TCPIP_H #define HAVE_GETADDRINFO diff --git a/lib/config-win32ce.h b/lib/config-win32ce.h index 70b7ae7b5..889028b26 100644 --- a/lib/config-win32ce.h +++ b/lib/config-win32ce.h @@ -110,9 +110,6 @@ /* 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 |