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_os_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_OS_CHECKLEVEL 0 00015 00016 /* Define to the debug verbosity level (0 is no output) */ 00017 #define COIN_OS_VERBOSITY 0 00018 00019 /* Define to 1 if the ASL package is available */ 00020 #undef COIN_HAS_ASL 00021 00022 /* Define to 1 if the Bcp package is available */ 00023 #undef COIN_HAS_BCP 00024 00025 /* Define to 1 if the Bonmin package is available */ 00026 #undef COIN_HAS_BONMIN 00027 00028 /* Define to 1 if the Cbc package is available */ 00029 #define COIN_HAS_CBC 1 00030 00031 /* Define to 1 if the Cgl package is used */ 00032 #define COIN_HAS_CGL 1 00033 00034 /* Define to 1 if the Clp package is used */ 00035 #define COIN_HAS_CLP 1 00036 00037 /* Define to 1 if the CoinUtils package is used */ 00038 #define COIN_HAS_COINUTILS 1 00039 00040 /* Define to 1 if the Couenne package is available */ 00041 #undef COIN_HAS_COUENNE 00042 00043 /* Define to 1 if the cppad package is available */ 00044 #undef COIN_HAS_CPPAD 00045 00046 /* Define to 1 if the Cpx package is available */ 00047 #undef COIN_HAS_CPX 00048 00049 /* Define to 1 if the Csdp package is available */ 00050 #undef COIN_HAS_CSDP 00051 00052 /* Define to 1 if the DyLP package is available */ 00053 #undef COIN_HAS_DYLP 00054 00055 /* Define to 1 if the Glpk package is available */ 00056 #undef COIN_HAS_GLPK 00057 00058 /* Define to 1 if the Grb package is available */ 00059 #undef COIN_HAS_GRB 00060 00061 /* Define to 1 if the Ipopt package is available */ 00062 #undef COIN_HAS_IPOPT 00063 00064 /* Define to 1 if the Knitro package is available */ 00065 #undef COIN_HAS_KNITRO 00066 00067 /* Define to 1 if the Lindo package is available */ 00068 #undef COIN_HAS_LINDO 00069 00070 /* Define to 1 if the Msk package is available */ 00071 #undef COIN_HAS_MSK 00072 00073 /* Define to 1 if the OSI package is used */ 00074 #define COIN_HAS_OSI 1 00075 00076 /* Define to 1 if the SoPlex package is available */ 00077 #undef COIN_HAS_SOPLEX 00078 00079 /* Define to 1 if the SYMPHONY package is used */ 00080 #define COIN_HAS_SYMPHONY 1 00081 00082 /* Define to 1 if the Vol package is used */ 00083 #define COIN_HAS_VOL 1 00084 00085 /* Define to 1 if the Xpr package is available */ 00086 #undef COIN_HAS_XPR 00087 00088 /* Define to 1 if the CppAD package is used */ 00089 /* #define COIN_HAS_CPPAD 1 */ 00090 00091 #ifdef _MSC_VER 00092 /* Define to be the name of C-function for NaN check */ 00093 #define COIN_C_ISNAN _isnan 00094 #endif 00095 00096
1.6.1