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