mirror of https://github.com/ecmwf/eccodes.git
28 lines
730 B
C
28 lines
730 B
C
#ifndef grib_api_config_h
|
|
#define grib_api_config_h
|
|
|
|
#include "ecbuild_config.h"
|
|
|
|
#define GRIB_API_VERSION_STR "@GRIB_API_VERSION@"
|
|
|
|
#define GRIB_API_MAJOR_VERSION @GRIB_API_MAJOR_VERSION@
|
|
#define GRIB_API_MINOR_VERSION @GRIB_API_MINOR_VERSION@
|
|
#define GRIB_API_REVISION_VERSION @GRIB_API_PATCH_VERSION@
|
|
|
|
#define GRIB_DEFINITION_PATH "@GRIB_API_DEFINITION_PATH@"
|
|
#define GRIB_SAMPLES_PATH "@GRIB_API_SAMPLES_PATH@"
|
|
|
|
#define IEEE_BE @IEEE_BE@
|
|
#define IEEE_LE @IEEE_LE@
|
|
|
|
#define HAVE_JPEG @HAVE_JPEG@
|
|
#define HAVE_LIBJASPER @HAVE_LIBJASPER@
|
|
#define HAVE_LIBOPENJPEG @HAVE_LIBOPENJPEG@
|
|
|
|
#define HAVE_LIBPNG @HAVE_LIBPNG@
|
|
|
|
#cmakedefine HAVE_LIBSZIP
|
|
#cmakedefine HAVE_NETCDF
|
|
|
|
#endif //grib_api_config_h
|