diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-03-20 18:14:36 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-03-20 18:14:36 (GMT) |
commit | 03463f4f94a4f2c89bcfb51a38943e4f5efd5e78 (patch) | |
tree | edc34284c2963e19e839ef00fa1ed29170e9b5b2 /src | |
parent | 27f237f4c0a7689e68eb857bad86bad14e810212 (diff) | |
download | hdf5-03463f4f94a4f2c89bcfb51a38943e4f5efd5e78.zip hdf5-03463f4f94a4f2c89bcfb51a38943e4f5efd5e78.tar.gz hdf5-03463f4f94a4f2c89bcfb51a38943e4f5efd5e78.tar.bz2 |
[svn-r5074] Purpose:
Code Motion
Description:
Removal of HDF4 from the configure/Makefiles. This is a precursor to
the actual physical removal of the HDF4 tools from the HDF5 tree.
Platforms tested:
Arabica, Dangermouse
Diffstat (limited to 'src')
-rw-r--r-- | src/H5config.h.in | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index 70b1925..0c4e5ec 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -53,9 +53,6 @@ /* Width for printf() for type `long long' or `__int64', us. `ll' */ #undef PRINTF_LL_WIDTH -/* Define if `malloc(0)' returns a non-NULL pointer value*/ -#undef MALLOC_WORKS - /* Define if `tm_gmtoff' is a member of `struct tm' */ #undef HAVE_TM_GMTOFF @@ -290,9 +287,6 @@ /* Define if you have the <io.h> header file. */ #undef HAVE_IO_H -/* Define if you have the <mfhdf.h> header file. */ -#undef HAVE_MFHDF_H - /* Define if you have the <netinet/tcp.h> header file. */ #undef HAVE_NETINET_TCP_H @@ -359,9 +353,6 @@ /* Define if you have the crypto library (-lcrypto). */ #undef HAVE_LIBCRYPTO -/* Define if you have the df library (-ldf). */ -#undef HAVE_LIBDF - /* Define if you have the elf library (-lelf). */ #undef HAVE_LIBELF @@ -392,15 +383,9 @@ /* Define if you have the globus_io library (-lglobus_io). */ #undef HAVE_LIBGLOBUS_IO -/* Define if you have the jpeg library (-ljpeg). */ -#undef HAVE_LIBJPEG - /* Define if you have the m library (-lm). */ #undef HAVE_LIBM -/* Define if you have the mfhdf library (-lmfhdf). */ -#undef HAVE_LIBMFHDF - /* Define if you have the mpi library (-lmpi). */ #undef HAVE_LIBMPI @@ -430,3 +415,7 @@ /* Define if you have the z library (-lz). */ #undef HAVE_LIBZ + +/* Define if your system has a working `malloc' function. */ +#undef MALLOC_WORKS + |