2014-09-05 05:42:11 +08:00
|
|
|
/*! Meta information for libnetcdf.
|
|
|
|
|
|
|
|
This file is automatically generated by the build system
|
|
|
|
at configure time, and contains information related to
|
|
|
|
how libnetcdf was built.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef NETCDF_META_H
|
|
|
|
#define NETCDF_META_H
|
|
|
|
|
2014-09-11 06:50:45 +08:00
|
|
|
#define NC_VERSION_MAJOR @NC_VERSION_MAJOR@
|
|
|
|
#define NC_VERSION_MINOR @NC_VERSION_MINOR@
|
|
|
|
#define NC_VERSION_PATCH @NC_VERSION_PATCH@
|
|
|
|
#define NC_VERSION_NOTE "@NC_VERSION_NOTE@"
|
2014-09-05 05:42:11 +08:00
|
|
|
|
2014-09-11 06:50:45 +08:00
|
|
|
#define NC_VERSION "@NC_VERSION@"
|
2014-09-05 05:42:11 +08:00
|
|
|
|
2014-09-11 06:50:45 +08:00
|
|
|
#define NC_HAS_NC2 @NC_HAS_NC2@
|
|
|
|
#define NC_HAS_NC4 @NC_HAS_NC4@
|
|
|
|
#define NC_HAS_HDF4 @NC_HAS_HDF4@
|
|
|
|
#define NC_HAS_HDF5 @NC_HAS_HDF5@
|
|
|
|
#define NC_HAS_SZIP @NC_HAS_SZIP@
|
|
|
|
#define NC_HAS_DAP @NC_HAS_DAP@
|
|
|
|
#define NC_HAS_DISKLESS @NC_HAS_DISKLESS@
|
|
|
|
#define NC_HAS_MMAP @NC_HAS_MMAP@
|
|
|
|
#define NC_HAS_JNA @NC_HAS_JNA@
|
|
|
|
#define NC_HAS_PNETCDF @NC_HAS_PNETCDF@
|
|
|
|
#define NC_HAS_PARALLEL @NC_HAS_PARALLEL@
|
2014-09-05 05:42:11 +08:00
|
|
|
|
|
|
|
#endif
|