Generated on Wed Nov 1 15:04:28 2006 for Gecode by doxygen 1.4.5

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: 2006-08-23 16:54:09 +0200 (Wed, 23 Aug 2006) $ by $Author: tack $
00015  *     $Revision: 3556 $
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 /* #undef GECODE_STATIC_LIBS */
00041 
00042 /* Whether we have mtrace for memory leak debugging*/
00043 /* #undef GECODE_HAVE_MTRACE */
00044 
00045 /* Whether gcc understands visibility attributes */
00046 /* #undef GCC_HASCLASSVISIBILITY */
00047 
00048 /* Whether to include audit code */
00049 #define GECODE_AUDIT 0
00050 
00051 // STATISTICS: kernel-other