|
47 | 47 | #define NC_HAS_SZIP_WRITE @NC_HAS_SZIP@ /*!< szip write support (HDF5 only) */ |
48 | 48 | #define NC_HAS_DAP2 @NC_HAS_DAP2@ /*!< DAP2 support. */ |
49 | 49 | #define NC_HAS_DAP4 @NC_HAS_DAP4@ /*!< DAP4 support. */ |
50 | | -#define NC_HAS_BYTERANGE @HAS_BYTERANGE@ |
| 50 | +#define NC_HAS_BYTERANGE @NC_HAS_BYTERANGE@ /*!< Byterange support. */ |
51 | 51 | #define NC_HAS_DISKLESS @NC_HAS_DISKLESS@ /*!< diskless support. */ |
52 | 52 | #define NC_HAS_MMAP @NC_HAS_MMAP@ /*!< mmap support. */ |
53 | 53 | #define NC_HAS_JNA @NC_HAS_JNA@ /*!< jna support. */ |
54 | 54 | #define NC_HAS_PNETCDF @NC_HAS_PNETCDF@ /*!< PnetCDF support. */ |
55 | 55 | #define NC_HAS_PARALLEL4 @NC_HAS_PARALLEL4@ /*!< parallel IO support via HDF5 */ |
56 | 56 | #define NC_HAS_PARALLEL @NC_HAS_PARALLEL@ /*!< parallel IO support via HDF5 and/or PnetCDF. */ |
57 | 57 |
|
58 | | -#define NC_HAS_CDF5 @NC_HAS_CDF5@ /*!< CDF5 support. */ |
59 | | -#define NC_HAS_ERANGE_FILL @NC_HAS_ERANGE_FILL@ /*!< ERANGE_FILL Support */ |
60 | | -#define NC_RELAX_COORD_BOUND 1 /*!< RELAX_COORD_BOUND */ |
61 | | -#define NC_DISPATCH_VERSION @NC_DISPATCH_VERSION@ /*!< Dispatch table version */ |
62 | | -#define NC_HAS_PAR_FILTERS @NC_HAS_PAR_FILTERS@ /* Parallel I/O with filter support. */ |
63 | | -#define NC_HAS_NCZARR @NC_HAS_NCZARR@ |
64 | | -#define NC_HAS_MULTIFILTERS @NC_HAS_MULTIFILTERS@ |
| 58 | +#define NC_HAS_CDF5 @NC_HAS_CDF5@ /*!< CDF5 support. */ |
| 59 | +#define NC_HAS_ERANGE_FILL @NC_HAS_ERANGE_FILL@ /*!< ERANGE_FILL Support. */ |
| 60 | +#define NC_RELAX_COORD_BOUND 1 /*!< Always allow 0 counts in parallel I/O. */ |
| 61 | +#define NC_DISPATCH_VERSION @NC_DISPATCH_VERSION@ /*!< Dispatch table version. */ |
| 62 | +#define NC_HAS_PAR_FILTERS @NC_HAS_PAR_FILTERS@ /* Parallel I/O with filter support. */ |
| 63 | +#define NC_HAS_NCZARR @NC_HAS_NCZARR@ /*!< Parallel I/O with filter support. */ |
| 64 | +#define NC_HAS_MULTIFILTERS @NC_HAS_MULTIFILTERS@ /*!< Nczarr support. */ |
| 65 | +#define NC_HAS_LOGGING @NC_HAS_LOGGING@ /*!< Logging support. */ |
65 | 66 |
|
66 | 67 | #endif |
0 commit comments