00001 /* include/fimex/config.h. Generated from config.h.in by configure. */ 00002 /* include/fimex/config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* define if the Boost library is available */ 00005 #define HAVE_BOOST 00006 00007 /* define if the Boost::PROGRAM_OPTIONS library is available */ 00008 #define HAVE_BOOST_PROGRAM_OPTIONS 00009 00010 /* define if the Boost::Regex library is available */ 00011 #define HAVE_BOOST_REGEX 00012 00013 /* define if the Boost::Unit_Test_Framework library is available */ 00014 #define HAVE_BOOST_UNIT_TEST_FRAMEWORK 00015 00016 /* Define to 1 if you have the `ceil' function. */ 00017 #define HAVE_CEIL 1 00018 00019 /* Define to 1 if you have the <dlfcn.h> header file. */ 00020 #define HAVE_DLFCN_H 1 00021 00022 /* Define to 1 if you have the `fmod' function. */ 00023 #define HAVE_FMOD 1 00024 00025 /* Define if gribapi is available */ 00026 /* #undef HAVE_GRIBAPI */ 00027 00028 /* Define to 1 if you have <grib_api.h>. */ 00029 #define HAVE_GRIBAPI_H 1 00030 00031 /* Define to 1 if you have the <inttypes.h> header file. */ 00032 #define HAVE_INTTYPES_H 1 00033 00034 /* Define to 1 if you have the `m' library (-lm). */ 00035 #define HAVE_LIBM 1 00036 00037 /* Define to 1 if you have the `mic' library (-lmic). */ 00038 #define HAVE_LIBMIC 1 00039 00040 /* Define to 1 if you have the `log10' function. */ 00041 #define HAVE_LOG10 1 00042 00043 /* Define to 1 if you have the <memory.h> header file. */ 00044 #define HAVE_MEMORY_H 1 00045 00046 /* Define to 1 if you have the `memset' function. */ 00047 #define HAVE_MEMSET 1 00048 00049 /* Define to 1 if you have the <milib/milib.h> header file. */ 00050 #define HAVE_MILIB_MILIB_H 1 00051 00052 /* define if the compiler implements namespaces */ 00053 #define HAVE_NAMESPACES 00054 00055 /* have netcdf */ 00056 #define HAVE_NETCDF 1 00057 00058 /* Define to 1 if you have the `pow' function. */ 00059 #define HAVE_POW 1 00060 00061 /* Define if proj4 is available */ 00062 #define HAVE_PROJ4 1 00063 00064 /* Define to 1 if you have the `sqrt' function. */ 00065 #define HAVE_SQRT 1 00066 00067 /* Define to 1 if `stat' has the bug that it succeeds when given the 00068 zero-length file name argument. */ 00069 /* #undef HAVE_STAT_EMPTY_STRING_BUG */ 00070 00071 /* define if the compiler supports ISO C++ standard library */ 00072 #define HAVE_STD 00073 00074 /* Define to 1 if stdbool.h conforms to C99. */ 00075 #define HAVE_STDBOOL_H 1 00076 00077 /* Define to 1 if you have the <stdint.h> header file. */ 00078 #define HAVE_STDINT_H 1 00079 00080 /* Define to 1 if you have the <stdlib.h> header file. */ 00081 #define HAVE_STDLIB_H 1 00082 00083 /* define if the compiler supports Standard Template Library */ 00084 #define HAVE_STL 00085 00086 /* Define to 1 if you have the <strings.h> header file. */ 00087 #define HAVE_STRINGS_H 1 00088 00089 /* Define to 1 if you have the <string.h> header file. */ 00090 #define HAVE_STRING_H 1 00091 00092 /* Define to 1 if you have the `strstr' function. */ 00093 #define HAVE_STRSTR 1 00094 00095 /* Define to 1 if you have the <sys/stat.h> header file. */ 00096 #define HAVE_SYS_STAT_H 1 00097 00098 /* Define to 1 if you have the <sys/types.h> header file. */ 00099 #define HAVE_SYS_TYPES_H 1 00100 00101 /* Define if udunits is available */ 00102 #define HAVE_UDUNITS 1 00103 00104 /* Define to 1 if you have the <unistd.h> header file. */ 00105 #define HAVE_UNISTD_H 1 00106 00107 /* Define to 1 if the system has the type `_Bool'. */ 00108 /* #undef HAVE__BOOL */ 00109 00110 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing 00111 slash. */ 00112 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 00113 00114 /* absolute header for netcdfcpp.h */ 00115 #define NETCDF_CPP_INCLUDE "/usr/include/netcdfcpp.h" 00116 00117 /* absolute header for netcdfcpp.h */ 00118 #define NETCDF_C_INCLUDE "/usr/include/netcdf.h" 00119 00120 /* Name of package */ 00121 #define PACKAGE "fimex" 00122 00123 /* Define to the address where bug reports for this package should be sent. */ 00124 #define PACKAGE_BUGREPORT "heiko.klein@met.no" 00125 00126 /* Define to the full name of this package. */ 00127 #define PACKAGE_NAME "fimex" 00128 00129 /* Define to the full name and version of this package. */ 00130 #define PACKAGE_STRING "fimex 0.10beta" 00131 00132 /* Define to the one symbol short name of this package. */ 00133 #define PACKAGE_TARNAME "fimex" 00134 00135 /* Define to the version of this package. */ 00136 #define PACKAGE_VERSION "0.10beta" 00137 00138 /* Define to 1 if you have the ANSI C header files. */ 00139 #define STDC_HEADERS 1 00140 00141 /* Version number of package */ 00142 #define VERSION "0.10beta" 00143 00144 /* Define to empty if `const' does not conform to ANSI C. */ 00145 /* #undef const */ 00146 00147 /* Define to `__inline__' or `__inline' if that's what the C compiler 00148 calls it, or to nothing if 'inline' is not supported under any name. */ 00149 #ifndef __cplusplus 00150 /* #undef inline */ 00151 #endif 00152 00153 /* Define to `unsigned int' if <sys/types.h> does not define. */ 00154 /* #undef size_t */