![]() |
NetCDF
4.4.0-rc2
|
Meta information for libnetcdf which can be used by other packages which depend on libnetcdf. More...
Go to the source code of this file.
Macros | |
#define | NC_VERSION_MAJOR 4 |
netcdf-c major version. More... | |
#define | NC_VERSION_MINOR 4 |
netcdf-c minor version. More... | |
#define | NC_VERSION_PATCH 0 |
netcdf-c patch version. More... | |
#define | NC_VERSION_NOTE "-rc2" |
netcdf-c note. More... | |
#define | NC_VERSION "4.4.0-rc2" |
netcdf-c version string. More... | |
#define | NC_HAS_NC2 1 |
API version 2 support. More... | |
#define | NC_HAS_NC4 1 |
API version 4 support. More... | |
#define | NC_HAS_HDF4 0 |
hdf4 support. More... | |
#define | NC_HAS_HDF5 1 |
hdf5 support. More... | |
#define | NC_HAS_SZIP 0 |
szip support (hdf5 only) | |
#define | NC_HAS_DAP 1 |
DAP support. More... | |
#define | NC_HAS_DISKLESS 1 |
diskless support. More... | |
#define | NC_HAS_MMAP 0 |
mmap support. More... | |
#define | NC_HAS_JNA 0 |
jna support. More... | |
#define | NC_HAS_PNETCDF 0 |
pnetcdf support. More... | |
#define | NC_HAS_PARALLEL 0 |
parallel IO support via hdf5. More... | |
Meta information for libnetcdf which can be used by other packages which depend on libnetcdf.
This file is automatically generated by the build system at configure time, and contains information related to how libnetcdf was built. It will not be required to include this file unless you want to probe the capabilities of libnetcdf. This should ideally only happen when configuring a project which depends on libnetcdf. At configure time, the dependant project can set its own macros which can be used in conditionals.
Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 University Corporation for Atmospheric Research/Unidata. See COPYRIGHT file for more info.
Definition in file netcdf_meta.h.
#define NC_HAS_DAP 1 |
DAP support.
Definition at line 45 of file netcdf_meta.h.
#define NC_HAS_DISKLESS 1 |
diskless support.
Definition at line 46 of file netcdf_meta.h.
#define NC_HAS_HDF4 0 |
hdf4 support.
Definition at line 42 of file netcdf_meta.h.
#define NC_HAS_HDF5 1 |
hdf5 support.
Definition at line 43 of file netcdf_meta.h.
#define NC_HAS_JNA 0 |
jna support.
Definition at line 48 of file netcdf_meta.h.
#define NC_HAS_MMAP 0 |
mmap support.
Definition at line 47 of file netcdf_meta.h.
#define NC_HAS_NC2 1 |
API version 2 support.
Definition at line 40 of file netcdf_meta.h.
#define NC_HAS_NC4 1 |
API version 4 support.
Definition at line 41 of file netcdf_meta.h.
#define NC_HAS_PARALLEL 0 |
parallel IO support via hdf5.
Definition at line 50 of file netcdf_meta.h.
#define NC_HAS_PNETCDF 0 |
pnetcdf support.
Definition at line 49 of file netcdf_meta.h.
#define NC_VERSION "4.4.0-rc2" |
netcdf-c version string.
The format of the netcdf-c version string is as follows:
Note that the trailing NC_VERSION_NOTE may be empty. It serves for identifiers such as '-rc1', etc.
Definition at line 38 of file netcdf_meta.h.
#define NC_VERSION_MAJOR 4 |
netcdf-c major version.
Definition at line 24 of file netcdf_meta.h.
#define NC_VERSION_MINOR 4 |
netcdf-c minor version.
Definition at line 25 of file netcdf_meta.h.
#define NC_VERSION_NOTE "-rc2" |
#define NC_VERSION_PATCH 0 |
netcdf-c patch version.
Definition at line 26 of file netcdf_meta.h.