2013-03-25 12:04:10 +00:00
|
|
|
#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@"
|
|
|
|
|
2013-04-03 10:45:13 +00:00
|
|
|
#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@
|
|
|
|
|
2013-03-25 12:04:10 +00:00
|
|
|
#cmakedefine HAVE_LIBSZIP
|
2013-04-03 10:45:13 +00:00
|
|
|
#cmakedefine HAVE_NETCDF
|
2013-03-25 12:04:10 +00:00
|
|
|
|
|
|
|
#endif //grib_api_config_h
|