/* inc/config_coinutils.h. Generated by configure. */ /* inc/config_coinutils.h.in. Generated from configure.ac by autoheader. */ /* Default maximum pooled allocation size */ #define COINUTILS_MEMPOOL_MAXPOOLED -1 /* Define to 1 CoinUtils should override global new/delete */ /* #undef COINUTILS_MEMPOOL_OVERRIDE_NEW */ /* Define to 1 if the thread aware version of CoinUtils should be compiled */ /* #undef COINUTILS_PTHREADS */ /* Define to the debug sanity check level (0 is no test) */ #define COIN_COINUTILS_CHECKLEVEL 0 /* Define to the debug verbosity level (0 is no output) */ #define COIN_COINUTILS_VERBOSITY 0 /* If defined, the Ampl Solver Library is available. */ #define COIN_HAS_ASL 1 /* If defined, the BLAS Library is available. */ #define COIN_HAS_BLAS 1 /* Define to 1 if bzlib is available */ /* #undef COIN_HAS_BZLIB */ /* Define to 1 if the CoinUtils package is used */ #define COIN_HAS_COINUTILS 1 /* Define to 1 if Gmpl package is available */ /* #undef COIN_HAS_GMPL */ /* If defined, the LAPACK Library is available. */ #define COIN_HAS_LAPACK 1 /* Define to 1 if zlib is available */ /* #undef COIN_HAS_ZLIB */ /* Define to 64bit integer type */ #define COIN_INT64_T int64_t /* Define to integer type capturing pointer */ #define COIN_INTPTR_T intptr_t /* Define to 64bit unsigned integer type */ #define COIN_UINT64_T int64_t /* Define to dummy `main' function (if any) required to link to the Fortran libraries. */ /* #undef F77_DUMMY_MAIN */ /* Define to a macro mangling the given C identifier (in lower and upper case), which must not contain underscores, for linking with Fortran. */ #define F77_FUNC(name,NAME) name ## _ /* As F77_FUNC, but for C identifiers containing underscores. */ #define F77_FUNC_(name,NAME) name ## _ /* Define if F77 and FC dummy `main' functions are identical. */ /* #undef FC_DUMMY_MAIN_EQ_F77 */ /* Define to 1 if you have the header file. */ /* #undef HAVE_ASSERT_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_BZLIB_H */ /* Define to 1 if you have the header file. */ #define HAVE_CASSERT 1 /* Define to 1 if you have the header file. */ #define HAVE_CFLOAT 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_CIEEEFP */ /* Define to 1 if you have the header file. */ /* #undef HAVE_CINTTYPES */ /* Define to 1 if you have the header file. */ #define HAVE_CMATH 1 /* Define to 1 if you have the header file. */ #define HAVE_DLFCN_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_FLOAT_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_IEEEFP_H */ /* Define to 1 if you have the header file. */ #define HAVE_INTTYPES_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_MATH_H */ /* Define to 1 if you have the header file. */ #define HAVE_MEMORY_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STDINT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STDLIB_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STRINGS_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STRING_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_STAT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_TYPES_H 1 /* Define to 1 if you have the header file. */ #define HAVE_UNISTD_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_WINDOWS_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_ZLIB_H */ /* Define to be the name of C-function for Inf check */ #define MY_C_FINITE finite /* Define to be the name of C-function for NaN check */ #define MY_C_ISNAN isnan /* Name of package */ #define PACKAGE "coinutils" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "http://projects.coin-or.org/CoinUtils" /* Define to the full name of this package. */ #define PACKAGE_NAME "CoinUtils" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "CoinUtils 2.3.3" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "coinutils" /* Define to the version of this package. */ #define PACKAGE_VERSION "2.3.3" /* The size of a `int', as computed by sizeof. */ /* #undef SIZEOF_INT */ /* The size of a `int *', as computed by sizeof. */ /* #undef SIZEOF_INT_P */ /* The size of a `long', as computed by sizeof. */ /* #undef SIZEOF_LONG */ /* The size of a `long long', as computed by sizeof. */ /* #undef SIZEOF_LONG_LONG */ /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Version number of package */ #define VERSION "2.3.3"