Bcp 1.4.4
Loading...
Searching...
No Matches
config_default.h
Go to the documentation of this file.
1/* include the COIN-OR-wide system specific configure header */
2#include "configall_system.h"
3
4/* include the public project specific macros */
6
7/***************************************************************************/
8/* HERE DEFINE THE PROJECT SPECIFIC MACROS */
9/* These are only in effect in a setting that doesn't use configure */
10/***************************************************************************/
11
12/* If defined, debug sanity checks are performed during runtime */
13/* #define COIN_DEBUG 1 */
14
15/* a few things that exists under unix, but not under windows */
16#include <Windows.h>
17#define gethostname(c, l) { DWORD cnlen = l; GetComputerName(c, &cnlen); }
18#include <process.h>
19