mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +08:00
Added definition of NC_HAVE_META_H to netcdf.h.
Moved NC_HAVE_INQ_FORMAT_EXTENDED, NC_HAVE_RENAME_GRP to netcdf_meta.h.
This commit is contained in:
parent
857c77a9df
commit
302b8003b7
428
include/netcdf.h
428
include/netcdf.h
File diff suppressed because it is too large
Load Diff
@ -27,4 +27,15 @@
|
||||
#define NC_HAS_PNETCDF @NC_HAS_PNETCDF@
|
||||
#define NC_HAS_PARALLEL @NC_HAS_PARALLEL@
|
||||
|
||||
/* Define two hard-coded functionality-related
|
||||
macros, but this is not going to be
|
||||
standard practice. */
|
||||
#ifndef NC_HAVE_RENAME_GRP
|
||||
#define NC_HAVE_RENAME_GRP
|
||||
#endif
|
||||
|
||||
#ifndef NC_HAVE_INQ_FORMAT_EXTENDED
|
||||
#define NC_HAVE_INQ_FORMAT_EXTENDED
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user