Generated on Thu Apr 5 2018 19:44:19 for Gecode by doxygen 1.8.13
config.hpp
Go to the documentation of this file.
1 /* gecode/support/config.hpp. Generated from config.hpp.in by configure. */
2 /* gecode/support/config.hpp.in. Generated from configure.ac by autoheader. */
3 
4 /* Whether to build with default memory allocator */
5 #define GECODE_ALLOCATOR
6 
7 /* Whether to include audit code */
8 /* #undef GECODE_AUDIT */
9 
10 /* User-defined prefix of dll names */
11 #define GECODE_DLL_USERPREFIX ""
12 
13 /* User-defined suffix of dll names */
14 #define GECODE_DLL_USERSUFFIX ""
15 
16 /* Supported version of FlatZinc */
17 #define GECODE_FLATZINC_VERSION "1.6"
18 
19 /* Whether gcc understands visibility attributes */
20 #define GECODE_GCC_HAS_CLASS_VISIBILITY
21 
22 /* whether __builtin_ffsll is available */
23 #define GECODE_HAS_BUILTIN_FFSLL
24 
25 /* whether __builtin_popcountll is available */
26 /* #undef GECODE_HAS_BUILTIN_POPCOUNTLL */
27 
28 /* Whether CPProfiler support available */
29 /* #undef GECODE_HAS_CPPROFILER */
30 
31 /* Whether to build FLOAT variables */
32 #define GECODE_HAS_FLOAT_VARS
33 
34 /* Whether Gist is available */
35 #define GECODE_HAS_GIST
36 
37 /* Whether GNU hash_map is available */
38 #define GECODE_HAS_GNU_HASH_MAP
39 
40 /* Whether to build INT variables */
41 #define GECODE_HAS_INT_VARS
42 
43 /* Whether MPFR is available */
44 #define GECODE_HAS_MPFR
45 
46 /* Whether we have mtrace for memory leak debugging */
47 /* #undef GECODE_HAS_MTRACE */
48 
49 /* Whether Qt is available */
50 #define GECODE_HAS_QT
51 
52 /* Whether to build SET variables */
53 #define GECODE_HAS_SET_VARS
54 
55 /* Whether unistd.h is available */
56 #define GECODE_HAS_UNISTD_H 1
57 
58 /* Whether unordered_map is available */
59 #define GECODE_HAS_UNORDERED_MAP
60 
61 /* Gecode version */
62 #define GECODE_LIBRARY_VERSION "6-0-0"
63 
64 /* Heap memory alignment */
65 /* #undef GECODE_MEMORY_ALIGNMENT */
66 
67 /* How to check allocation size */
68 /* #undef GECODE_MSIZE */
69 
70 /* Whether to track peak heap size */
71 /* #undef GECODE_PEAKHEAP */
72 
73 /* Whether we need malloc.h */
74 /* #undef GECODE_PEAKHEAP_MALLOC_H */
75 
76 /* Whether we need malloc/malloc.h */
77 /* #undef GECODE_PEAKHEAP_MALLOC_MALLOC_H */
78 
79 /* Whether we are compiling static libraries */
80 /* #undef GECODE_STATIC_LIBS */
81 
82 /* Whether we have Mac OS threads */
83 /* #undef GECODE_THREADS_OSX */
84 
85 /* Whether we have Mac OS threads (new version) */
86 /* #undef GECODE_THREADS_OSX_UNFAIR */
87 
88 /* Whether we have posix threads */
89 #define GECODE_THREADS_PTHREADS 1
90 
91 /* Whether we have posix spinlocks */
92 #define GECODE_THREADS_PTHREADS_SPINLOCK 1
93 
94 /* Whether we have windows threads */
95 /* #undef GECODE_THREADS_WINDOWS */
96 
97 /* Use clock() for time-measurement */
98 /* #undef GECODE_USE_CLOCK */
99 
100 /* Use gettimeofday for time-measurement */
101 #define GECODE_USE_GETTIMEOFDAY 1
102 
103 /* Gecode version */
104 #define GECODE_VERSION "6.0.0"
105 
106 /* Gecode version */
107 #define GECODE_VERSION_NUMBER 600000
108 
109 /* Define to 1 if you have the `getpagesize' function. */
110 #define HAVE_GETPAGESIZE 1
111 
112 /* Define to 1 if you have the <gmp.h> header file. */
113 #define HAVE_GMP_H 1
114 
115 /* Define to 1 if you have the <inttypes.h> header file. */
116 #define HAVE_INTTYPES_H 1
117 
118 /* Define to 1 if you have the <malloc.h> header file. */
119 /* #undef HAVE_MALLOC_H */
120 
121 /* Define to 1 if you have the <malloc/malloc.h> header file. */
122 /* #undef HAVE_MALLOC_MALLOC_H */
123 
124 /* Define to 1 if you have the <memory.h> header file. */
125 #define HAVE_MEMORY_H 1
126 
127 /* Define to 1 if you have a working `mmap' system call. */
128 #define HAVE_MMAP 1
129 
130 /* Define to 1 if you have the <mpfr.h> header file. */
131 #define HAVE_MPFR_H 1
132 
133 /* Define to 1 if you have the <stdint.h> header file. */
134 #define HAVE_STDINT_H 1
135 
136 /* Define to 1 if you have the <stdlib.h> header file. */
137 #define HAVE_STDLIB_H 1
138 
139 /* Define to 1 if you have the <strings.h> header file. */
140 #define HAVE_STRINGS_H 1
141 
142 /* Define to 1 if you have the <string.h> header file. */
143 #define HAVE_STRING_H 1
144 
145 /* Define to 1 if you have the <sys/param.h> header file. */
146 #define HAVE_SYS_PARAM_H 1
147 
148 /* Define to 1 if you have the <sys/stat.h> header file. */
149 #define HAVE_SYS_STAT_H 1
150 
151 /* Define to 1 if you have the <sys/types.h> header file. */
152 #define HAVE_SYS_TYPES_H 1
153 
154 /* Define to 1 if you have the <unistd.h> header file. */
155 #define HAVE_UNISTD_H 1
156 
157 /* Define to the address where bug reports for this package should be sent. */
158 #define PACKAGE_BUGREPORT "users@gecode.org"
159 
160 /* Define to the full name of this package. */
161 #define PACKAGE_NAME "GECODE"
162 
163 /* Define to the full name and version of this package. */
164 #define PACKAGE_STRING "GECODE 6.0.0"
165 
166 /* Define to the one symbol short name of this package. */
167 #define PACKAGE_TARNAME "gecode"
168 
169 /* Define to the home page for this package. */
170 #define PACKAGE_URL ""
171 
172 /* Define to the version of this package. */
173 #define PACKAGE_VERSION "6.0.0"
174 
175 /* The size of `int', as computed by sizeof. */
176 #define SIZEOF_INT 4
177 
178 /* Define to 1 if you have the ANSI C header files. */
179 #define STDC_HEADERS 1
180 
181 /* How to tell the compiler to really, really inline */
182 #define forceinline inline __attribute__ ((__always_inline__))