mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
Tightened up formatting for generated netcdf_meta.h file.
This commit is contained in:
parent
780add18de
commit
4826fd73ce
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user