2
0
mirror of https://github.com/Unidata/netcdf-c.git synced 2025-04-24 18:30:51 +08:00

Added ERANGE_FILL information to netcdf_meta.h

This commit is contained in:
Ward Fisher 2018-01-25 12:46:46 -07:00
parent 3a758cc32c
commit 7df45badce
2 changed files with 2 additions and 1 deletions

@ -1438,6 +1438,7 @@ AX_SET_META([NC_HAS_PNETCDF],[$enable_pnetcdf],[yes])
AX_SET_META([NC_HAS_PARALLEL],[$enable_parallel],[yes])
AX_SET_META([NC_HAS_PARALLEL4],[$enable_parallel4],[yes])
AX_SET_META([NC_HAS_CDF5],[$enable_cdf5],[yes])
AX_SET_META([NC_HAS_ERANGE_FILL], [$enable_erange_fill],[yes])
# Automake says that this is always run in top_builddir
# and that srcdir is defined (== top_srcdir)

@ -52,6 +52,6 @@
/or pnetcdf. */
#define NC_HAS_CDF5 @NC_HAS_CDF5@ /*!< CDF5 support. */
#define NC_HAS_ERANGE_FILL @NC_HAS_ERANGE_FILL@ /*!< ERANGE_FILL Support */
#endif