00001 /* 00002 * Include file for the configuration of Vol. 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 __DYLPCONFIG_H__ 00021 00022 #ifdef HAVE_CONFIG_H 00023 #include "config_dylp.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 C type corresponding to the C++ bool type */ 00045 #define BOOL char 00046 00047 /* Define to the debug sanity check level (0 is no test) */ 00048 #define COIN_DYLP_CHECKLEVEL 0 00049 00050 /* Define to the debug verbosity level (0 is no output) */ 00051 #define COIN_DYLP_VERBOSITY 0 00052 00053 /* Define to 1 if the Osi package is used */ 00054 /* #define COIN_HAS_OSI 1 */ 00055 00056 /* Define to 1 if the DyLP package is used */ 00057 #define COIN_HAS_DYLP 1 00058 00059 /* Set to the full path directory name for the location of the error text 00060 message file dy_errmsgs.txt */ 00061 #define DYLP_ERRMSGDIR "/usr/local/share" 00062 00063 /* Define to 1 if DyLP's fpchecks outputs -D_GNU_SOURCE */ 00064 /* #define _GNU_SOURCE 1 */ 00065 00066 /* Define to 4321 if DyLP's fpchecks outputs -D__BIG_ENDIAN=4321 */ 00067 /* #define __BIG_ENDIAN */ 00068 00069 /* Define to 1 if DyLP's fpchecks outputs -D__DYLP_BROKEN_FPCLASS */ 00070 #define __DYLP_BROKEN_FPCLASS 00071 00072 /* Define to 1 if DyLP's fpchecks outputs -D__DYLP_FIX_HUGE_VAL */ 00073 /* #define __DYLP_FIX_HUGE_VAL */ 00074 00075 /* Define to 1 if DyLP's fpchecks outputs -D__DYLP_SUN */ 00076 /* #define __DYLP_SUN */ 00077 00078 /* Define to 1 if DyLP's fpchecks outputs -D__DYLP_SUNWspro */ 00079 /* #define __DYLP_SUNWspro */ 00080 00081 /* Define to 1234 if DyLP's fpchecks outputs -D__LITTLE_ENDIAN=1234 */ 00082 /* #define __LITTLE_ENDIAN */ 00083 00084 #endif /* HAVE_CONFIG_H */ 00085 00086 #endif /*__DYLPCONFIG_H__*/