/home/coin/SVN-release/CoinAll-1.1.0/SYMPHONY/include/SymConfig.h

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

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