From 8bbf1fb8e0f75efd88742eae03409e9c7ef9d11c Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Tue, 22 Apr 2003 18:07:30 -0500 Subject: [svn-r6735] Purpose: Update Description: Ran "autoheader" to gather some of the added #defines that were included in the configure.in file over the months... Platforms tested: Arabica & Baldric (Fortran) Modi4 (Parallel & Fortran) Verbena (C++ & Fortran) All with --enable-stream-vfd and doing a "make check-install". Misc. update: --- fortran/src/H5config_fortran.h.in | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/fortran/src/H5config_fortran.h.in b/fortran/src/H5config_fortran.h.in index 439dfa0..b250c31 100644 --- a/fortran/src/H5config_fortran.h.in +++ b/fortran/src/H5config_fortran.h.in @@ -12,9 +12,24 @@ /* Define if support for shuffle filter is enabled */ #undef HAVE_FILTER_SHUFFLE +/* Define if support for szip filter is enabled */ +#undef HAVE_FILTER_SZIP + /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the `m' library (-lm). */ +#undef HAVE_LIBM + +/* Define to 1 if you have the `nsl' library (-lnsl). */ +#undef HAVE_LIBNSL + +/* Define to 1 if you have the `socket' library (-lsocket). */ +#undef HAVE_LIBSOCKET + +/* Define to 1 if you have the `sz' library (-lsz). */ +#undef HAVE_LIBSZ + /* Define to 1 if you have the `z' library (-lz). */ #undef HAVE_LIBZ @@ -27,24 +42,39 @@ /* Define if `MPI_Info_c2f' and `MPI_Info_f2c' exists */ #undef HAVE_MPI_MULTI_LANG_Info +/* Define to 1 if you have the header file. */ +#undef HAVE_NETINET_TCP_H + +/* Define if `socklen_t' is defined */ +#undef HAVE_SOCKLEN_T + /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H +/* Define if the stream virtual file driver should be compiled */ +#undef HAVE_STREAM + /* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_FILIO_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SZLIB_H + /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H -- cgit v0.12