diff options
Diffstat (limited to 'src/H5config.h.in')
-rw-r--r-- | src/H5config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index 09d84e7..1b7f58c 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -27,6 +27,9 @@ /* Define if support for shuffle filter is enabled */ #undef HAVE_FILTER_SHUFFLE +/* Define if support for Adler32 checksum filter is enabled */ +#undef HAVE_FILTER_ADLER32 + /* Define to 1 if you have the `fork' function. */ #undef HAVE_FORK |