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