diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2007-11-20 03:43:58 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2007-11-20 03:43:58 (GMT) |
commit | b4f4670c811cae49e08f1799b6ea69a8bb1345f3 (patch) | |
tree | 5bcfdbd9e8dd0e86ee816d33da7739e752edcf34 /src/H5config.h.in | |
parent | f23b5aafc1878b0dd4aac27184500c19cf0b8edd (diff) | |
download | hdf5-b4f4670c811cae49e08f1799b6ea69a8bb1345f3.zip hdf5-b4f4670c811cae49e08f1799b6ea69a8bb1345f3.tar.gz hdf5-b4f4670c811cae49e08f1799b6ea69a8bb1345f3.tar.bz2 |
[svn-r14270] Description:
Removed the stream-vfd from the basic library code.
(The stream-vfd source files are not removed yet but the MANIFEST has been
updated to NOT release those stream-vfd source files.)
Platforms tested:
Kagiso and smirom.
Then test the release tar ball in kagiso.
Diffstat (limited to 'src/H5config.h.in')
-rw-r--r-- | src/H5config.h.in | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index b382f14..0c89e98 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -225,12 +225,6 @@ /* Define if `MPI_Info_c2f' and `MPI_Info_f2c' exists */ #undef HAVE_MPI_MULTI_LANG_Info -/* Define to 1 if you have the <netinet/in.h> header file. */ -#undef HAVE_NETINET_IN_H - -/* Define to 1 if you have the <netinet/tcp.h> header file. */ -#undef HAVE_NETINET_TCP_H - /* Define if we have parallel support */ #undef HAVE_PARALLEL @@ -261,9 +255,6 @@ /* Define to 1 if you have the `snprintf' function. */ #undef HAVE_SNPRINTF -/* Define if `socklen_t' is defined */ -#undef HAVE_SOCKLEN_T - /* Define to 1 if you have the `srandom' function. */ #undef HAVE_SRANDOM @@ -285,9 +276,6 @@ /* Define to 1 if you have the `strdup' function. */ #undef HAVE_STRDUP -/* Define if the stream virtual file driver should be compiled */ -#undef HAVE_STREAM - /* Define to 1 if you have the <strings.h> header file. */ #undef HAVE_STRINGS_H @@ -309,9 +297,6 @@ /* Define to 1 if you have the `system' function. */ #undef HAVE_SYSTEM -/* Define to 1 if you have the <sys/filio.h> header file. */ -#undef HAVE_SYS_FILIO_H - /* Define to 1 if you have the <sys/fpu.h> header file. */ #undef HAVE_SYS_FPU_H |