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