FlopCppConfig.h

Go to the documentation of this file.
00001 /*
00002  * Include file for the configuration of FlopC++.
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.
00007  *
00008  * On systems that are compiled in other ways (e.g., with the
00009  * Developer Studio), a header files is included to define those
00010  * macros that depend on the operating system and the compiler.  The
00011  * macros that define the configuration of the particular user setting
00012  * (e.g., presence of other COIN-OR packages or third party code) are set
00013  * by the files config_*default.h. The project maintainer needs to remember
00014  * to update these file and choose reasonable defines.
00015  * A user can modify the default setting by editing the config_*default.h files.
00016  *
00017  */
00018 
00019 #ifndef __FLOPCPPCONFIG_H__
00020 #define __FLOPCPPCONFIG_H__
00021 
00022 #ifdef HAVE_CONFIG_H
00023 #include "config_flopcpp.h"
00024 #else
00025 #include "config_flopcpp_default.h"
00026 #endif
00027 
00028 #endif /*__FLOPCPPCONFIG_H__*/

Generated on Fri Aug 26 03:02:58 2011 for FLOPC++ by  doxygen 1.4.7