• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define to 1 if you have the <dlfcn.h> header file. */
4#undef HAVE_DLFCN_H
5
6/* Define to 1 if you have the <inttypes.h> header file. */
7#undef HAVE_INTTYPES_H
8
9/* Define to 1 if you have the `m' library (-lm). */
10#undef HAVE_LIBM
11
12/* Define to 1 if you have the <minix/config.h> header file. */
13#undef HAVE_MINIX_CONFIG_H
14
15/* Define to 1 if you have the <stdint.h> header file. */
16#undef HAVE_STDINT_H
17
18/* Define to 1 if you have the <stdio.h> header file. */
19#undef HAVE_STDIO_H
20
21/* Define to 1 if you have the <stdlib.h> header file. */
22#undef HAVE_STDLIB_H
23
24/* Define to 1 if you have the <strings.h> header file. */
25#undef HAVE_STRINGS_H
26
27/* Define to 1 if you have the <string.h> header file. */
28#undef HAVE_STRING_H
29
30/* Define to 1 if you have the <sys/stat.h> header file. */
31#undef HAVE_SYS_STAT_H
32
33/* Define to 1 if you have the <sys/types.h> header file. */
34#undef HAVE_SYS_TYPES_H
35
36/* Define to 1 if you have the <unistd.h> header file. */
37#undef HAVE_UNISTD_H
38
39/* Define to 1 if you have the <wchar.h> header file. */
40#undef HAVE_WCHAR_H
41
42/* Define to the sub-directory where libtool stores uninstalled libraries. */
43#undef LT_OBJDIR
44
45/* Name of package */
46#undef PACKAGE
47
48/* Define to the address where bug reports for this package should be sent. */
49#undef PACKAGE_BUGREPORT
50
51/* Define to the full name of this package. */
52#undef PACKAGE_NAME
53
54/* Define to the full name and version of this package. */
55#undef PACKAGE_STRING
56
57/* Define to the one symbol short name of this package. */
58#undef PACKAGE_TARNAME
59
60/* Define to the home page for this package. */
61#undef PACKAGE_URL
62
63/* Define to the version of this package. */
64#undef PACKAGE_VERSION
65
66/* Define to 1 if all of the C90 standard headers exist (not just the ones
67   required in a freestanding environment). This macro is provided for
68   backward compatibility; new code need not use it. */
69#undef STDC_HEADERS
70
71/* Enable extensions on AIX 3, Interix.  */
72#ifndef _ALL_SOURCE
73# undef _ALL_SOURCE
74#endif
75/* Enable general extensions on macOS.  */
76#ifndef _DARWIN_C_SOURCE
77# undef _DARWIN_C_SOURCE
78#endif
79/* Enable general extensions on Solaris.  */
80#ifndef __EXTENSIONS__
81# undef __EXTENSIONS__
82#endif
83/* Enable GNU extensions on systems that have them.  */
84#ifndef _GNU_SOURCE
85# undef _GNU_SOURCE
86#endif
87/* Enable X/Open compliant socket functions that do not require linking
88   with -lxnet on HP-UX 11.11.  */
89#ifndef _HPUX_ALT_XOPEN_SOCKET_API
90# undef _HPUX_ALT_XOPEN_SOCKET_API
91#endif
92/* Identify the host operating system as Minix.
93   This macro does not affect the system headers' behavior.
94   A future release of Autoconf may stop defining this macro.  */
95#ifndef _MINIX
96# undef _MINIX
97#endif
98/* Enable general extensions on NetBSD.
99   Enable NetBSD compatibility extensions on Minix.  */
100#ifndef _NETBSD_SOURCE
101# undef _NETBSD_SOURCE
102#endif
103/* Enable OpenBSD compatibility extensions on NetBSD.
104   Oddly enough, this does nothing on OpenBSD.  */
105#ifndef _OPENBSD_SOURCE
106# undef _OPENBSD_SOURCE
107#endif
108/* Define to 1 if needed for POSIX-compatible behavior.  */
109#ifndef _POSIX_SOURCE
110# undef _POSIX_SOURCE
111#endif
112/* Define to 2 if needed for POSIX-compatible behavior.  */
113#ifndef _POSIX_1_SOURCE
114# undef _POSIX_1_SOURCE
115#endif
116/* Enable POSIX-compatible threading on Solaris.  */
117#ifndef _POSIX_PTHREAD_SEMANTICS
118# undef _POSIX_PTHREAD_SEMANTICS
119#endif
120/* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
121#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
122# undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
123#endif
124/* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
125#ifndef __STDC_WANT_IEC_60559_BFP_EXT__
126# undef __STDC_WANT_IEC_60559_BFP_EXT__
127#endif
128/* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
129#ifndef __STDC_WANT_IEC_60559_DFP_EXT__
130# undef __STDC_WANT_IEC_60559_DFP_EXT__
131#endif
132/* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
133#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
134# undef __STDC_WANT_IEC_60559_FUNCS_EXT__
135#endif
136/* Enable extensions specified by ISO/IEC TS 18661-3:2015.  */
137#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
138# undef __STDC_WANT_IEC_60559_TYPES_EXT__
139#endif
140/* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
141#ifndef __STDC_WANT_LIB_EXT2__
142# undef __STDC_WANT_LIB_EXT2__
143#endif
144/* Enable extensions specified by ISO/IEC 24747:2009.  */
145#ifndef __STDC_WANT_MATH_SPEC_FUNCS__
146# undef __STDC_WANT_MATH_SPEC_FUNCS__
147#endif
148/* Enable extensions on HP NonStop.  */
149#ifndef _TANDEM_SOURCE
150# undef _TANDEM_SOURCE
151#endif
152/* Enable X/Open extensions.  Define to 500 only if necessary
153   to make mbstate_t available.  */
154#ifndef _XOPEN_SOURCE
155# undef _XOPEN_SOURCE
156#endif
157
158
159/* Version number of package */
160#undef VERSION
161
162/* Override for coverity */
163#undef _Float128
164
165/* Override for coverity */
166#undef _Float32
167
168/* Override for coverity */
169#undef _Float32x
170
171/* Override for coverity */
172#undef _Float64
173
174/* Override for coverity */
175#undef _Float64x
176