Generated on Tue Jul 27 2010 21:59:20 for Gecode by doxygen 1.7.1

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