cannam@127
|
1 /* config.h.in. Generated from configure.ac by autoheader. */
|
cannam@127
|
2
|
cannam@127
|
3 /* Define if CNTVCT is 64 bits readable on armv7a */
|
cannam@127
|
4 #undef ARMV7A_HAS_CNTCVT
|
cannam@127
|
5
|
cannam@127
|
6 /* Define if CNTVCT_EL0 is 64 bits readable on armv8 */
|
cannam@127
|
7 #undef ARMV8_HAS_CNTCVT_EL0
|
cannam@127
|
8
|
cannam@127
|
9 /* Define to compile in long-double precision. */
|
cannam@127
|
10 #undef BENCHFFT_LDOUBLE
|
cannam@127
|
11
|
cannam@127
|
12 /* Define to compile in quad precision. */
|
cannam@127
|
13 #undef BENCHFFT_QUAD
|
cannam@127
|
14
|
cannam@127
|
15 /* Define to compile in single precision. */
|
cannam@127
|
16 #undef BENCHFFT_SINGLE
|
cannam@127
|
17
|
cannam@127
|
18 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
|
cannam@127
|
19 systems. This function is required for `alloca.c' support on those systems.
|
cannam@127
|
20 */
|
cannam@127
|
21 #undef CRAY_STACKSEG_END
|
cannam@127
|
22
|
cannam@127
|
23 /* Define to 1 if using `alloca.c'. */
|
cannam@127
|
24 #undef C_ALLOCA
|
cannam@127
|
25
|
cannam@127
|
26 /* Define to disable Fortran wrappers. */
|
cannam@127
|
27 #undef DISABLE_FORTRAN
|
cannam@127
|
28
|
cannam@127
|
29 /* Define to dummy `main' function (if any) required to link to the Fortran
|
cannam@127
|
30 libraries. */
|
cannam@127
|
31 #undef F77_DUMMY_MAIN
|
cannam@127
|
32
|
cannam@127
|
33 /* Define to a macro mangling the given C identifier (in lower and upper
|
cannam@127
|
34 case), which must not contain underscores, for linking with Fortran. */
|
cannam@127
|
35 #undef F77_FUNC
|
cannam@127
|
36
|
cannam@127
|
37 /* As F77_FUNC, but for C identifiers containing underscores. */
|
cannam@127
|
38 #undef F77_FUNC_
|
cannam@127
|
39
|
cannam@127
|
40 /* Define if F77_FUNC and F77_FUNC_ are equivalent. */
|
cannam@127
|
41 #undef F77_FUNC_EQUIV
|
cannam@127
|
42
|
cannam@127
|
43 /* Define if F77 and FC dummy `main' functions are identical. */
|
cannam@127
|
44 #undef FC_DUMMY_MAIN_EQ_F77
|
cannam@127
|
45
|
cannam@127
|
46 /* C compiler name and flags */
|
cannam@127
|
47 #undef FFTW_CC
|
cannam@127
|
48
|
cannam@127
|
49 /* Define to enable extra FFTW debugging code. */
|
cannam@127
|
50 #undef FFTW_DEBUG
|
cannam@127
|
51
|
cannam@127
|
52 /* Define to enable alignment debugging hacks. */
|
cannam@127
|
53 #undef FFTW_DEBUG_ALIGNMENT
|
cannam@127
|
54
|
cannam@127
|
55 /* Define to enable debugging malloc. */
|
cannam@127
|
56 #undef FFTW_DEBUG_MALLOC
|
cannam@127
|
57
|
cannam@127
|
58 /* Define to enable the use of alloca(). */
|
cannam@127
|
59 #undef FFTW_ENABLE_ALLOCA
|
cannam@127
|
60
|
cannam@127
|
61 /* Define to compile in long-double precision. */
|
cannam@127
|
62 #undef FFTW_LDOUBLE
|
cannam@127
|
63
|
cannam@127
|
64 /* Define to compile in quad precision. */
|
cannam@127
|
65 #undef FFTW_QUAD
|
cannam@127
|
66
|
cannam@127
|
67 /* Define to enable pseudorandom estimate planning for debugging. */
|
cannam@127
|
68 #undef FFTW_RANDOM_ESTIMATOR
|
cannam@127
|
69
|
cannam@127
|
70 /* Define to compile in single precision. */
|
cannam@127
|
71 #undef FFTW_SINGLE
|
cannam@127
|
72
|
cannam@127
|
73 /* Define to 1 if you have the `abort' function. */
|
cannam@127
|
74 #undef HAVE_ABORT
|
cannam@127
|
75
|
cannam@127
|
76 /* Define to 1 if you have `alloca', as a function or macro. */
|
cannam@127
|
77 #undef HAVE_ALLOCA
|
cannam@127
|
78
|
cannam@127
|
79 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
|
cannam@127
|
80 */
|
cannam@127
|
81 #undef HAVE_ALLOCA_H
|
cannam@127
|
82
|
cannam@127
|
83 /* Define to enable Altivec optimizations. */
|
cannam@127
|
84 #undef HAVE_ALTIVEC
|
cannam@127
|
85
|
cannam@127
|
86 /* Define to 1 if you have the <altivec.h> header file. */
|
cannam@127
|
87 #undef HAVE_ALTIVEC_H
|
cannam@127
|
88
|
cannam@127
|
89 /* Define if you have enabled the cycle counter on ARMv8 */
|
cannam@127
|
90 #undef HAVE_ARMV8CC
|
cannam@127
|
91
|
cannam@127
|
92 /* Define to enable AVX optimizations. */
|
cannam@127
|
93 #undef HAVE_AVX
|
cannam@127
|
94
|
cannam@127
|
95 /* Define to enable AVX2 optimizations. */
|
cannam@127
|
96 #undef HAVE_AVX2
|
cannam@127
|
97
|
cannam@127
|
98 /* Define to enable AVX512 optimizations. */
|
cannam@127
|
99 #undef HAVE_AVX512
|
cannam@127
|
100
|
cannam@127
|
101 /* Define to enable 128-bit FMA AVX optimization */
|
cannam@127
|
102 #undef HAVE_AVX_128_FMA
|
cannam@127
|
103
|
cannam@127
|
104 /* Define to 1 if you have the `BSDgettimeofday' function. */
|
cannam@127
|
105 #undef HAVE_BSDGETTIMEOFDAY
|
cannam@127
|
106
|
cannam@127
|
107 /* Define to 1 if you have the `clock_gettime' function. */
|
cannam@127
|
108 #undef HAVE_CLOCK_GETTIME
|
cannam@127
|
109
|
cannam@127
|
110 /* Define to 1 if you have the `cosl' function. */
|
cannam@127
|
111 #undef HAVE_COSL
|
cannam@127
|
112
|
cannam@127
|
113 /* Define to 1 if you have the <c_asm.h> header file. */
|
cannam@127
|
114 #undef HAVE_C_ASM_H
|
cannam@127
|
115
|
cannam@127
|
116 /* Define to 1 if you have the declaration of `cosl', and to 0 if you don't.
|
cannam@127
|
117 */
|
cannam@127
|
118 #undef HAVE_DECL_COSL
|
cannam@127
|
119
|
cannam@127
|
120 /* Define to 1 if you have the declaration of `cosq', and to 0 if you don't.
|
cannam@127
|
121 */
|
cannam@127
|
122 #undef HAVE_DECL_COSQ
|
cannam@127
|
123
|
cannam@127
|
124 /* Define to 1 if you have the declaration of `drand48', and to 0 if you
|
cannam@127
|
125 don't. */
|
cannam@127
|
126 #undef HAVE_DECL_DRAND48
|
cannam@127
|
127
|
cannam@127
|
128 /* Define to 1 if you have the declaration of `memalign', and to 0 if you
|
cannam@127
|
129 don't. */
|
cannam@127
|
130 #undef HAVE_DECL_MEMALIGN
|
cannam@127
|
131
|
cannam@127
|
132 /* Define to 1 if you have the declaration of `posix_memalign', and to 0 if
|
cannam@127
|
133 you don't. */
|
cannam@127
|
134 #undef HAVE_DECL_POSIX_MEMALIGN
|
cannam@127
|
135
|
cannam@127
|
136 /* Define to 1 if you have the declaration of `sinl', and to 0 if you don't.
|
cannam@127
|
137 */
|
cannam@127
|
138 #undef HAVE_DECL_SINL
|
cannam@127
|
139
|
cannam@127
|
140 /* Define to 1 if you have the declaration of `sinq', and to 0 if you don't.
|
cannam@127
|
141 */
|
cannam@127
|
142 #undef HAVE_DECL_SINQ
|
cannam@127
|
143
|
cannam@127
|
144 /* Define to 1 if you have the declaration of `srand48', and to 0 if you
|
cannam@127
|
145 don't. */
|
cannam@127
|
146 #undef HAVE_DECL_SRAND48
|
cannam@127
|
147
|
cannam@127
|
148 /* Define to 1 if you have the <dlfcn.h> header file. */
|
cannam@127
|
149 #undef HAVE_DLFCN_H
|
cannam@127
|
150
|
cannam@127
|
151 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
|
cannam@127
|
152 #undef HAVE_DOPRNT
|
cannam@127
|
153
|
cannam@127
|
154 /* Define to 1 if you have the `drand48' function. */
|
cannam@127
|
155 #undef HAVE_DRAND48
|
cannam@127
|
156
|
cannam@127
|
157 /* Define if you have a machine with fused multiply-add */
|
cannam@127
|
158 #undef HAVE_FMA
|
cannam@127
|
159
|
cannam@127
|
160 /* Define to enable generic (gcc) 128-bit SIMD optimizations. */
|
cannam@127
|
161 #undef HAVE_GENERIC_SIMD128
|
cannam@127
|
162
|
cannam@127
|
163 /* Define to enable generic (gcc) 256-bit SIMD optimizations. */
|
cannam@127
|
164 #undef HAVE_GENERIC_SIMD256
|
cannam@127
|
165
|
cannam@127
|
166 /* Define to 1 if you have the `gethrtime' function. */
|
cannam@127
|
167 #undef HAVE_GETHRTIME
|
cannam@127
|
168
|
cannam@127
|
169 /* Define to 1 if you have the `gettimeofday' function. */
|
cannam@127
|
170 #undef HAVE_GETTIMEOFDAY
|
cannam@127
|
171
|
cannam@127
|
172 /* Define to 1 if hrtime_t is defined in <sys/time.h> */
|
cannam@127
|
173 #undef HAVE_HRTIME_T
|
cannam@127
|
174
|
cannam@127
|
175 /* Define to 1 if you have the <intrinsics.h> header file. */
|
cannam@127
|
176 #undef HAVE_INTRINSICS_H
|
cannam@127
|
177
|
cannam@127
|
178 /* Define to 1 if you have the <inttypes.h> header file. */
|
cannam@127
|
179 #undef HAVE_INTTYPES_H
|
cannam@127
|
180
|
cannam@127
|
181 /* Define if the isnan() function/macro is available. */
|
cannam@127
|
182 #undef HAVE_ISNAN
|
cannam@127
|
183
|
cannam@127
|
184 /* Define to enable KCVI optimizations. */
|
cannam@127
|
185 #undef HAVE_KCVI
|
cannam@127
|
186
|
cannam@127
|
187 /* Define to 1 if you have the <libintl.h> header file. */
|
cannam@127
|
188 #undef HAVE_LIBINTL_H
|
cannam@127
|
189
|
cannam@127
|
190 /* Define to 1 if you have the `m' library (-lm). */
|
cannam@127
|
191 #undef HAVE_LIBM
|
cannam@127
|
192
|
cannam@127
|
193 /* Define to 1 if you have the `quadmath' library (-lquadmath). */
|
cannam@127
|
194 #undef HAVE_LIBQUADMATH
|
cannam@127
|
195
|
cannam@127
|
196 /* Define to 1 if you have the <limits.h> header file. */
|
cannam@127
|
197 #undef HAVE_LIMITS_H
|
cannam@127
|
198
|
cannam@127
|
199 /* Define to 1 if the compiler supports `long double' */
|
cannam@127
|
200 #undef HAVE_LONG_DOUBLE
|
cannam@127
|
201
|
cannam@127
|
202 /* Define to 1 if you have the `mach_absolute_time' function. */
|
cannam@127
|
203 #undef HAVE_MACH_ABSOLUTE_TIME
|
cannam@127
|
204
|
cannam@127
|
205 /* Define to 1 if you have the <mach/mach_time.h> header file. */
|
cannam@127
|
206 #undef HAVE_MACH_MACH_TIME_H
|
cannam@127
|
207
|
cannam@127
|
208 /* Define to 1 if you have the <malloc.h> header file. */
|
cannam@127
|
209 #undef HAVE_MALLOC_H
|
cannam@127
|
210
|
cannam@127
|
211 /* Define to 1 if you have the `memalign' function. */
|
cannam@127
|
212 #undef HAVE_MEMALIGN
|
cannam@127
|
213
|
cannam@127
|
214 /* Define to 1 if you have the <memory.h> header file. */
|
cannam@127
|
215 #undef HAVE_MEMORY_H
|
cannam@127
|
216
|
cannam@127
|
217 /* Define to 1 if you have the `memset' function. */
|
cannam@127
|
218 #undef HAVE_MEMSET
|
cannam@127
|
219
|
cannam@127
|
220 /* Define to enable use of MIPS ZBus cycle-counter. */
|
cannam@127
|
221 #undef HAVE_MIPS_ZBUS_TIMER
|
cannam@127
|
222
|
cannam@127
|
223 /* Define if you have the MPI library. */
|
cannam@127
|
224 #undef HAVE_MPI
|
cannam@127
|
225
|
cannam@127
|
226 /* Define to enable ARM NEON optimizations. */
|
cannam@127
|
227 #undef HAVE_NEON
|
cannam@127
|
228
|
cannam@127
|
229 /* Define if OpenMP is enabled */
|
cannam@127
|
230 #undef HAVE_OPENMP
|
cannam@127
|
231
|
cannam@127
|
232 /* Define to 1 if you have the `posix_memalign' function. */
|
cannam@127
|
233 #undef HAVE_POSIX_MEMALIGN
|
cannam@127
|
234
|
cannam@127
|
235 /* Define if you have POSIX threads libraries and header files. */
|
cannam@127
|
236 #undef HAVE_PTHREAD
|
cannam@127
|
237
|
cannam@127
|
238 /* Define to 1 if you have the `read_real_time' function. */
|
cannam@127
|
239 #undef HAVE_READ_REAL_TIME
|
cannam@127
|
240
|
cannam@127
|
241 /* Define to 1 if you have the `sinl' function. */
|
cannam@127
|
242 #undef HAVE_SINL
|
cannam@127
|
243
|
cannam@127
|
244 /* Define to 1 if you have the `snprintf' function. */
|
cannam@127
|
245 #undef HAVE_SNPRINTF
|
cannam@127
|
246
|
cannam@127
|
247 /* Define to 1 if you have the `sqrt' function. */
|
cannam@127
|
248 #undef HAVE_SQRT
|
cannam@127
|
249
|
cannam@127
|
250 /* Define to enable SSE/SSE2 optimizations. */
|
cannam@127
|
251 #undef HAVE_SSE2
|
cannam@127
|
252
|
cannam@127
|
253 /* Define to 1 if you have the <stddef.h> header file. */
|
cannam@127
|
254 #undef HAVE_STDDEF_H
|
cannam@127
|
255
|
cannam@127
|
256 /* Define to 1 if you have the <stdint.h> header file. */
|
cannam@127
|
257 #undef HAVE_STDINT_H
|
cannam@127
|
258
|
cannam@127
|
259 /* Define to 1 if you have the <stdlib.h> header file. */
|
cannam@127
|
260 #undef HAVE_STDLIB_H
|
cannam@127
|
261
|
cannam@127
|
262 /* Define to 1 if you have the <strings.h> header file. */
|
cannam@127
|
263 #undef HAVE_STRINGS_H
|
cannam@127
|
264
|
cannam@127
|
265 /* Define to 1 if you have the <string.h> header file. */
|
cannam@127
|
266 #undef HAVE_STRING_H
|
cannam@127
|
267
|
cannam@127
|
268 /* Define to 1 if you have the `sysctl' function. */
|
cannam@127
|
269 #undef HAVE_SYSCTL
|
cannam@127
|
270
|
cannam@127
|
271 /* Define to 1 if you have the <sys/stat.h> header file. */
|
cannam@127
|
272 #undef HAVE_SYS_STAT_H
|
cannam@127
|
273
|
cannam@127
|
274 /* Define to 1 if you have the <sys/sysctl.h> header file. */
|
cannam@127
|
275 #undef HAVE_SYS_SYSCTL_H
|
cannam@127
|
276
|
cannam@127
|
277 /* Define to 1 if you have the <sys/time.h> header file. */
|
cannam@127
|
278 #undef HAVE_SYS_TIME_H
|
cannam@127
|
279
|
cannam@127
|
280 /* Define to 1 if you have the <sys/types.h> header file. */
|
cannam@127
|
281 #undef HAVE_SYS_TYPES_H
|
cannam@127
|
282
|
cannam@127
|
283 /* Define to 1 if you have the `tanl' function. */
|
cannam@127
|
284 #undef HAVE_TANL
|
cannam@127
|
285
|
cannam@127
|
286 /* Define if we have a threads library. */
|
cannam@127
|
287 #undef HAVE_THREADS
|
cannam@127
|
288
|
cannam@127
|
289 /* Define to 1 if you have the `time_base_to_time' function. */
|
cannam@127
|
290 #undef HAVE_TIME_BASE_TO_TIME
|
cannam@127
|
291
|
cannam@127
|
292 /* Define to 1 if the system has the type `uintptr_t'. */
|
cannam@127
|
293 #undef HAVE_UINTPTR_T
|
cannam@127
|
294
|
cannam@127
|
295 /* Define to 1 if you have the <unistd.h> header file. */
|
cannam@127
|
296 #undef HAVE_UNISTD_H
|
cannam@127
|
297
|
cannam@127
|
298 /* Define to 1 if you have the `vprintf' function. */
|
cannam@127
|
299 #undef HAVE_VPRINTF
|
cannam@127
|
300
|
cannam@127
|
301 /* Define to enable IBM VSX optimizations. */
|
cannam@127
|
302 #undef HAVE_VSX
|
cannam@127
|
303
|
cannam@127
|
304 /* Define to 1 if you have the `_mm_free' function. */
|
cannam@127
|
305 #undef HAVE__MM_FREE
|
cannam@127
|
306
|
cannam@127
|
307 /* Define to 1 if you have the `_mm_malloc' function. */
|
cannam@127
|
308 #undef HAVE__MM_MALLOC
|
cannam@127
|
309
|
cannam@127
|
310 /* Define if you have the UNICOS _rtc() intrinsic. */
|
cannam@127
|
311 #undef HAVE__RTC
|
cannam@127
|
312
|
cannam@127
|
313 /* Define to the sub-directory in which libtool stores uninstalled libraries.
|
cannam@127
|
314 */
|
cannam@127
|
315 #undef LT_OBJDIR
|
cannam@127
|
316
|
cannam@127
|
317 /* Name of package */
|
cannam@127
|
318 #undef PACKAGE
|
cannam@127
|
319
|
cannam@127
|
320 /* Define to the address where bug reports for this package should be sent. */
|
cannam@127
|
321 #undef PACKAGE_BUGREPORT
|
cannam@127
|
322
|
cannam@127
|
323 /* Define to the full name of this package. */
|
cannam@127
|
324 #undef PACKAGE_NAME
|
cannam@127
|
325
|
cannam@127
|
326 /* Define to the full name and version of this package. */
|
cannam@127
|
327 #undef PACKAGE_STRING
|
cannam@127
|
328
|
cannam@127
|
329 /* Define to the one symbol short name of this package. */
|
cannam@127
|
330 #undef PACKAGE_TARNAME
|
cannam@127
|
331
|
cannam@127
|
332 /* Define to the home page for this package. */
|
cannam@127
|
333 #undef PACKAGE_URL
|
cannam@127
|
334
|
cannam@127
|
335 /* Define to the version of this package. */
|
cannam@127
|
336 #undef PACKAGE_VERSION
|
cannam@127
|
337
|
cannam@127
|
338 /* Define to necessary symbol if this constant uses a non-standard name on
|
cannam@127
|
339 your system. */
|
cannam@127
|
340 #undef PTHREAD_CREATE_JOINABLE
|
cannam@127
|
341
|
cannam@127
|
342 /* The size of `double', as computed by sizeof. */
|
cannam@127
|
343 #undef SIZEOF_DOUBLE
|
cannam@127
|
344
|
cannam@127
|
345 /* The size of `fftw_r2r_kind', as computed by sizeof. */
|
cannam@127
|
346 #undef SIZEOF_FFTW_R2R_KIND
|
cannam@127
|
347
|
cannam@127
|
348 /* The size of `float', as computed by sizeof. */
|
cannam@127
|
349 #undef SIZEOF_FLOAT
|
cannam@127
|
350
|
cannam@127
|
351 /* The size of `int', as computed by sizeof. */
|
cannam@127
|
352 #undef SIZEOF_INT
|
cannam@127
|
353
|
cannam@127
|
354 /* The size of `long', as computed by sizeof. */
|
cannam@127
|
355 #undef SIZEOF_LONG
|
cannam@127
|
356
|
cannam@127
|
357 /* The size of `long long', as computed by sizeof. */
|
cannam@127
|
358 #undef SIZEOF_LONG_LONG
|
cannam@127
|
359
|
cannam@127
|
360 /* The size of `MPI_Fint', as computed by sizeof. */
|
cannam@127
|
361 #undef SIZEOF_MPI_FINT
|
cannam@127
|
362
|
cannam@127
|
363 /* The size of `ptrdiff_t', as computed by sizeof. */
|
cannam@127
|
364 #undef SIZEOF_PTRDIFF_T
|
cannam@127
|
365
|
cannam@127
|
366 /* The size of `size_t', as computed by sizeof. */
|
cannam@127
|
367 #undef SIZEOF_SIZE_T
|
cannam@127
|
368
|
cannam@127
|
369 /* The size of `unsigned int', as computed by sizeof. */
|
cannam@127
|
370 #undef SIZEOF_UNSIGNED_INT
|
cannam@127
|
371
|
cannam@127
|
372 /* The size of `unsigned long', as computed by sizeof. */
|
cannam@127
|
373 #undef SIZEOF_UNSIGNED_LONG
|
cannam@127
|
374
|
cannam@127
|
375 /* The size of `unsigned long long', as computed by sizeof. */
|
cannam@127
|
376 #undef SIZEOF_UNSIGNED_LONG_LONG
|
cannam@127
|
377
|
cannam@127
|
378 /* The size of `void *', as computed by sizeof. */
|
cannam@127
|
379 #undef SIZEOF_VOID_P
|
cannam@127
|
380
|
cannam@127
|
381 /* If using the C implementation of alloca, define if you know the
|
cannam@127
|
382 direction of stack growth for your system; otherwise it will be
|
cannam@127
|
383 automatically deduced at runtime.
|
cannam@127
|
384 STACK_DIRECTION > 0 => grows toward higher addresses
|
cannam@127
|
385 STACK_DIRECTION < 0 => grows toward lower addresses
|
cannam@127
|
386 STACK_DIRECTION = 0 => direction of growth unknown */
|
cannam@127
|
387 #undef STACK_DIRECTION
|
cannam@127
|
388
|
cannam@127
|
389 /* Define to 1 if you have the ANSI C header files. */
|
cannam@127
|
390 #undef STDC_HEADERS
|
cannam@127
|
391
|
cannam@127
|
392 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
|
cannam@127
|
393 #undef TIME_WITH_SYS_TIME
|
cannam@127
|
394
|
cannam@127
|
395 /* Define if we have and are using POSIX threads. */
|
cannam@127
|
396 #undef USING_POSIX_THREADS
|
cannam@127
|
397
|
cannam@127
|
398 /* Version number of package */
|
cannam@127
|
399 #undef VERSION
|
cannam@127
|
400
|
cannam@127
|
401 /* Use common Windows Fortran mangling styles for the Fortran interfaces. */
|
cannam@127
|
402 #undef WINDOWS_F77_MANGLING
|
cannam@127
|
403
|
cannam@127
|
404 /* Include g77-compatible wrappers in addition to any other Fortran wrappers.
|
cannam@127
|
405 */
|
cannam@127
|
406 #undef WITH_G77_WRAPPERS
|
cannam@127
|
407
|
cannam@127
|
408 /* Use our own aligned malloc routine; mainly helpful for Windows systems
|
cannam@127
|
409 lacking aligned allocation system-library routines. */
|
cannam@127
|
410 #undef WITH_OUR_MALLOC
|
cannam@127
|
411
|
cannam@127
|
412 /* Use low-precision timers, making planner very slow */
|
cannam@127
|
413 #undef WITH_SLOW_TIMER
|
cannam@127
|
414
|
cannam@127
|
415 /* Define to empty if `const' does not conform to ANSI C. */
|
cannam@127
|
416 #undef const
|
cannam@127
|
417
|
cannam@127
|
418 /* Define to `__inline__' or `__inline' if that's what the C compiler
|
cannam@127
|
419 calls it, or to nothing if 'inline' is not supported under any name. */
|
cannam@127
|
420 #ifndef __cplusplus
|
cannam@127
|
421 #undef inline
|
cannam@127
|
422 #endif
|
cannam@127
|
423
|
cannam@127
|
424 /* Define to `unsigned int' if <sys/types.h> does not define. */
|
cannam@127
|
425 #undef size_t
|