Generated on Mon Aug 25 11:35:44 2008 for Gecode by doxygen 1.5.6

config.icc

Go to the documentation of this file.
00001 /* gecode/support/config.icc.  Generated from config.icc.in by configure.  */
00002 /*
00003  *  Main authors:
00004  *     Christian Schulte <schulte@gecode.org>
00005  *
00006  *  Contributing authors:
00007  *     Guido Tack <tack@gecode.org>
00008  *
00009  *  Copyright:
00010  *     Christian Schulte, 2004
00011  *     Guido Tack, 2004
00012  *
00013  *  Last modified:
00014  *     $Date: 2008-07-11 10:10:11 +0200 (Fri, 11 Jul 2008) $ by $Author: tack $
00015  *     $Revision: 7310 $
00016  *
00017  *  This file is part of Gecode, the generic constraint
00018  *  development environment:
00019  *     http://www.gecode.org
00020  *
00021  *  Permission is hereby granted, free of charge, to any person obtaining
00022  *  a copy of this software and associated documentation files (the
00023  *  "Software"), to deal in the Software without restriction, including
00024  *  without limitation the rights to use, copy, modify, merge, publish,
00025  *  distribute, sublicense, and/or sell copies of the Software, and to
00026  *  permit persons to whom the Software is furnished to do so, subject to
00027  *  the following conditions:
00028  *
00029  *  The above copyright notice and this permission notice shall be
00030  *  included in all copies or substantial portions of the Software.
00031  *
00032  *  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
00033  *  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
00034  *  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
00035  *  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
00036  *  LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
00037  *  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
00038  *  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
00039  *
00040  */
00041 
00042 /* How to tell the compiler to really, really inline */
00043 #define forceinline inline
00044 
00045 /* Heap memory alignment */
00046 /* #undef GECODE_MEMORY_ALIGNMENT */
00047 
00048 /* Whether integer variables are built */
00049 #define GECODE_HAS_INT_VARS 1
00050 
00051 /* Whether set variables are built */
00052 #define GECODE_HAS_SET_VARS 1
00053 
00054 /* Whether bdd variables are built */
00055 #define GECODE_HAS_CPLTSET_VARS 1
00056 
00057 /* Whether we are compiling static libraries */
00058 /* #undef GECODE_STATIC_LIBS */
00059 
00060 /* Whether we have mtrace for memory leak debugging*/
00061 /* #undef GECODE_HAS_MTRACE */
00062 
00063 /* Whether gcc understands visibility attributes */
00064 #define GECODE_GCC_HAS_CLASS_VISIBILITY 1
00065 
00066 /* Whether to include audit code */
00067 /* #undef GECODE_AUDIT */
00068 
00069 /* Whether serialization support is built */
00070 #define GECODE_HAS_SERIALIZATION 1
00071 
00072 /* Whether dds support is built */
00073 /* #undef GECODE_HAS_DDS */
00074 
00075 /* Whether to compile boost dependent parts */
00076 /* #undef GECODE_HAS_BOOST */
00077 
00078 /* Whether Qt is available */
00079 /* #undef GECODE_HAS_QT */
00080 
00081 /* Whether Gist is available */
00082 /* #undef GECODE_HAS_GIST */
00083 
00084 // STATISTICS: support-any