eccodes/grib_api_config.h.in

101 lines
2.1 KiB
C
Raw Normal View History

2013-04-10 15:46:41 +00:00
/*
2014-01-03 16:22:21 +00:00
* Copyright 2005-2014 ECMWF.
2013-04-10 15:46:41 +00:00
*
* This software is licensed under the terms of the Apache Licence Version 2.0
* which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
*
* In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
* virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
*/
2013-03-25 12:04:10 +00:00
#ifndef grib_api_config_h
#define grib_api_config_h
2014-01-03 11:20:14 +00:00
#include "grib_api_ecbuild_config.h" /* generated by ecbuild */
2013-03-25 12:04:10 +00:00
2014-01-03 11:20:14 +00:00
#define GRIB_API_VERSION_STR "@GRIB_API_VERSION_STR@"
/* GRIB_API_VERSION is defined in grib_api.h from the 3 version components below */
2013-03-25 12:04:10 +00:00
#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@"
2013-04-10 15:46:41 +00:00
#ifdef EC_HAVE_C_INLINE
#define GRIB_INLINE inline
#endif
#define GRIB_LINUX_PTHREADS @GRIB_LINUX_PTHREADS@
#define GRIB_MEM_ALIGN @GRIB_MEM_ALIGN@
#define GRIB_PTHREADS @GRIB_PTHREADS@
2013-03-25 12:04:10 +00:00
#define GRIB_SAMPLES_PATH "@GRIB_API_SAMPLES_PATH@"
2013-04-10 15:46:41 +00:00
#define GRIB_TEMPLATES_PATH "@GRIB_API_SAMPLES_PATH@"
#define GRIB_TIMER @GRIB_TIMER@
/* headers */
#ifdef EC_HAVE_ASSERT_H
#define HAVE_ASSERT_H 1
#endif
#ifdef EC_HAVE_STRING_H
#define HAVE_STRING_H 1
#endif
#ifdef EC_HAVE_FSEEKO
#define HAVE_FSEEKO 1
#endif
#ifdef EC_HAVE_SYS_TYPES_H
#define HAVE_SYS_TYPES_H 1
#endif
#ifdef EC_HAVE_SYS_STAT_H
#define HAVE_SYS_STAT_H 1
#endif
#ifdef EC_HAVE_FCNTL_H
#define HAVE_FCNTL_H 1
#endif
#ifdef EC_HAVE_UNISTD_H
#define HAVE_UNISTD_H 1
#endif
#ifdef EC_HAVE_POSIX_MEMALIGN
#define POSIX_MEMALIGN 1
#endif
/* other */
2013-04-03 10:45:13 +00:00
#define IEEE_BE @IEEE_BE@
2013-04-10 15:46:41 +00:00
2013-04-03 10:45:13 +00:00
#define IEEE_LE @IEEE_LE@
2013-04-10 15:46:41 +00:00
#define IS_BIG_ENDIAN @IS_BIG_ENDIAN@
#define MANAGE_MEM @MANAGE_MEM@
/* packages */
2013-04-03 10:45:13 +00:00
#define HAVE_JPEG @HAVE_JPEG@
2013-04-10 15:46:41 +00:00
2013-04-03 10:45:13 +00:00
#define HAVE_LIBJASPER @HAVE_LIBJASPER@
2013-04-10 15:46:41 +00:00
2013-04-03 10:45:13 +00:00
#define HAVE_LIBOPENJPEG @HAVE_LIBOPENJPEG@
#define HAVE_LIBPNG @HAVE_LIBPNG@
#cmakedefine HAVE_LIBAEC
2013-04-10 15:46:41 +00:00
2013-04-03 10:45:13 +00:00
#cmakedefine HAVE_NETCDF
2013-03-25 12:04:10 +00:00
2013-04-10 15:46:41 +00:00
#endif /* grib_api_config_h */