00001 /* include the COIN-OR-wide system specific configure header */ 00002 #include "configall_system.h" 00003 00004 /* include the public project specific macros */ 00005 #include "config_bcp_default.h" 00006 00007 /***************************************************************************/ 00008 /* HERE DEFINE THE PROJECT SPECIFIC MACROS */ 00009 /* These are only in effect in a setting that doesn't use configure */ 00010 /***************************************************************************/ 00011 00012 /* If defined, debug sanity checks are performed during runtime */ 00013 /* #define COIN_DEBUG 1 */ 00014 00015 /* a few things that exists under unix, but not under windows */ 00016 #include <Windows.h> 00017 #define gethostname(c, l) { DWORD cnlen = l; GetComputerName(c, &cnlen); } 00018 #include <process.h> 00019