diff options
Diffstat (limited to 'vms/src/h5pubconf.h')
-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 a026192..2da782e 100644 --- a/vms/src/h5pubconf.h +++ b/vms/src/h5pubconf.h @@ -70,7 +70,7 @@ /*EIP #define H5_HAVE_FEATURES_H */ /* Define if support for deflate (zlib) filter is enabled */ -/*#define H5_HAVE_FILTER_DEFLATE 1*/ +#define H5_HAVE_FILTER_DEFLATE 1 /* Define if support for Fletcher32 checksum is enabled */ #define H5_HAVE_FILTER_FLETCHER32 1 |