00001 #ifndef HAVE_CONFIG_H 00002 #define HAVE_CONFIG_H 00003 #endif 00004 /* $Id: CbcConfig.h 1477 2010-07-05 03:00:27Z lou $ */ 00005 /* 00006 * Include file for the configuration of Cbc. 00007 * 00008 * On systems where the code is configured with the configure script 00009 * (i.e., compilation is always done with HAVE_CONFIG_H defined), this 00010 * header file includes the automatically generated header file, and 00011 * undefines macros that might configure with other Config.h files. 00012 * 00013 * On systems that are compiled in other ways (e.g., with the 00014 * Developer Studio), a header files is included to define those 00015 * macros that depend on the operating system and the compiler. The 00016 * macros that define the configuration of the particular user setting 00017 * (e.g., presence of other COIN packages or third party code) are set 00018 * here. The project maintainer needs to remember to update this file 00019 * and choose reasonable defines. A user can modify the default 00020 * setting by editing this file here. 00021 * 00022 */ 00023 00024 #ifndef __CBCCONFIG_H__ 00025 #define __CBCCONFIG_H__ 00026 00027 #ifdef HAVE_CONFIG_H 00028 #include "config_cbc.h" 00029 00030 /* undefine macros that could conflict with those in other config.h 00031 files */ 00032 #undef PACKAGE 00033 #undef PACKAGE_BUGREPORT 00034 #undef PACKAGE_NAME 00035 #undef PACKAGE_STRING 00036 #undef PACKAGE_TARNAME 00037 #undef PACKAGE_VERSION 00038 #undef VERSION 00039 00040 #else /* HAVE_CONFIG_H */ 00041 00042 /* include the COIN-wide system specific configure header */ 00043 #include "configall_system.h" 00044 00045 /***************************************************************************/ 00046 /* HERE DEFINE THE CONFIGURATION SPECIFIC MACROS */ 00047 /***************************************************************************/ 00048 00049 /* Define to the debug sanity check level (0 is no test) */ 00050 #define COIN_CBC_CHECKLEVEL 0 00051 00052 /* Define to the debug verbosity level (0 is no output) */ 00053 #define COIN_CBC_VERBOSITY 0 00054 00055 /* Define to 1 if the Cbc package is used */ 00056 #define COIN_HAS_CBC 1 00057 00058 /* Define to 1 if the Cgl package is used */ 00059 #define COIN_HAS_CGL 1 00060 00061 /* Define to 1 if the Clp package is used */ 00062 #define COIN_HAS_CLP 1 00063 00064 /* Define to 1 if the CoinUtils package is used */ 00065 #define COIN_HAS_COINUTILS 1 00066 00067 /* Define to 1 if the Osi package is used */ 00068 #define COIN_HAS_OSI 1 00069 00070 /* Define to 1 if the Vol package is used */ 00071 #define COIN_HAS_VOL 1 00072 00073 /* Define to 1 if the Cplex package is used */ 00074 /* #undef COIN_HAS_CPX */ 00075 00076 /* Define to 1 if the Dylp package is used */ 00077 /* #undef COIN_HAS_DYLP */ 00078 00079 /* Define to 1 if the FortMP package is used */ 00080 /* #undef COIN_HAS_FMP */ 00081 00082 /* Define to 1 if the Glpk package is used */ 00083 /* #undef COIN_HAS_GLPK */ 00084 00085 /* Define to 1 if the Mosek package is used */ 00086 /* #undef COIN_HAS_MSK */ 00087 00088 /* Define to 1 if the Osl package is used */ 00089 /* #undef COIN_HAS_OSL */ 00090 00091 /* Define to 1 if the Soplex package is used */ 00092 /* #undef COIN_HAS_SPX */ 00093 00094 /* Define to 1 if the Sym package is used */ 00095 /* #undef COIN_HAS_SYM */ 00096 00097 /* Define to 1 if the Xpress package is used */ 00098 /* #undef COIN_HAS_XPR */ 00099 00100 /* Cbc version */ 00101 #define CBC_VERSION "2.5.0" 00102 00103 #endif /* HAVE_CONFIG_H */ 00104 00105 #endif /* __CBCCONFIG_H__ */