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 d3c20af..fb928eb 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -49,6 +49,9 @@ /* Define if support for nbit filter is enabled */ #undef HAVE_FILTER_NBIT +/* Define if support for scaleoffset filter is enabled */ +#undef HAVE_FILTER_SCALEOFFSET + /* Define if support for shuffle filter is enabled */ #undef HAVE_FILTER_SHUFFLE |