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