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