Generated on Thu Jul 6 07:06:40 2006 for Gecode by doxygen 1.4.7

config.icc

Go to the documentation of this file.
00001 /* gecode/config.icc.  Generated 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: 2005-10-23 16:23:09 +0200 (Sun, 23 Oct 2005) $ by $Author: schulte $
00015  *     $Revision: 2403 $
00016  *
00017  *  This file is part of Gecode, the generic constraint
00018  *  development environment:
00019  *     http://www.gecode.org
00020  *
00021  *  See the file "LICENSE" for information on usage and
00022  *  redistribution of this file, and for a
00023  *     DISCLAIMER OF ALL WARRANTIES.
00024  *
00025  */
00026 
00027 /* How to tell the compiler to really, really inline */
00028 #define forceinline inline
00029 
00030 /* Heap memory alignment */
00031 /* #undef GECODE_MEMORY_ALIGNMENT */
00032 
00033 /* Whether integer variables are built */
00034 #define GECODE_HAVE_INT_VARS 1
00035 
00036 /* Whether set variables are built */
00037 #define GECODE_HAVE_SET_VARS 1
00038 
00039 /* Whether we are compiling static libraries */
00040 #define GECODE_STATIC_LIBS 1
00041 
00042 /* Whether we have mtrace for memory leak debugging*/
00043 /* #undef GECODE_HAVE_MTRACE */
00044 
00045 // STATISTICS: kernel-other