From b7170a25ceb924da4ccf2a589e84680d92526a17 Mon Sep 17 00:00:00 2001 From: Thomas Radke Date: Wed, 8 Nov 2000 15:05:36 -0500 Subject: [svn-r2816] Purpose: Bugfix Description: Added defines for HAVE_SYS_TYPES_H, HAVE_SYS_SOCKET_H, and HAVE_STRUCT_SOCKLENT_T. Platforms tested: Solaris 2.6 and 2.7 IRIX64 Linux Windows NT (command line configure with gcc and cl) --- src/H5config.h.in | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/H5config.h.in b/src/H5config.h.in index aeef052..83d7a08 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -89,9 +89,12 @@ /* Define if the stream virtual file driver should be compiled */ #undef HAVE_STREAM -/* Define if you have the header file. */ +/* Define if header file is available */ #undef HAVE_NETINET_TCP_H +/* Define if struct socklen_t is known */ +#undef HAVE_STRUCT_SOCKLEN_T + /* The number of bytes in a __int64. */ #undef SIZEOF___INT64 @@ -305,6 +308,9 @@ /* Define if you have the header file. */ #undef HAVE_SYS_RESOURCE_H +/* Define if you have the header file. */ +#undef HAVE_SYS_SOCKET_H + /* Define if you have the header file. */ #undef HAVE_SYS_STAT_H @@ -317,6 +323,9 @@ /* Define if you have the header file. */ #undef HAVE_SYS_TIMEB_H +/* Define if you have the header file. */ +#undef HAVE_SYS_TYPES_H + /* Define if you have the header file. */ #undef HAVE_UNISTD_H -- cgit v0.12