diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2000-04-13 21:38:10 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2000-04-13 21:38:10 (GMT) |
commit | 43141b739eaabcd694e64e0d8832031efb9acc6a (patch) | |
tree | 5f1de616c1228c791054e61eb0dfe40464e1f9d1 | |
parent | 5c64c29b67a64d96ad4283f742dec0ce8a9994ec (diff) | |
download | hdf5-43141b739eaabcd694e64e0d8832031efb9acc6a.zip hdf5-43141b739eaabcd694e64e0d8832031efb9acc6a.tar.gz hdf5-43141b739eaabcd694e64e0d8832031efb9acc6a.tar.bz2 |
[svn-r2144] Update.
-rw-r--r-- | src/H5config.h.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index 3de81c1..544b1f5 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -77,13 +77,13 @@ /* Define if the ioctl TIOCGWINSZ is defined */ #undef HAVE_TIOCGWINSZ -/* Define if we have Globus GASS support */ +/* Define if the Globus GASS is defined */ #undef HAVE_GASS -/* Define if we have SRB support */ +/* Define if the SRB is defined */ #undef HAVE_SRB -/* Define if we have Globus Grid Storage support */ +/* Define if the Grid Storage is defined */ #undef HAVE_GRIDSTORAGE /* The number of bytes in a __int64. */ |