DecompConfig.h

Go to the documentation of this file.
00001 //===========================================================================//
00002 // This file is part of the DIP Solver Framework.                            //
00003 //                                                                           //
00004 // DIP is distributed under the Eclipse Public License as part of the        //
00005 // COIN-OR repository (http://www.coin-or.org).                              //
00006 //                                                                           //
00007 // Author: Matthew Galati, SAS Institute Inc. (matthew.galati@sas.com)       //
00008 //                                                                           //
00009 // Conceptual Design: Matthew Galati, SAS Institute Inc.                     //
00010 //                    Ted Ralphs, Lehigh University                          //
00011 //                                                                           //
00012 // Copyright (C) 2002-2015, Lehigh University, Matthew Galati, Ted Ralphs    //
00013 // All Rights Reserved.                                                      //
00014 //===========================================================================//
00015 
00016 /*
00017  * Include file for the configuration of Decomp.
00018  *
00019  * On systems where the code is configured with the configure script
00020  * (i.e., compilation is always done with HAVE_CONFIG_H defined), this
00021  * header file includes the automatically generated header file, and
00022  * undefines macros that might configure with other Config.h files.
00023  *
00024  * On systems that are compiled in other ways (e.g., with the
00025  * Developer Studio), a header files is included to define those
00026  * macros that depend on the operating system and the compiler.  The
00027  * macros that define the configuration of the particular user setting
00028  * (e.g., presence of other COIN packages or third party code) are set
00029  * here.  The project maintainer needs to remember to update this file
00030  * and choose reasonable defines.  A user can modify the default
00031  * setting by editing this file here.
00032  *
00033  */
00034 
00035 #ifndef __DIPCONFIG_H__
00036 
00037 #ifdef HAVE_CONFIG_H
00038 #ifdef DIP_BUILD
00039 #include "config.h"
00040 #else
00041 #include "config_dip.h"
00042 #endif
00043 
00044 #else /* HAVE_CONFIG_H */
00045 
00046 #ifdef DIP_BUILD
00047 #include "config_default.h"
00048 #else
00049 #include "config_dip_default.h"
00050 #endif
00051 
00052 #endif /* HAVE_CONFIG_H */
00053 
00054 #endif /*__DIPCONFIG_H__*/

Generated on 12 Mar 2015 for Dip-All by  doxygen 1.6.1