Chris@10: /* config.h.in. Generated from configure.ac by autoheader. */ Chris@10: Chris@10: /* Define to compile in long-double precision. */ Chris@10: #undef BENCHFFT_LDOUBLE Chris@10: Chris@10: /* Define to compile in quad precision. */ Chris@10: #undef BENCHFFT_QUAD Chris@10: Chris@10: /* Define to compile in single precision. */ Chris@10: #undef BENCHFFT_SINGLE Chris@10: Chris@10: /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP Chris@10: systems. This function is required for `alloca.c' support on those systems. Chris@10: */ Chris@10: #undef CRAY_STACKSEG_END Chris@10: Chris@10: /* Define to 1 if using `alloca.c'. */ Chris@10: #undef C_ALLOCA Chris@10: Chris@10: /* Define to disable Fortran wrappers. */ Chris@10: #undef DISABLE_FORTRAN Chris@10: Chris@10: /* Define to dummy `main' function (if any) required to link to the Fortran Chris@10: libraries. */ Chris@10: #undef F77_DUMMY_MAIN Chris@10: Chris@10: /* Define to a macro mangling the given C identifier (in lower and upper Chris@10: case), which must not contain underscores, for linking with Fortran. */ Chris@10: #undef F77_FUNC Chris@10: Chris@10: /* As F77_FUNC, but for C identifiers containing underscores. */ Chris@10: #undef F77_FUNC_ Chris@10: Chris@10: /* Define if F77_FUNC and F77_FUNC_ are equivalent. */ Chris@10: #undef F77_FUNC_EQUIV Chris@10: Chris@10: /* Define if F77 and FC dummy `main' functions are identical. */ Chris@10: #undef FC_DUMMY_MAIN_EQ_F77 Chris@10: Chris@10: /* C compiler name and flags */ Chris@10: #undef FFTW_CC Chris@10: Chris@10: /* Define to enable extra FFTW debugging code. */ Chris@10: #undef FFTW_DEBUG Chris@10: Chris@10: /* Define to enable alignment debugging hacks. */ Chris@10: #undef FFTW_DEBUG_ALIGNMENT Chris@10: Chris@10: /* Define to enable debugging malloc. */ Chris@10: #undef FFTW_DEBUG_MALLOC Chris@10: Chris@10: /* Define to enable the use of alloca(). */ Chris@10: #undef FFTW_ENABLE_ALLOCA Chris@10: Chris@10: /* Define to compile in long-double precision. */ Chris@10: #undef FFTW_LDOUBLE Chris@10: Chris@10: /* Define to compile in quad precision. */ Chris@10: #undef FFTW_QUAD Chris@10: Chris@10: /* Define to enable pseudorandom estimate planning for debugging. */ Chris@10: #undef FFTW_RANDOM_ESTIMATOR Chris@10: Chris@10: /* Define to compile in single precision. */ Chris@10: #undef FFTW_SINGLE Chris@10: Chris@10: /* Define to 1 if you have the `abort' function. */ Chris@10: #undef HAVE_ABORT Chris@10: Chris@10: /* Define to 1 if you have `alloca', as a function or macro. */ Chris@10: #undef HAVE_ALLOCA Chris@10: Chris@10: /* Define to 1 if you have and it should be used (not on Ultrix). Chris@10: */ Chris@10: #undef HAVE_ALLOCA_H Chris@10: Chris@10: /* Define to enable Altivec optimizations. */ Chris@10: #undef HAVE_ALTIVEC Chris@10: Chris@10: /* Define to 1 if you have the header file. */ Chris@10: #undef HAVE_ALTIVEC_H Chris@10: Chris@10: /* Define to enable AVX optimizations. */ Chris@10: #undef HAVE_AVX Chris@10: Chris@10: /* Define to 1 if you have the `BSDgettimeofday' function. */ Chris@10: #undef HAVE_BSDGETTIMEOFDAY Chris@10: Chris@10: /* Define to 1 if you have the `clock_gettime' function. */ Chris@10: #undef HAVE_CLOCK_GETTIME Chris@10: Chris@10: /* Define to 1 if you have the `cosl' function. */ Chris@10: #undef HAVE_COSL Chris@10: Chris@10: /* Define to 1 if you have the header file. */ Chris@10: #undef HAVE_C_ASM_H Chris@10: Chris@10: /* Define to 1 if you have the declaration of `cosl', and to 0 if you don't. Chris@10: */ Chris@10: #undef HAVE_DECL_COSL Chris@10: Chris@10: /* Define to 1 if you have the declaration of `cosq', and to 0 if you don't. Chris@10: */ Chris@10: #undef HAVE_DECL_COSQ Chris@10: Chris@10: /* Define to 1 if you have the declaration of `drand48', and to 0 if you Chris@10: don't. */ Chris@10: #undef HAVE_DECL_DRAND48 Chris@10: Chris@10: /* Define to 1 if you have the declaration of `memalign', and to 0 if you Chris@10: don't. */ Chris@10: #undef HAVE_DECL_MEMALIGN Chris@10: Chris@10: /* Define to 1 if you have the declaration of `posix_memalign', and to 0 if Chris@10: you don't. */ Chris@10: #undef HAVE_DECL_POSIX_MEMALIGN Chris@10: Chris@10: /* Define to 1 if you have the declaration of `sinl', and to 0 if you don't. Chris@10: */ Chris@10: #undef HAVE_DECL_SINL Chris@10: Chris@10: /* Define to 1 if you have the declaration of `sinq', and to 0 if you don't. Chris@10: */ Chris@10: #undef HAVE_DECL_SINQ Chris@10: Chris@10: /* Define to 1 if you have the declaration of `srand48', and to 0 if you Chris@10: don't. */ Chris@10: #undef HAVE_DECL_SRAND48 Chris@10: Chris@10: /* Define to 1 if you have the header file. */ Chris@10: #undef HAVE_DLFCN_H Chris@10: Chris@10: /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ Chris@10: #undef HAVE_DOPRNT Chris@10: Chris@10: /* Define to 1 if you have the `drand48' function. */ Chris@10: #undef HAVE_DRAND48 Chris@10: Chris@10: /* Define if you have a machine with fused multiply-add */ Chris@10: #undef HAVE_FMA Chris@10: Chris@10: /* Define to 1 if you have the `gethrtime' function. */ Chris@10: #undef HAVE_GETHRTIME Chris@10: Chris@10: /* Define to 1 if you have the `gettimeofday' function. */ Chris@10: #undef HAVE_GETTIMEOFDAY Chris@10: Chris@10: /* Define to 1 if hrtime_t is defined in */ Chris@10: #undef HAVE_HRTIME_T Chris@10: Chris@10: /* Define to 1 if you have the header file. */ Chris@10: #undef HAVE_INTRINSICS_H Chris@10: Chris@10: /* Define to 1 if you have the header file. */ Chris@10: #undef HAVE_INTTYPES_H Chris@10: Chris@10: /* Define if the isnan() function/macro is available. */ Chris@10: #undef HAVE_ISNAN Chris@10: Chris@10: /* Define to 1 if you have the header file. */ Chris@10: #undef HAVE_LIBINTL_H Chris@10: Chris@10: /* Define to 1 if you have the `m' library (-lm). */ Chris@10: #undef HAVE_LIBM Chris@10: Chris@10: /* Define to 1 if you have the `quadmath' library (-lquadmath). */ Chris@10: #undef HAVE_LIBQUADMATH Chris@10: Chris@10: /* Define to 1 if you have the header file. */ Chris@10: #undef HAVE_LIMITS_H Chris@10: Chris@10: /* Define to 1 if the compiler supports `long double' */ Chris@10: #undef HAVE_LONG_DOUBLE Chris@10: Chris@10: /* Define to 1 if you have the `mach_absolute_time' function. */ Chris@10: #undef HAVE_MACH_ABSOLUTE_TIME Chris@10: Chris@10: /* Define to 1 if you have the header file. */ Chris@10: #undef HAVE_MACH_MACH_TIME_H Chris@10: Chris@10: /* Define to 1 if you have the header file. */ Chris@10: #undef HAVE_MALLOC_H Chris@10: Chris@10: /* Define to 1 if you have the `memalign' function. */ Chris@10: #undef HAVE_MEMALIGN Chris@10: Chris@10: /* Define to 1 if you have the header file. */ Chris@10: #undef HAVE_MEMORY_H Chris@10: Chris@10: /* Define to 1 if you have the `memset' function. */ Chris@10: #undef HAVE_MEMSET Chris@10: Chris@10: /* Define to enable use of MIPS ZBus cycle-counter. */ Chris@10: #undef HAVE_MIPS_ZBUS_TIMER Chris@10: Chris@10: /* Define if you have the MPI library. */ Chris@10: #undef HAVE_MPI Chris@10: Chris@10: /* Define to enable ARM NEON optimizations. */ Chris@10: #undef HAVE_NEON Chris@10: Chris@10: /* Define if OpenMP is enabled */ Chris@10: #undef HAVE_OPENMP Chris@10: Chris@10: /* Define to 1 if you have the `posix_memalign' function. */ Chris@10: #undef HAVE_POSIX_MEMALIGN Chris@10: Chris@10: /* Define if you have POSIX threads libraries and header files. */ Chris@10: #undef HAVE_PTHREAD Chris@10: Chris@10: /* Define to 1 if you have the `read_real_time' function. */ Chris@10: #undef HAVE_READ_REAL_TIME Chris@10: Chris@10: /* Define to 1 if you have the `sinl' function. */ Chris@10: #undef HAVE_SINL Chris@10: Chris@10: /* Define to 1 if you have the `snprintf' function. */ Chris@10: #undef HAVE_SNPRINTF Chris@10: Chris@10: /* Define to 1 if you have the `sqrt' function. */ Chris@10: #undef HAVE_SQRT Chris@10: Chris@10: /* Define to enable SSE/SSE2 optimizations. */ Chris@10: #undef HAVE_SSE2 Chris@10: Chris@10: /* Define to 1 if you have the header file. */ Chris@10: #undef HAVE_STDDEF_H Chris@10: Chris@10: /* Define to 1 if you have the header file. */ Chris@10: #undef HAVE_STDINT_H Chris@10: Chris@10: /* Define to 1 if you have the header file. */ Chris@10: #undef HAVE_STDLIB_H Chris@10: Chris@10: /* Define to 1 if you have the header file. */ Chris@10: #undef HAVE_STRINGS_H Chris@10: Chris@10: /* Define to 1 if you have the header file. */ Chris@10: #undef HAVE_STRING_H Chris@10: Chris@10: /* Define to 1 if you have the `sysctl' function. */ Chris@10: #undef HAVE_SYSCTL Chris@10: Chris@10: /* Define to 1 if you have the header file. */ Chris@10: #undef HAVE_SYS_STAT_H Chris@10: Chris@10: /* Define to 1 if you have the header file. */ Chris@10: #undef HAVE_SYS_SYSCTL_H Chris@10: Chris@10: /* Define to 1 if you have the header file. */ Chris@10: #undef HAVE_SYS_TIME_H Chris@10: Chris@10: /* Define to 1 if you have the header file. */ Chris@10: #undef HAVE_SYS_TYPES_H Chris@10: Chris@10: /* Define to 1 if you have the `tanl' function. */ Chris@10: #undef HAVE_TANL Chris@10: Chris@10: /* Define if we have a threads library. */ Chris@10: #undef HAVE_THREADS Chris@10: Chris@10: /* Define to 1 if you have the `time_base_to_time' function. */ Chris@10: #undef HAVE_TIME_BASE_TO_TIME Chris@10: Chris@10: /* Define to 1 if the system has the type `uintptr_t'. */ Chris@10: #undef HAVE_UINTPTR_T Chris@10: Chris@10: /* Define to 1 if you have the header file. */ Chris@10: #undef HAVE_UNISTD_H Chris@10: Chris@10: /* Define to 1 if you have the `vprintf' function. */ Chris@10: #undef HAVE_VPRINTF Chris@10: Chris@10: /* Define to 1 if you have the `_mm_free' function. */ Chris@10: #undef HAVE__MM_FREE Chris@10: Chris@10: /* Define to 1 if you have the `_mm_malloc' function. */ Chris@10: #undef HAVE__MM_MALLOC Chris@10: Chris@10: /* Define if you have the UNICOS _rtc() intrinsic. */ Chris@10: #undef HAVE__RTC Chris@10: Chris@10: /* Define to the sub-directory in which libtool stores uninstalled libraries. Chris@10: */ Chris@10: #undef LT_OBJDIR Chris@10: Chris@10: /* Define to 1 if your C compiler doesn't accept -c and -o together. */ Chris@10: #undef NO_MINUS_C_MINUS_O Chris@10: Chris@10: /* Name of package */ Chris@10: #undef PACKAGE Chris@10: Chris@10: /* Define to the address where bug reports for this package should be sent. */ Chris@10: #undef PACKAGE_BUGREPORT Chris@10: Chris@10: /* Define to the full name of this package. */ Chris@10: #undef PACKAGE_NAME Chris@10: Chris@10: /* Define to the full name and version of this package. */ Chris@10: #undef PACKAGE_STRING Chris@10: Chris@10: /* Define to the one symbol short name of this package. */ Chris@10: #undef PACKAGE_TARNAME Chris@10: Chris@10: /* Define to the home page for this package. */ Chris@10: #undef PACKAGE_URL Chris@10: Chris@10: /* Define to the version of this package. */ Chris@10: #undef PACKAGE_VERSION Chris@10: Chris@10: /* Define to necessary symbol if this constant uses a non-standard name on Chris@10: your system. */ Chris@10: #undef PTHREAD_CREATE_JOINABLE Chris@10: Chris@10: /* The size of `double', as computed by sizeof. */ Chris@10: #undef SIZEOF_DOUBLE Chris@10: Chris@10: /* The size of `fftw_r2r_kind', as computed by sizeof. */ Chris@10: #undef SIZEOF_FFTW_R2R_KIND Chris@10: Chris@10: /* The size of `float', as computed by sizeof. */ Chris@10: #undef SIZEOF_FLOAT Chris@10: Chris@10: /* The size of `int', as computed by sizeof. */ Chris@10: #undef SIZEOF_INT Chris@10: Chris@10: /* The size of `long', as computed by sizeof. */ Chris@10: #undef SIZEOF_LONG Chris@10: Chris@10: /* The size of `long long', as computed by sizeof. */ Chris@10: #undef SIZEOF_LONG_LONG Chris@10: Chris@10: /* The size of `MPI_Fint', as computed by sizeof. */ Chris@10: #undef SIZEOF_MPI_FINT Chris@10: Chris@10: /* The size of `ptrdiff_t', as computed by sizeof. */ Chris@10: #undef SIZEOF_PTRDIFF_T Chris@10: Chris@10: /* The size of `size_t', as computed by sizeof. */ Chris@10: #undef SIZEOF_SIZE_T Chris@10: Chris@10: /* The size of `unsigned int', as computed by sizeof. */ Chris@10: #undef SIZEOF_UNSIGNED_INT Chris@10: Chris@10: /* The size of `unsigned long', as computed by sizeof. */ Chris@10: #undef SIZEOF_UNSIGNED_LONG Chris@10: Chris@10: /* The size of `unsigned long long', as computed by sizeof. */ Chris@10: #undef SIZEOF_UNSIGNED_LONG_LONG Chris@10: Chris@10: /* The size of `void *', as computed by sizeof. */ Chris@10: #undef SIZEOF_VOID_P Chris@10: Chris@10: /* If using the C implementation of alloca, define if you know the Chris@10: direction of stack growth for your system; otherwise it will be Chris@10: automatically deduced at runtime. Chris@10: STACK_DIRECTION > 0 => grows toward higher addresses Chris@10: STACK_DIRECTION < 0 => grows toward lower addresses Chris@10: STACK_DIRECTION = 0 => direction of growth unknown */ Chris@10: #undef STACK_DIRECTION Chris@10: Chris@10: /* Define to 1 if you have the ANSI C header files. */ Chris@10: #undef STDC_HEADERS Chris@10: Chris@10: /* Define to 1 if you can safely include both and . */ Chris@10: #undef TIME_WITH_SYS_TIME Chris@10: Chris@10: /* Define if we have and are using POSIX threads. */ Chris@10: #undef USING_POSIX_THREADS Chris@10: Chris@10: /* Version number of package */ Chris@10: #undef VERSION Chris@10: Chris@10: /* Use common Windows Fortran mangling styles for the Fortran interfaces. */ Chris@10: #undef WINDOWS_F77_MANGLING Chris@10: Chris@10: /* Include g77-compatible wrappers in addition to any other Fortran wrappers. Chris@10: */ Chris@10: #undef WITH_G77_WRAPPERS Chris@10: Chris@10: /* Use our own aligned malloc routine; mainly helpful for Windows systems Chris@10: lacking aligned allocation system-library routines. */ Chris@10: #undef WITH_OUR_MALLOC Chris@10: Chris@10: /* Use low-precision timers, making planner very slow */ Chris@10: #undef WITH_SLOW_TIMER Chris@10: Chris@10: /* Define to empty if `const' does not conform to ANSI C. */ Chris@10: #undef const Chris@10: Chris@10: /* Define to `__inline__' or `__inline' if that's what the C compiler Chris@10: calls it, or to nothing if 'inline' is not supported under any name. */ Chris@10: #ifndef __cplusplus Chris@10: #undef inline Chris@10: #endif Chris@10: Chris@10: /* Define to `unsigned int' if does not define. */ Chris@10: #undef size_t