Ipopt Documentation
Loading...
Searching...
No Matches
configall_system.h
Go to the documentation of this file.
1
/*
2
* This header file is included by the *Config.h in the individual
3
* COIN packages when the code is compiled in a setting that doesn't
4
* use the configure script (i.e., HAVE_CONFIG_H is not defined).
5
* This header file includes the system and compile dependent header
6
* file defining macros that depend on what compiler is used.
7
*/
8
9
#ifdef _MSC_VER
10
# include "
configall_system_msc.h
"
11
#else
12
# error "Trying to use configall_system for unknown compiler."
13
#endif
configall_system_msc.h