diff options
author | cvs2svn <no_author@cvs2svn> | 2002-04-24 22:01:38 (GMT) |
---|---|---|
committer | cvs2svn <no_author@cvs2svn> | 2002-04-24 22:01:38 (GMT) |
commit | b6889655a1eefe7ebb3ff8b17ada4134269b460a (patch) | |
tree | d51c94e203ce88b0c057394445c7885a316805f7 /fortran | |
parent | ae681dcff3bf19c0613b8dc885bd087c9ac77143 (diff) | |
download | hdf5-b6889655a1eefe7ebb3ff8b17ada4134269b460a.zip hdf5-b6889655a1eefe7ebb3ff8b17ada4134269b460a.tar.gz hdf5-b6889655a1eefe7ebb3ff8b17ada4134269b460a.tar.bz2 |
[svn-r5249] This commit was manufactured by cvs2svn to create branch 'hdf5_1_4'.
Diffstat (limited to 'fortran')
-rw-r--r-- | fortran/src/H5config_fortran.h.in | 61 |
1 files changed, 61 insertions, 0 deletions
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 <dlfcn.h> header file. */ +#undef HAVE_DLFCN_H + +/* Define to 1 if you have the <inttypes.h> 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 <memory.h> 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 <stdint.h> header file. */ +#undef HAVE_STDINT_H + +/* Define to 1 if you have the <stdlib.h> header file. */ +#undef HAVE_STDLIB_H + +/* 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/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 <unistd.h> header file. */ +#undef HAVE_UNISTD_H + +/* Define to 1 if you have the <zlib.h> 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 |