diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2013-06-05 16:59:56 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2013-06-05 16:59:56 (GMT) |
commit | 283f8ef26da48ac5955e12a899a49c037728e666 (patch) | |
tree | 3caf8bd61dc56cb9e1afce8de7a211dd57362d06 /vms/src | |
parent | 467a9e72019f1e96a538dd7386cdb193f79b5ba4 (diff) | |
download | hdf5-283f8ef26da48ac5955e12a899a49c037728e666.zip hdf5-283f8ef26da48ac5955e12a899a49c037728e666.tar.gz hdf5-283f8ef26da48ac5955e12a899a49c037728e666.tar.bz2 |
[svn-r23734] I added the macro definition H5_HAVE_LIBZ.
Not tested yet.
Diffstat (limited to 'vms/src')
-rw-r--r-- | vms/src/h5pubconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/src/h5pubconf.h b/vms/src/h5pubconf.h index 57d19d8..4a7d327 100644 --- a/vms/src/h5pubconf.h +++ b/vms/src/h5pubconf.h @@ -236,7 +236,7 @@ /* #undef H5_HAVE_LIBSZ */ /* Define to 1 if you have the `z' library (-lz). */ -/* #undef H5_HAVE_LIBZ */ +#define H5_HAVE_LIBZ 1 /* Define to 1 if you have the `longjmp' function. */ #define H5_HAVE_LONGJMP 1 |