diff options
Diffstat (limited to 'config.hin')
-rw-r--r-- | config.hin | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config.hin b/config.hin index 2c9cfb367..b4cc99ca2 100644 --- a/config.hin +++ b/config.hin @@ -738,6 +738,9 @@ /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ #undef HAVE_NDIR_H +/* Define to 1 if you have the <netdb.h> header file. */ +#undef HAVE_NETDB_H + /* Define to 1 if you have the <netinet/in.h> header file. */ #undef HAVE_NETINET_IN_H @@ -1142,6 +1145,9 @@ /* Define to 1 if you have the <sys/resource.h> header file. */ #undef HAVE_SYS_RESOURCE_H +/* Define to 1 if you have the <sys/socket.h> header file. */ +#undef HAVE_SYS_SOCKET_H + /* Define to 1 if you have the <sys/statfs.h> header file. */ #undef HAVE_SYS_STATFS_H @@ -1300,6 +1306,9 @@ /* Define if utimes works properly. */ #undef HAVE_WORKING_UTIMES +/* Define to 1 if you have the <ws2tcpip.h> header file. */ +#undef HAVE_WS2TCPIP_H + /* Define to 1 if the system has the type `_Bool'. */ #undef HAVE__BOOL |