annotate src/fftw-3.3.8/config.h.in @ 169:223a55898ab9 tip default

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