diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-11-09 05:10:20 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-11-09 05:10:20 (GMT) |
commit | c0dec492998d5265a98fcbc8caee24a7c0192df9 (patch) | |
tree | 793019bd5bcfc00d2fbd2d933a3fb74d9d5f18c6 /src/H5config.h.in | |
parent | a219b97a88ffbc8d1641b1a1de7897823e7716ae (diff) | |
download | hdf5-c0dec492998d5265a98fcbc8caee24a7c0192df9.zip hdf5-c0dec492998d5265a98fcbc8caee24a7c0192df9.tar.gz hdf5-c0dec492998d5265a98fcbc8caee24a7c0192df9.tar.bz2 |
[svn-r2840] Purpose:
Regenerated
Description:
Just regenerated the H5config.h.in file with the newest changes
from Thomas.
Diffstat (limited to 'src/H5config.h.in')
-rw-r--r-- | src/H5config.h.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index ca36216..e1ee542 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -89,10 +89,7 @@ /* Define if the stream virtual file driver should be compiled */ #undef HAVE_STREAM -/* Define if <netinet/tcp.h> header file is available */ -#undef HAVE_NETINET_TCP_H - -/* Define if 'socklen_t' is available */ +/* Define if `socklen_t' is defined */ #undef HAVE_SOCKLEN_T /* The number of bytes in a __int64. */ @@ -281,6 +278,9 @@ /* Define if you have the <mfhdf.h> header file. */ #undef HAVE_MFHDF_H +/* Define if you have the <netinet/tcp.h> header file. */ +#undef HAVE_NETINET_TCP_H + /* Define if you have the <pdb.h> header file. */ #undef HAVE_PDB_H |