CoinUtils
trunk
|
00001 00002 /* include the COIN-OR-wide system specific configure header */ 00003 #include "configall_system.h" 00004 00005 /* include the public project specific macros */ 00006 #include "config_coinutils_default.h" 00007 00008 /***************************************************************************/ 00009 /* HERE DEFINE THE PROJECT SPECIFIC MACROS */ 00010 /* These are only in effect in a setting that doesn't use configure */ 00011 /***************************************************************************/ 00012 00013 /* Define to the debug sanity check level (0 is no test) */ 00014 #define COIN_COINUTILS_CHECKLEVEL 0 00015 00016 /* Define to the debug verbosity level (0 is no output) */ 00017 #define COIN_COINUTILS_VERBOSITY 0 00018 00019 /* Define to 1 if bzlib is available */ 00020 /* #define COIN_HAS_BZLIB */ 00021 00022 /* Define to 1 if zlib is available */ 00023 /* #define COIN_HAS_ZLIB */ 00024 00025 #ifdef _MSC_VER 00026 /* Define to be the name of C-function for Inf check */ 00027 #define COIN_C_FINITE _finite 00028 00029 /* Define to be the name of C-function for NaN check */ 00030 #define COIN_C_ISNAN _isnan 00031 #endif