From b6889655a1eefe7ebb3ff8b17ada4134269b460a Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Wed, 24 Apr 2002 17:01:38 -0500 Subject: [svn-r5249] This commit was manufactured by cvs2svn to create branch 'hdf5_1_4'. --- fortran/src/H5config_fortran.h.in | 61 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 fortran/src/H5config_fortran.h.in diff --git a/fortran/src/H5config_fortran.h.in b/fortran/src/H5config_fortran.h.in new file mode 100644 index 0000000..0e94c9f --- /dev/null +++ b/fortran/src/H5config_fortran.h.in @@ -0,0 +1,61 @@ +/* src/H5config_fortran.h.in. Generated from configure.in by autoheader. */ + +/* Define to 1 if you have the header file. */ +#undef HAVE_DLFCN_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_INTTYPES_H + +/* Define to 1 if you have the `z' library (-lz). */ +#undef HAVE_LIBZ + +/* Define to 1 if you have the header file. */ +#undef HAVE_MEMORY_H + +/* Define if `MPI_Comm_c2f' and `MPI_Comm_f2c' exists */ +#undef HAVE_MPI_MULTI_LANG_Comm + +/* 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_STDINT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDLIB_H + +/* 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_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_UNISTD_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_ZLIB_H + +/* Define to the address where bug reports for this package should be sent. */ +#undef PACKAGE_BUGREPORT + +/* Define to the full name of this package. */ +#undef PACKAGE_NAME + +/* Define to the full name and version of this package. */ +#undef PACKAGE_STRING + +/* Define to the one symbol short name of this package. */ +#undef PACKAGE_TARNAME + +/* Define to the version of this package. */ +#undef PACKAGE_VERSION + +/* Define to 1 if you have the ANSI C header files. */ +#undef STDC_HEADERS -- cgit v0.12