hdf5/fortran/config.h.in
Bill Wendling 8055378bce [svn-r2576] Purpose:
Adding the Fortran interface to the HDF5 library
Description:
	Fortran is now a subdirectory of the HDF5 library tree.
Platforms tested:
	Solaris and IRIX (O2K)
2000-09-19 15:06:49 -05:00

20 lines
500 B
C

/* config.h.in. Generated automatically from configure.in by autoheader. */
/* Define if we have parallel support */
#undef HAVE_PARALLEL
/* Define if you have the <zlib.h> header file. */
#undef HAVE_ZLIB_H
/* Define if you have the mpi library (-lmpi). */
#undef HAVE_LIBMPI
/* Define if you have the mpich library (-lmpich). */
#undef HAVE_LIBMPICH
/* Define if you have the mpio library (-lmpio). */
#undef HAVE_LIBMPIO
/* Define if you have the z library (-lz). */
#undef HAVE_LIBZ