diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2000-04-13 15:16:20 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2000-04-13 15:16:20 (GMT) |
commit | 0461ad7f43fb39efeae0e7ee0b9cc43a6a85b646 (patch) | |
tree | a13ce1c2a32106237eff9db7861b5d0eac29a6c2 /src/H5config.h.in | |
parent | cd6f954955e2e69a4d33d34cb376228d9bc93fef (diff) | |
download | hdf5-0461ad7f43fb39efeae0e7ee0b9cc43a6a85b646.zip hdf5-0461ad7f43fb39efeae0e7ee0b9cc43a6a85b646.tar.gz hdf5-0461ad7f43fb39efeae0e7ee0b9cc43a6a85b646.tar.bz2 |
[svn-r2137] Add SRB as a new VFL, add related info into these source codes.
Diffstat (limited to 'src/H5config.h.in')
-rw-r--r-- | src/H5config.h.in | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index 66aa9ed..3de81c1 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -80,7 +80,10 @@ /* Define if we have Globus GASS support */ #undef HAVE_GASS -/* Define if we have Globus Grid Storage support */ +/* Define if we have SRB support */ +#undef HAVE_SRB + +/* Define if we have Globus Grid Storage support */ #undef HAVE_GRIDSTORAGE /* The number of bytes in a __int64. */ @@ -278,6 +281,9 @@ /* Define if you have the <setjmp.h> header file. */ #undef HAVE_SETJMP_H +/* Define if you have the <srbClient.h> header file. */ +#undef HAVE_SRBCLIENT_H + /* Define if you have the <stddef.h> header file. */ #undef HAVE_STDDEF_H @@ -314,12 +320,18 @@ /* Define if you have the <zlib.h> header file. */ #undef HAVE_ZLIB_H +/* Define if you have the SrbClient library (-lSrbClient). */ +#undef HAVE_LIBSRBCLIENT + /* 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 + /* Define if you have the globus_common library (-lglobus_common). */ #undef HAVE_LIBGLOBUS_COMMON @@ -383,6 +395,9 @@ /* Define if you have the silo library (-lsilo). */ #undef HAVE_LIBSILO +/* Define if you have the socket library (-lsocket). */ +#undef HAVE_LIBSOCKET + /* Define if you have the ssl library (-lssl). */ #undef HAVE_LIBSSL |