mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-18 15:55:12 +08:00
removed unneeded define
This commit is contained in:
parent
7db57da22a
commit
bc8b6de486
@ -38,19 +38,6 @@
|
||||
#include "ncfortran.h" /* netCDF FORTRAN-calling-C interface */
|
||||
#include "fort-lib.h"
|
||||
|
||||
#ifndef USE_NETCDF4
|
||||
#define NC_CLASSIC_MODEL 0
|
||||
#else
|
||||
/* There is a dependency error here;
|
||||
NC_CLASSIC_MODEL will not be defined
|
||||
if ../libsrc4/netcdf.h does not exist yet
|
||||
(which it won't after a maintainer-clean).
|
||||
So, define it here if not already defined.
|
||||
*/
|
||||
#ifndef NC_CLASSIC_MODEL
|
||||
#define NC_CLASSIC_MODEL 0x0100
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Additional Fortran-calling-C interface types specific to the version 2
|
||||
|
Loading…
Reference in New Issue
Block a user