You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
167 lines
4.3 KiB
167 lines
4.3 KiB
/* config.h.in. Generated from configure.ac by autoheader. */
|
|
|
|
/* Define to dummy `main' function (if any) required to link to the Fortran
|
|
libraries. */
|
|
#undef FC_DUMMY_MAIN
|
|
|
|
/* Define if F77 and FC dummy `main' functions are identical. */
|
|
#undef FC_DUMMY_MAIN_EQ_F77
|
|
|
|
/* Define to a macro mangling the given C identifier (in lower and upper
|
|
case), which must not contain underscores, for linking with Fortran. */
|
|
#undef FC_FUNC
|
|
|
|
/* As FC_FUNC, but for C identifiers containing underscores. */
|
|
#undef FC_FUNC_
|
|
|
|
/* Define to alternate name for `main' routine that is called from a `main' in
|
|
the Fortran libraries. */
|
|
#undef FC_MAIN
|
|
|
|
/* Define to 1 if your system has the clock_gettime function. */
|
|
#undef HAVE_CLOCK_GETTIME
|
|
|
|
/* Define to 1 if you have the <dlfcn.h> header file. */
|
|
#undef HAVE_DLFCN_H
|
|
|
|
/* Define to 1 if Fortran interface is to be compiled. */
|
|
#undef HAVE_FORTRAN
|
|
|
|
/* Define to 1 if you have the <fpu_control.h> header file. */
|
|
#undef HAVE_FPU_CONTROL_H
|
|
|
|
/* Define to 1 if you have the `gettimeofday' function. */
|
|
#undef HAVE_GETTIMEOFDAY
|
|
|
|
/* Define to 1 if you have the <ieeefp.h> header file. */
|
|
#undef HAVE_IEEEFP_H
|
|
|
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
|
#undef HAVE_INTTYPES_H
|
|
|
|
/* Define to 1 if you have the `m' library (-lm). */
|
|
#undef HAVE_LIBM
|
|
|
|
/* Define to 1 if you have the <memory.h> header file. */
|
|
#undef HAVE_MEMORY_H
|
|
|
|
/* Define to 1 if stdbool.h conforms to C99. */
|
|
#undef HAVE_STDBOOL_H
|
|
|
|
/* Define to 1 if you have the <stdint.h> header file. */
|
|
#undef HAVE_STDINT_H
|
|
|
|
/* Define to 1 if you have the <stdlib.h> header file. */
|
|
#undef HAVE_STDLIB_H
|
|
|
|
/* Define to 1 if you have the <strings.h> header file. */
|
|
#undef HAVE_STRINGS_H
|
|
|
|
/* Define to 1 if you have the <string.h> header file. */
|
|
#undef HAVE_STRING_H
|
|
|
|
/* Define to 1 if you have the <sys/stat.h> header file. */
|
|
#undef HAVE_SYS_STAT_H
|
|
|
|
/* Define to 1 if you have the <sys/types.h> header file. */
|
|
#undef HAVE_SYS_TYPES_H
|
|
|
|
/* Define to 1 if you have the <unistd.h> header file. */
|
|
#undef HAVE_UNISTD_H
|
|
|
|
/* Define to 1 if the system has the type `_Bool'. */
|
|
#undef HAVE__BOOL
|
|
|
|
/* Define to the sub-directory in which libtool stores uninstalled libraries.
|
|
*/
|
|
#undef LT_OBJDIR
|
|
|
|
/* qd major version number */
|
|
#undef MAJOR_VERSION
|
|
|
|
/* qd minor version number */
|
|
#undef MINOR_VERSION
|
|
|
|
/* Name of package */
|
|
#undef PACKAGE
|
|
|
|
/* Define to the address where bug reports for this package should be sent. */
|
|
#undef PACKAGE_BUGREPORT
|
|
|
|
/* Define to the full name of this package. */
|
|
#undef PACKAGE_NAME
|
|
|
|
/* Define to the full name and version of this package. */
|
|
#undef PACKAGE_STRING
|
|
|
|
/* Define to the one symbol short name of this package. */
|
|
#undef PACKAGE_TARNAME
|
|
|
|
/* Define to the home page for this package. */
|
|
#undef PACKAGE_URL
|
|
|
|
/* Define to the version of this package. */
|
|
#undef PACKAGE_VERSION
|
|
|
|
/* qd patch number (sub minor version) */
|
|
#undef PATCH_VERSION
|
|
|
|
/* Any special symbols needed for exporting APIs. */
|
|
#undef QD_API
|
|
|
|
/* Define this macro to be the copysign(x, y) function. */
|
|
#undef QD_COPYSIGN
|
|
|
|
/* Define to 1 to enable debugging code. */
|
|
#undef QD_DEBUG
|
|
|
|
/* If fused multiply-add is available, define correct macro for using it. */
|
|
#undef QD_FMA
|
|
|
|
/* If fused multiply-subtract is available, define correct macro for using it.
|
|
*/
|
|
#undef QD_FMS
|
|
|
|
/* Define to 1 if your compiler have the C++ standard include files. */
|
|
#undef QD_HAVE_STD
|
|
|
|
/* Define to 1 to use additions with IEEE-style error bounds. */
|
|
#undef QD_IEEE_ADD
|
|
|
|
/* Define to 1 to inline commonly used functions. */
|
|
#undef QD_INLINE
|
|
|
|
/* Define this macro to be the isfinite(x) function. */
|
|
#undef QD_ISFINITE
|
|
|
|
/* Define this macro to be the isinf(x) function. */
|
|
#undef QD_ISINF
|
|
|
|
/* Define this macro to be the isnan(x) function. */
|
|
#undef QD_ISNAN
|
|
|
|
/* Define to 1 to use sloppy division (which is faster by slightly
|
|
inaccurate). */
|
|
#undef QD_SLOPPY_DIV
|
|
|
|
/* Define to 1 to use sloppy multiplication (which is faster by slightly
|
|
inaccurate). */
|
|
#undef QD_SLOPPY_MUL
|
|
|
|
/* Set to 1 if using VisualAge C++ compiler for __fmadd builtin. */
|
|
#undef QD_VACPP_BUILTINS_H
|
|
|
|
/* Define to 1 if you have the ANSI C header files. */
|
|
#undef STDC_HEADERS
|
|
|
|
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
|
|
#undef TIME_WITH_SYS_TIME
|
|
|
|
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
|
|
#undef TM_IN_SYS_TIME
|
|
|
|
/* Version number of package */
|
|
#undef VERSION
|
|
|
|
/* Whether to use x86 fpu fix. */
|
|
#undef X86
|