diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-04-22 23:07:30 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-04-22 23:07:30 (GMT) |
commit | 8bbf1fb8e0f75efd88742eae03409e9c7ef9d11c (patch) | |
tree | 5f96df809820f5d4b1e09080dc72088eb53505d3 /fortran | |
parent | ccd5f5d41e06292340d526e4883a89787e9e3d6b (diff) | |
download | hdf5-8bbf1fb8e0f75efd88742eae03409e9c7ef9d11c.zip hdf5-8bbf1fb8e0f75efd88742eae03409e9c7ef9d11c.tar.gz hdf5-8bbf1fb8e0f75efd88742eae03409e9c7ef9d11c.tar.bz2 |
[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:
Diffstat (limited to 'fortran')
-rw-r--r-- | fortran/src/H5config_fortran.h.in | 30 |
1 files changed, 30 insertions, 0 deletions
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 <inttypes.h> 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 <netinet/tcp.h> header file. */ +#undef HAVE_NETINET_TCP_H + +/* Define if `socklen_t' is defined */ +#undef HAVE_SOCKLEN_T + /* Define to 1 if you have the <stdint.h> header file. */ #undef HAVE_STDINT_H /* Define to 1 if you have the <stdlib.h> 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 <strings.h> header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the <string.h> header file. */ #undef HAVE_STRING_H +/* 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/stat.h> header file. */ #undef HAVE_SYS_STAT_H /* Define to 1 if you have the <sys/types.h> header file. */ #undef HAVE_SYS_TYPES_H +/* Define to 1 if you have the <szlib.h> header file. */ +#undef HAVE_SZLIB_H + /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H |