1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define to dummy `main' function (if any) required to link to the Fortran
4   libraries. */
5#undef FC_DUMMY_MAIN
6
7/* Define if F77 and FC dummy `main' functions are identical. */
8#undef FC_DUMMY_MAIN_EQ_F77
9
10/* Define to a macro mangling the given C identifier (in lower and upper
11   case), which must not contain underscores, for linking with Fortran. */
12#undef FC_FUNC
13
14/* As FC_FUNC, but for C identifiers containing underscores. */
15#undef FC_FUNC_
16
17/* Define to alternate name for `main' routine that is called from a `main' in
18   the Fortran libraries. */
19#undef FC_MAIN
20
21/* Define to 1 if your system has the clock_gettime function. */
22#undef HAVE_CLOCK_GETTIME
23
24/* Define to 1 if you have the <dlfcn.h> header file. */
25#undef HAVE_DLFCN_H
26
27/* Define to 1 if Fortran interface is to be compiled. */
28#undef HAVE_FORTRAN
29
30/* Define to 1 if you have the <fpu_control.h> header file. */
31#undef HAVE_FPU_CONTROL_H
32
33/* Define to 1 if you have the `gettimeofday' function. */
34#undef HAVE_GETTIMEOFDAY
35
36/* Define to 1 if you have the <ieeefp.h> header file. */
37#undef HAVE_IEEEFP_H
38
39/* Define to 1 if you have the <inttypes.h> header file. */
40#undef HAVE_INTTYPES_H
41
42/* Define to 1 if you have the `m' library (-lm). */
43#undef HAVE_LIBM
44
45/* Define to 1 if stdbool.h conforms to C99. */
46#undef HAVE_STDBOOL_H
47
48/* Define to 1 if you have the <stdint.h> header file. */
49#undef HAVE_STDINT_H
50
51/* Define to 1 if you have the <stdio.h> header file. */
52#undef HAVE_STDIO_H
53
54/* Define to 1 if you have the <stdlib.h> header file. */
55#undef HAVE_STDLIB_H
56
57/* Define to 1 if you have the <strings.h> header file. */
58#undef HAVE_STRINGS_H
59
60/* Define to 1 if you have the <string.h> header file. */
61#undef HAVE_STRING_H
62
63/* Define to 1 if you have the <sys/stat.h> header file. */
64#undef HAVE_SYS_STAT_H
65
66/* Define to 1 if you have the <sys/types.h> header file. */
67#undef HAVE_SYS_TYPES_H
68
69/* Define to 1 if you have the <unistd.h> header file. */
70#undef HAVE_UNISTD_H
71
72/* Define to 1 if the system has the type `_Bool'. */
73#undef HAVE__BOOL
74
75/* Define to the sub-directory where libtool stores uninstalled libraries. */
76#undef LT_OBJDIR
77
78/* qd major version number */
79#undef MAJOR_VERSION
80
81/* qd minor version number */
82#undef MINOR_VERSION
83
84/* Name of package */
85#undef PACKAGE
86
87/* Define to the address where bug reports for this package should be sent. */
88#undef PACKAGE_BUGREPORT
89
90/* Define to the full name of this package. */
91#undef PACKAGE_NAME
92
93/* Define to the full name and version of this package. */
94#undef PACKAGE_STRING
95
96/* Define to the one symbol short name of this package. */
97#undef PACKAGE_TARNAME
98
99/* Define to the home page for this package. */
100#undef PACKAGE_URL
101
102/* Define to the version of this package. */
103#undef PACKAGE_VERSION
104
105/* qd patch number (sub minor version) */
106#undef PATCH_VERSION
107
108/* Any special symbols needed for exporting APIs. */
109#undef QD_API
110
111/* Define this macro to be the copysign(x, y) function. */
112#undef QD_COPYSIGN
113
114/* If fused multiply-add is available, define correct macro for using it. */
115#undef QD_FMA
116
117/* If fused multiply-subtract is available, define correct macro for using it.
118   */
119#undef QD_FMS
120
121/* Define to 1 if your compiler have the C++ standard include files. */
122#undef QD_HAVE_STD
123
124/* Define to 1 to use additions with IEEE-style error bounds. */
125#undef QD_IEEE_ADD
126
127/* Define to 1 to inline commonly used functions. */
128#undef QD_INLINE
129
130/* Define this macro to be the isfinite(x) function. */
131#undef QD_ISFINITE
132
133/* Define this macro to be the isinf(x) function. */
134#undef QD_ISINF
135
136/* Define this macro to be the isnan(x) function. */
137#undef QD_ISNAN
138
139/* Define to 1 to use sloppy division (which is faster by slightly
140   inaccurate). */
141#undef QD_SLOPPY_DIV
142
143/* Define to 1 to use sloppy multiplication (which is faster by slightly
144   inaccurate). */
145#undef QD_SLOPPY_MUL
146
147/* Set to 1 if using VisualAge C++ compiler for __fmadd builtin. */
148#undef QD_VACPP_BUILTINS_H
149
150/* Define to 1 if all of the C90 standard headers exist (not just the ones
151   required in a freestanding environment). This macro is provided for
152   backward compatibility; new code need not use it. */
153#undef STDC_HEADERS
154
155/* Define to 1 if your <sys/time.h> declares `struct tm'. */
156#undef TM_IN_SYS_TIME
157
158/* Version number of package */
159#undef VERSION
160
161/* Whether to use x86 fpu fix. */
162#undef X86
163