/home/coin/SVN-release/CoinAll-1.1.0/FlopCpp/src/FlopCppConfig.h

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

Generated on Sun Nov 14 14:06:33 2010 for Coin-All by  doxygen 1.4.7