NetCDF  4.3.3.1
 All Data Structures Files Functions Variables Typedefs Macros Modules Pages
netcdf_meta.h File Reference

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   3
 netcdf-c minor version. More...
 
#define NC_VERSION_PATCH   3
 netcdf-c patch version. More...
 
#define NC_VERSION_NOTE   ".1"
 netcdf-c note. More...
 
#define NC_VERSION   "4.3.3.1"
 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   1
 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...
 

Detailed Description

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.

Macro Definition Documentation

#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.3.3.1"

netcdf-c version string.

The format of the netcdf-c version string is as follows:

1 NC_VERSION_MAJOR.NC_VERSION_MINOR.NC_VERSION_PATCH.NC_VERSION_NOTE

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   3

netcdf-c minor version.

Definition at line 25 of file netcdf_meta.h.

#define NC_VERSION_NOTE   ".1"

netcdf-c note.

May be blank.

Definition at line 27 of file netcdf_meta.h.

#define NC_VERSION_PATCH   3

netcdf-c patch version.

Definition at line 26 of file netcdf_meta.h.


Return to the Main Unidata NetCDF page.
Generated on Mon Jul 13 2015 07:53:25 for NetCDF. NetCDF is a Unidata library.