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