From 8b90ffaeefdf3a9ebb9c376261a83c9921457d7f Mon Sep 17 00:00:00 2001 From: Ward Fisher Date: Mon, 12 Jun 2023 15:12:39 -0600 Subject: [PATCH] Changed my mind about the #define. We are still using has_multifilters in nc-config, and I can see where people might want to use this define to write code that works with modern and older versions of netCDF. --- include/netcdf_meta.h.in | 1 + 1 file changed, 1 insertion(+) diff --git a/include/netcdf_meta.h.in b/include/netcdf_meta.h.in index 4d49f49b5..8f24e759f 100644 --- a/include/netcdf_meta.h.in +++ b/include/netcdf_meta.h.in @@ -61,6 +61,7 @@ #define NC_DISPATCH_VERSION @NC_DISPATCH_VERSION@ /*!< Dispatch table version. */ #define NC_HAS_PAR_FILTERS @NC_HAS_PAR_FILTERS@ /* Parallel I/O with filter support. */ #define NC_HAS_LOGGING @NC_HAS_LOGGING@ /*!< Logging support. */ +#define NC_HAS_MULTIFILTERS @NC_HAS_MULTIFILTERS@ /*!< Nczarr support. */ #define NC_HAS_QUANTIZE @NC_HAS_QUANTIZE@ /*!< Quantization support. */ #define NC_HAS_ZSTD @NC_HAS_ZSTD@ /*!< Zstd support. */ #define NC_HAS_BENCHMARKS @NC_HAS_BENCHMARKS@ /*!< Benchmarks. */