netcdf_meta.h
Go to the documentation of this file.
1 
23 #ifndef NETCDF_META_H
24 #define NETCDF_META_H
25 
26 #define NC_VERSION_MAJOR
27 #define NC_VERSION_MINOR
28 #define NC_VERSION_PATCH
29 #define NC_VERSION_NOTE ""
40 #define NC_VERSION "4.9.3"
41 
42 #define NC_HAS_NC2 1
43 #define NC_HAS_HDF4 0
44 #define NC_HAS_HDF5 1
45 #define NC_HAS_SZIP 0
46 #define NC_HAS_SZIP_WRITE 0
47 #define NC_HAS_DAP2 0
48 #define NC_HAS_DAP4 0
49 #define NC_HAS_BYTERANGE 0
50 #define NC_HAS_DISKLESS 1
51 #define NC_HAS_MMAP 1
52 #define NC_HAS_PNETCDF 0
53 #define NC_HAS_PARALLEL4 0
54 #define NC_HAS_PARALLEL 0
56 #define NC_HAS_CDF5 1
57 #define NC_HAS_ERANGE_FILL 0
58 #define NC_RELAX_COORD_BOUND 1
59 #define NC_DISPATCH_VERSION 5
60 #define NC_HAS_PAR_FILTERS 0 /* Parallel I/O with filter support. */
61 #define NC_HAS_LOGGING 0
63 #define NC_HAS_QUANTIZE 1
64 #define NC_HAS_ZSTD 0
65 #define NC_HAS_BENCHMARKS 0
66 #define NC_HAS_BLOSC 0
67 #define NC_HAS_BZ2 0
68 #define NC_HAS_S3 0
69 #define NC_HAS_S3_AWS 0
70 #define NC_HAS_S3_INTERNAL 0
71 #define NC_HAS_HDF5_ROS3 0
72 #define NC_HAS_NCZARR 0
74 #endif