Cbc  2.10.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
config_default.h
Go to the documentation of this file.
1 
2 /* include the COIN-OR-wide system specific configure header */
3 #include "configall_system.h"
4 
5 /* include the public project specific macros */
7 
8 /***************************************************************************/
9 /* HERE DEFINE THE PROJECT SPECIFIC MACROS */
10 /* These are only in effect in a setting that doesn't use configure */
11 /***************************************************************************/
12 
13 /* Define to the debug sanity check level (0 is no test) */
14 #define COIN_COINUTILS_CHECKLEVEL 0
15 
16 /* Define to the debug verbosity level (0 is no output) */
17 #define COIN_COINUTILS_VERBOSITY 0
18 
19 /* Define to 1 if bzlib is available */
20 /* #define COIN_HAS_BZLIB */
21 
22 /* Define to 1 if zlib is available */
23 /* #define COIN_HAS_ZLIB */
24 
25 #ifdef _MSC_VER
26 /* Define to be the name of C-function for Inf check */
27 #define COIN_C_FINITE _finite
28 
29 /* Define to be the name of C-function for NaN check */
30 #define COIN_C_ISNAN _isnan
31 #endif
32 
33 /* vi: softtabstop=2 shiftwidth=2 expandtab tabstop=2
34 */