Generated on Mon May 10 06:46:46 2010 for Gecode by doxygen 1.6.3

config.hpp

Go to the documentation of this file.
00001 /* gecode/support/config.hpp.  Generated from config.hpp.in by configure.  */
00002 /* gecode/support/config.hpp.in.  Generated from configure.ac by autoheader.  */
00003 
00004 /* Whether to include audit code */
00005 /* #undef GECODE_AUDIT */
00006 
00007 /* User-defined prefix of dll names */
00008 #define GECODE_DLL_USERPREFIX ""
00009 
00010 /* User-defined suffix of dll names */
00011 #define GECODE_DLL_USERSUFFIX ""
00012 
00013 /* Whether gcc understands visibility attributes */
00014 #define GECODE_GCC_HAS_CLASS_VISIBILITY 
00015 
00016 /* Whether to compile boost dependent parts */
00017 /* #undef GECODE_HAS_BOOST */
00018 
00019 /* whether __builtin_ffsl is available */
00020 #define GECODE_HAS_BUILTIN_FFSL 
00021 
00022 /* Whether to build FLOAT variables */
00023 #define GECODE_HAS_FLOAT_VARS 
00024 
00025 /* Whether Gist is available */
00026 #define GECODE_HAS_GIST 
00027 
00028 /* Whether to build INT variables */
00029 #define GECODE_HAS_INT_VARS 
00030 
00031 /* Whether we have mtrace for memory leak debugging */
00032 /* #undef GECODE_HAS_MTRACE */
00033 
00034 /* Whether Qt is available */
00035 #define GECODE_HAS_QT 
00036 
00037 /* Whether to build SET variables */
00038 #define GECODE_HAS_SET_VARS 
00039 
00040 /* Whether unistd.h is available */
00041 #define GECODE_HAS_UNISTD_H 1
00042 
00043 /* Gecode version */
00044 #define GECODE_LIBRARY_VERSION "3-3-1"
00045 
00046 /* Heap memory alignment */
00047 /* #undef GECODE_MEMORY_ALIGNMENT */
00048 
00049 /* Whether we are compiling static libraries */
00050 /* #undef GECODE_STATIC_LIBS */
00051 
00052 /* Whether we have posix threads */
00053 #define GECODE_THREADS_PTHREADS 1
00054 
00055 /* Whether we have windows threads */
00056 /* #undef GECODE_THREADS_WINDOWS */
00057 
00058 /* Use clock() for time-measurement */
00059 /* #undef GECODE_USE_CLOCK */
00060 
00061 /* Use gettimeofday for time-measurement */
00062 #define GECODE_USE_GETTIMEOFDAY 1
00063 
00064 /* Gecode version */
00065 #define GECODE_VERSION "3.3.1"
00066 
00067 /* Define to 1 if you have the `getpagesize' function. */
00068 #define HAVE_GETPAGESIZE 1
00069 
00070 /* Define to 1 if you have the <inttypes.h> header file. */
00071 #define HAVE_INTTYPES_H 1
00072 
00073 /* Define to 1 if you have the <memory.h> header file. */
00074 #define HAVE_MEMORY_H 1
00075 
00076 /* Define to 1 if you have a working `mmap' system call. */
00077 #define HAVE_MMAP 1
00078 
00079 /* Define to 1 if you have the <stdint.h> header file. */
00080 #define HAVE_STDINT_H 1
00081 
00082 /* Define to 1 if you have the <stdlib.h> header file. */
00083 #define HAVE_STDLIB_H 1
00084 
00085 /* Define to 1 if you have the <strings.h> header file. */
00086 #define HAVE_STRINGS_H 1
00087 
00088 /* Define to 1 if you have the <string.h> header file. */
00089 #define HAVE_STRING_H 1
00090 
00091 /* Define to 1 if you have the <sys/param.h> header file. */
00092 #define HAVE_SYS_PARAM_H 1
00093 
00094 /* Define to 1 if you have the <sys/stat.h> header file. */
00095 #define HAVE_SYS_STAT_H 1
00096 
00097 /* Define to 1 if you have the <sys/types.h> header file. */
00098 #define HAVE_SYS_TYPES_H 1
00099 
00100 /* Define to 1 if you have the <unistd.h> header file. */
00101 #define HAVE_UNISTD_H 1
00102 
00103 /* Define to the address where bug reports for this package should be sent. */
00104 #define PACKAGE_BUGREPORT "users@gecode.org"
00105 
00106 /* Define to the full name of this package. */
00107 #define PACKAGE_NAME "GECODE"
00108 
00109 /* Define to the full name and version of this package. */
00110 #define PACKAGE_STRING "GECODE 3.3.1"
00111 
00112 /* Define to the one symbol short name of this package. */
00113 #define PACKAGE_TARNAME "gecode"
00114 
00115 /* Define to the home page for this package. */
00116 #define PACKAGE_URL ""
00117 
00118 /* Define to the version of this package. */
00119 #define PACKAGE_VERSION "3.3.1"
00120 
00121 /* The size of `int', as computed by sizeof. */
00122 #define SIZEOF_INT 4
00123 
00124 /* Define to 1 if you have the ANSI C header files. */
00125 #define STDC_HEADERS 1
00126 
00127 /* How to tell the compiler to really, really inline */
00128 #define forceinline inline __attribute__ ((__always_inline__))