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