diff options
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 |