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 4
27 #define NC_VERSION_MINOR 9
28 #define NC_VERSION_PATCH 2
29 #define NC_VERSION_NOTE ""
40 #define NC_VERSION "4.9.2"
41 
42 #define NC_HAS_NC2 0
43 #define NC_HAS_NC4 0
44 #define NC_HAS_HDF4 0
45 #define NC_HAS_HDF5 0
46 #define NC_HAS_SZIP
47 #define NC_HAS_SZIP_WRITE
48 #define NC_HAS_DAP2 0
49 #define NC_HAS_DAP4 0
50 #define NC_HAS_BYTERANGE
51 #define NC_HAS_DISKLESS 1
52 #define NC_HAS_MMAP 0
53 #define NC_HAS_JNA 1
54 #define NC_HAS_PNETCDF 0
55 #define NC_HAS_PARALLEL4 0
56 #define NC_HAS_PARALLEL 0
58 #define NC_HAS_CDF5 1
59 #define NC_HAS_ERANGE_FILL
60 #define NC_RELAX_COORD_BOUND 1
61 #define NC_DISPATCH_VERSION 3
62 #define NC_HAS_PAR_FILTERS /* Parallel I/O with filter support. */
63 #define NC_HAS_NCZARR
64 #define NC_HAS_MULTIFILTERS
65 #define NC_HAS_LOGGING 0
66 #define NC_HAS_QUANTIZE
67 #define NC_HAS_ZSTD
68 #define NC_HAS_BENCHMARKS
69 #define NC_HAS_S3
70 #define NC_HAS_BLOSC
71 #define NC_HAS_BZ2
73 #endif