mirror of https://github.com/ecmwf/eccodes.git
ECC-1128: Reduce size of executables
This commit is contained in:
parent
1a2ecdbdeb
commit
cbe37961b5
|
@ -33,10 +33,9 @@
|
||||||
#define S_ISLNK(mode) (((mode) & (S_IFMT)) == (S_IFLNK))
|
#define S_ISLNK(mode) (((mode) & (S_IFMT)) == (S_IFLNK))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define MAX_KEYS 1000
|
#define MAX_KEYS 256
|
||||||
#define MAX_STRING_LEN 512
|
#define MAX_STRING_LEN 512
|
||||||
#define MAX_FAILED 1024
|
#define MAX_FAILED 1024
|
||||||
#define MAX_CONSTRAINT_VALUES 500
|
|
||||||
#define LATLON_SIZE 4 /* nearest */
|
#define LATLON_SIZE 4 /* nearest */
|
||||||
|
|
||||||
#define MODE_GRIB 0
|
#define MODE_GRIB 0
|
||||||
|
@ -54,6 +53,7 @@ typedef union grib_typed_value
|
||||||
} grib_typed_value;
|
} grib_typed_value;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
#define MAX_CONSTRAINT_VALUES 500
|
||||||
typedef struct grib_constraints {
|
typedef struct grib_constraints {
|
||||||
const char* name;
|
const char* name;
|
||||||
int type;
|
int type;
|
||||||
|
|
Loading…
Reference in New Issue