netcdf-c/include/netcdf_meta.h.in

31 lines
892 B
C
Raw Normal View History

/*! 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
#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@"
#define NC_VERSION "@NC_VERSION@"
#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@
#endif