File: config.h.in

package info (click to toggle)
qd 2.3.17.dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,080 kB
  • ctags: 1,711
  • sloc: sh: 10,472; cpp: 6,720; fortran: 6,389; ansic: 1,593; makefile: 179
file content (167 lines) | stat: -rw-r--r-- 4,419 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
/* 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