Tightened up formatting for generated netcdf_meta.h file.

This commit is contained in:
Ward Fisher 2014-09-26 13:57:50 -06:00
parent 780add18de
commit 4826fd73ce

View File

@ -37,18 +37,16 @@
*/
#define NC_VERSION "@NC_VERSION@"
#define NC_HAS_NC2 @NC_HAS_NC2@ /*!< API version 2 support. */
#define NC_HAS_NC4 @NC_HAS_NC4@ /*!< API version 4 support. */
#define NC_HAS_HDF4 @NC_HAS_HDF4@ /*!< hdf4 support. */
#define NC_HAS_HDF5 @NC_HAS_HDF5@ /*!< hdf5 support. */
#define NC_HAS_SZIP @NC_HAS_SZIP@ /*!< szip support (hdf5 only) */
#define NC_HAS_DAP @NC_HAS_DAP@ /*!< DAP support. */
#define NC_HAS_DISKLESS @NC_HAS_DISKLESS@ /*!< diskless support. */
#define NC_HAS_MMAP @NC_HAS_MMAP@ /*!< mmap support. */
#define NC_HAS_JNA @NC_HAS_JNA@ /*!< jna support. */
#define NC_HAS_PNETCDF @NC_HAS_PNETCDF@ /*!< pnetcdf support. */
#define NC_HAS_PARALLEL @NC_HAS_PARALLEL@ /*!< parallel IO support via hdf5. */
#define NC_HAS_NC2 @NC_HAS_NC2@ /*!< API version 2 support. */
#define NC_HAS_NC4 @NC_HAS_NC4@ /*!< API version 4 support. */
#define NC_HAS_HDF4 @NC_HAS_HDF4@ /*!< hdf4 support. */
#define NC_HAS_HDF5 @NC_HAS_HDF5@ /*!< hdf5 support. */
#define NC_HAS_SZIP @NC_HAS_SZIP@ /*!< szip support (hdf5 only) */
#define NC_HAS_DAP @NC_HAS_DAP@ /*!< DAP support. */
#define NC_HAS_DISKLESS @NC_HAS_DISKLESS@ /*!< diskless support. */
#define NC_HAS_MMAP @NC_HAS_MMAP@ /*!< mmap support. */
#define NC_HAS_JNA @NC_HAS_JNA@ /*!< jna support. */
#define NC_HAS_PNETCDF @NC_HAS_PNETCDF@ /*!< pnetcdf support. */
#define NC_HAS_PARALLEL @NC_HAS_PARALLEL@ /*!< parallel IO support via hdf5. */
#endif