diff options
author | Tor Lillqvist <tml@iki.fi> | 2009-12-14 03:16:55 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2009-12-14 03:16:55 +0200 |
commit | a0bcd63304c683d54e1d55203922a58de672b8f6 (patch) | |
tree | 37fc04baba53f4752acfd31fc35b9e4fed000017 /config.h.win32.in | |
parent | 8dc200db043fb7251baed6e346a7c5542a24a7b9 (diff) |
Don't check for headers we include unconditionally
Don't bother checking for winsock2.h and mswsock.h in the configure
script as we include these unconditionally when building for Windows
anyway.
Diffstat (limited to 'config.h.win32.in')
-rw-r--r-- | config.h.win32.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.win32.in b/config.h.win32.in index d72ad8083..b59947487 100644 --- a/config.h.win32.in +++ b/config.h.win32.in @@ -598,9 +598,6 @@ /* Define to 1 if you have the `wcslen' function. */ #define HAVE_WCSLEN 1 -/* We are not checking for windows.h, why this? */ -#define HAVE_WINSOCK2_H 1 - /* Define if you have the 'wint_t' type. */ #define HAVE_WINT_T 1 |