diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2000-04-13 21:37:42 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2000-04-13 21:37:42 (GMT) |
commit | 5c64c29b67a64d96ad4283f742dec0ce8a9994ec (patch) | |
tree | be4526a80fe61835c16331b714c18d1fcc3d050a /acconfig.h | |
parent | ccca207708e390fcf502a69a8c00f5e5f1f3c3f0 (diff) | |
download | hdf5-5c64c29b67a64d96ad4283f742dec0ce8a9994ec.zip hdf5-5c64c29b67a64d96ad4283f742dec0ce8a9994ec.tar.gz hdf5-5c64c29b67a64d96ad4283f742dec0ce8a9994ec.tar.bz2 |
[svn-r2143] Put back HAVE_SRB, HAVE_GASS, HAVE_GRIDSTORAGE
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -42,3 +42,12 @@ /* Define if the ioctl TIOCGWINSZ is defined */ #undef HAVE_TIOCGWINSZ + +/* Define if the Globus GASS is defined */ +#undef HAVE_GASS + +/* Define if the SRB is defined */ +#undef HAVE_SRB + +/* Define if the Grid Storage is defined */ +#undef HAVE_GRIDSTORAGE |