Skip to content

Commit

Permalink
Changed my mind about the #define. We are still using has_multifilter…
Browse files Browse the repository at this point in the history
…s 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.
  • Loading branch information
WardF committed Jun 12, 2023
1 parent 2ac9239 commit 8b90ffa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/netcdf_meta.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit 8b90ffa

Please sign in to comment.