diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2005-03-02 20:02:55 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2005-03-02 20:02:55 (GMT) |
commit | 0d514907a9f43f3ffdd930f4fddca1dae5010f9e (patch) | |
tree | 6c8f0e49874cfd453d617fbd48cc283a473681cd /src/H5config.h.in | |
parent | bf815e12e701011f87f7140731f80c95d2fd9dde (diff) | |
download | hdf5-0d514907a9f43f3ffdd930f4fddca1dae5010f9e.zip hdf5-0d514907a9f43f3ffdd930f4fddca1dae5010f9e.tar.gz hdf5-0d514907a9f43f3ffdd930f4fddca1dae5010f9e.tar.bz2 |
[svn-r10123] Purpose:
Removed GASS configuration and software packages associated with
it. The following software are no longer configurable.
checking for main in -lcrypto... yes
checking for SSL_get_version in -lssl... yes
checking globus_common.h usability... yes
checking globus_common.h presence... yes
checking for globus_common.h... yes
checking for globus_module_activate in -lglobus_common... yes
checking for main in -lglobus_gass_cache... yes
checking for main in -lglobus_gaa... yes
checking for main in -lglobus_gss... yes
checking for main in -lglobus_gss_assist... yes
checking for main in -lglobus_io... yes
checking for main in -lglobus_gass_transfer_assist... yes
checking for main in -lglobus_gass_transfer... yes
checking for globus_gass_open in -lglobus_gass_file... yes
Platforms tested:
h5committested (but copper was down.) tested in modi4 too.
Diffstat (limited to 'src/H5config.h.in')
-rw-r--r-- | src/H5config.h.in | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index 5bc0a04..76be2df 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -79,9 +79,6 @@ /* Define if the compiler understand the __FUNCTION__ keyword */ #undef HAVE_FUNCTION -/* Define if the Globus GASS is defined */ -#undef HAVE_GASS - /* Define to 1 if you have the `GetConsoleScreenBufferInfo' function. */ #undef HAVE_GETCONSOLESCREENBUFFERINFO @@ -103,9 +100,6 @@ /* Define to 1 if you have the `get_fpc_csr' function. */ #undef HAVE_GET_FPC_CSR -/* Define to 1 if you have the <globus_common.h> header file. */ -#undef HAVE_GLOBUS_COMMON_H - /* Define if we have GPFS support */ #undef HAVE_GPFS @@ -128,47 +122,12 @@ /* Define if it's safe to use `long long' for hsize_t and hssize_t */ #undef HAVE_LARGE_HSIZET -/* Define to 1 if you have the `crypto' library (-lcrypto). */ -#undef HAVE_LIBCRYPTO - /* Define to 1 if you have the `dmalloc' library (-ldmalloc). */ #undef HAVE_LIBDMALLOC /* Define to 1 if you have the `elf' library (-lelf). */ #undef HAVE_LIBELF -/* Define to 1 if you have the `globus_common' library (-lglobus_common). */ -#undef HAVE_LIBGLOBUS_COMMON - -/* Define to 1 if you have the `globus_gaa' library (-lglobus_gaa). */ -#undef HAVE_LIBGLOBUS_GAA - -/* Define to 1 if you have the `globus_gass_cache' library - (-lglobus_gass_cache). */ -#undef HAVE_LIBGLOBUS_GASS_CACHE - -/* Define to 1 if you have the `globus_gass_file' library - (-lglobus_gass_file). */ -#undef HAVE_LIBGLOBUS_GASS_FILE - -/* Define to 1 if you have the `globus_gass_transfer' library - (-lglobus_gass_transfer). */ -#undef HAVE_LIBGLOBUS_GASS_TRANSFER - -/* Define to 1 if you have the `globus_gass_transfer_assist' library - (-lglobus_gass_transfer_assist). */ -#undef HAVE_LIBGLOBUS_GASS_TRANSFER_ASSIST - -/* Define to 1 if you have the `globus_gss' library (-lglobus_gss). */ -#undef HAVE_LIBGLOBUS_GSS - -/* Define to 1 if you have the `globus_gss_assist' library - (-lglobus_gss_assist). */ -#undef HAVE_LIBGLOBUS_GSS_ASSIST - -/* Define to 1 if you have the `globus_io' library (-lglobus_io). */ -#undef HAVE_LIBGLOBUS_IO - /* Define to 1 if you have the `lmpe' library (-llmpe). */ #undef HAVE_LIBLMPE @@ -202,9 +161,6 @@ /* Define to 1 if you have the `SrbClient' library (-lSrbClient). */ #undef HAVE_LIBSRBCLIENT -/* Define to 1 if you have the `ssl' library (-lssl). */ -#undef HAVE_LIBSSL - /* Define to 1 if you have the `sz' library (-lsz). */ #undef HAVE_LIBSZ |