diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1999-08-06 03:11:49 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1999-08-06 03:11:49 (GMT) |
commit | 03efcfe00f186cac97bcccfae52d3c1dd4091742 (patch) | |
tree | 572e8f3680922ec8ed231385b8636b4f790e9242 /src/H5config.h.in | |
parent | 1419e16a65a08bf8ba9e35767060e20eaa278848 (diff) | |
download | hdf5-03efcfe00f186cac97bcccfae52d3c1dd4091742.zip hdf5-03efcfe00f186cac97bcccfae52d3c1dd4091742.tar.gz hdf5-03efcfe00f186cac97bcccfae52d3c1dd4091742.tar.bz2 |
[svn-r1565] acconfig.h:
Added the GASS macro definition entry.
configure:
[Generated from configure.in]
configure.in:
Added Globus GASS driver configuation as --with-gass=INC,LIB option.
Default is no => no GASS configured.
src/H5config.h.in:
[Generated from acconfig.h]
Diffstat (limited to 'src/H5config.h.in')
-rw-r--r-- | src/H5config.h.in | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index 0cddcf1..1400056 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -74,6 +74,9 @@ /* Define if the ioctl TIOCGWINSZ is defined */ #undef HAVE_TIOCGWINSZ +/* Define if we have Globus GASS support */ +#undef HAVE_GASS + /* The number of bytes in a __int64. */ #undef SIZEOF___INT64 @@ -248,6 +251,9 @@ /* Define if you have the waitpid function. */ #undef HAVE_WAITPID +/* Define if you have the <globus_common.h> header file. */ +#undef HAVE_GLOBUS_COMMON_H + /* Define if you have the <io.h> header file. */ #undef HAVE_IO_H @@ -299,6 +305,24 @@ /* Define if you have the df library (-ldf). */ #undef HAVE_LIBDF +/* Define if you have the globus_common library (-lglobus_common). */ +#undef HAVE_LIBGLOBUS_COMMON + +/* Define if you have the globus_dc library (-lglobus_dc). */ +#undef HAVE_LIBGLOBUS_DC + +/* Define if you have the globus_gass_cache library (-lglobus_gass_cache). */ +#undef HAVE_LIBGLOBUS_GASS_CACHE + +/* Define if you have the globus_gass_client library (-lglobus_gass_client). */ +#undef HAVE_LIBGLOBUS_GASS_CLIENT + +/* Define if you have the globus_gass_file library (-lglobus_gass_file). */ +#undef HAVE_LIBGLOBUS_GASS_FILE + +/* Define if you have the globus_nexus library (-lglobus_nexus). */ +#undef HAVE_LIBGLOBUS_NEXUS + /* Define if you have the jpeg library (-ljpeg). */ #undef HAVE_LIBJPEG @@ -314,5 +338,8 @@ /* Define if you have the nsl library (-lnsl). */ #undef HAVE_LIBNSL +/* Define if you have the xnet library (-lxnet). */ +#undef HAVE_LIBXNET + /* Define if you have the z library (-lz). */ #undef HAVE_LIBZ |