From dc886d2d4f12f5f87ee7590d1605707be3c129a6 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 2 Jan 2002 12:13:19 -0500 Subject: [svn-r4763] Purpose: Feature Add Description: Needed to add the DEV_T_IS_SCALAR macro to acconfig.h so that autoheader will propagate that to the H5config.h file. Solution: Added, reran autoheader Platforms tested: Linux --- acconfig.h | 3 +++ src/H5config.h.in | 27 ++++++--------------------- 2 files changed, 9 insertions(+), 21 deletions(-) diff --git a/acconfig.h b/acconfig.h index 23441b3..e75f9b9 100644 --- a/acconfig.h +++ b/acconfig.h @@ -57,3 +57,6 @@ /* Define if `socklen_t' is defined */ #undef HAVE_SOCKLEN_T + +/* Define if `dev_t' is a scalar */ +#undef DEV_T_IS_SCALAR diff --git a/src/H5config.h.in b/src/H5config.h.in index 5578395..8ecf855 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -47,9 +47,6 @@ /* Define if it's safe to use `long long' for hsize_t and hssize_t */ #undef HAVE_LARGE_HSIZET -/* Define if it's safe to use `long long' for hsize_t and hssize_t */ -#undef DEV_T_IS_SCALAR - /* Define if the HDF5 v1.4 compatibility functions are to be compiled in */ #undef WANT_H5_V1_4_COMPAT @@ -89,15 +86,15 @@ /* Define if the SRB is defined */ #undef HAVE_SRB -/* Define if the Grid Storage is defined */ -#undef HAVE_GRIDSTORAGE - /* Define if the stream virtual file driver should be compiled */ #undef HAVE_STREAM /* Define if `socklen_t' is defined */ #undef HAVE_SOCKLEN_T +/* Define if `dev_t' is a scalar */ +#undef DEV_T_IS_SCALAR + /* The number of bytes in a __int64. */ #undef SIZEOF___INT64 @@ -281,12 +278,12 @@ /* Define if you have the waitpid function. */ #undef HAVE_WAITPID +/* Define if you have the header file. */ +#undef HAVE_FEATURES_H + /* Define if you have the header file. */ #undef HAVE_GLOBUS_COMMON_H -/* Define if you have the header file. */ -#undef HAVE_GRID_STORAGE_FILE_H - /* Define if you have the header file. */ #undef HAVE_IO_H @@ -314,9 +311,6 @@ /* Define if you have the header file. */ #undef HAVE_STDINT_H -/* Define if you have the header file. */ -#undef HAVE_FEATURES_H - /* Define if you have the header file. */ #undef HAVE_SYS_FILIO_H @@ -335,9 +329,6 @@ /* Define if you have the header file. */ #undef HAVE_SYS_STAT_H -/* Define if you have the header file. */ -#undef HAVE_SYS_RESOURCE_H - /* Define if you have the header file. */ #undef HAVE_SYS_SYSINFO_H @@ -398,12 +389,6 @@ /* Define if you have the globus_io library (-lglobus_io). */ #undef HAVE_LIBGLOBUS_IO -/* Define if you have the grid_storage_client library (-lgrid_storage_client). */ -#undef HAVE_LIBGRID_STORAGE_CLIENT - -/* Define if you have the grid_storage_file library (-lgrid_storage_file). */ -#undef HAVE_LIBGRID_STORAGE_FILE - /* Define if you have the jpeg library (-ljpeg). */ #undef HAVE_LIBJPEG -- cgit v0.12