00001 /* Include file for the configuration of Alps. 00002 * 00003 * On systems where the code is configured with the configure script 00004 * (i.e., compilation is always done with HAVE_CONFIG_H defined), this 00005 * header file includes the automatically generated header file, and 00006 * undefines macros that might configure with other Config.h files. 00007 * 00008 * On systems that are compiled in other ways (e.g., with the 00009 * Developer Studio), a header files is included to define those 00010 * macros that depend on the operating system and the compiler. The 00011 * macros that define the configuration of the particular user setting 00012 * (e.g., presence of other COIN-OR packages or third party code) are set 00013 * by the files config_*default.h. The project maintainer needs to remember 00014 * to update these file and choose reasonable defines. 00015 * A user can modify the default setting by editing the config_*default.h files. 00016 * 00017 */ 00018 00019 #ifndef __BCPCONFIG_H__ 00020 #define __BCPCONFIG_H__ 00021 00022 #ifdef HAVE_CONFIG_H 00023 #ifdef BCP_BUILD 00024 #include "config.h" 00025 #else 00026 #include "config_bcp.h" 00027 #endif 00028 00029 #else /* HAVE_CONFIG_H */ 00030 00031 #ifdef BCP_BUILD 00032 #include "config_default.h" 00033 #else 00034 #include "config_bcp_default.h" 00035 #endif 00036 00037 #endif /* HAVE_CONFIG_H */ 00038 00039 #endif /*__BCPCONFIG_H__*/