1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* Define to 1 if using 'alloca.c'. */
6 /* Define to 1 if translation of program messages to the user's native
7 language is requested. */
10 /* Define to 1 if you have 'alloca', as a function or macro. */
13 /* Define to 1 if <alloca.h> works. */
16 /* Define to 1 if you have the Mac OS X function
17 CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
18 #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES
20 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
21 the CoreFoundation framework. */
22 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
24 /* Define if the GNU dcgettext() function is already present or preinstalled.
28 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
31 /* Define to 1 if you have the `getcwd' function. */
34 /* Define if the GNU gettext() function is already present or preinstalled. */
37 /* Define if you have the iconv() function and it works. */
40 /* Define to 1 if you have the <inttypes.h> header file. */
41 #undef HAVE_INTTYPES_H
43 /* Define to 1 if you have the `socket' library (-lsocket). */
46 /* Define to 1 if you have the `sun' library (-lsun). */
49 /* Define to 1 if you have the <math.h> header file. */
52 /* Define to 1 if you have the `memcpy' function. */
55 /* Define to 1 if you have the `memmove' function. */
58 /* Define to 1 if you have the <minix/config.h> header file. */
59 #undef HAVE_MINIX_CONFIG_H
61 /* Define to 1 if you have the <pwd.h> header file. */
64 /* Define to 1 if you have the <stdarg.h> header file. */
67 /* Define to 1 if you have the <stdint.h> header file. */
70 /* Define to 1 if you have the <stdio.h> header file. */
73 /* Define to 1 if you have the <stdlib.h> header file. */
76 /* Define to 1 if you have the `strchr' function. */
79 /* Define to 1 if you have the `strerror' function. */
82 /* Define to 1 if you have the <strings.h> header file. */
85 /* Define to 1 if you have the <string.h> header file. */
88 /* Define to 1 if you have the `strtoul' function. */
91 /* Define to 1 if you have the <sys/stat.h> header file. */
92 #undef HAVE_SYS_STAT_H
94 /* Define to 1 if you have the <sys/types.h> header file. */
95 #undef HAVE_SYS_TYPES_H
97 /* Define to 1 if you have the <unistd.h> header file. */
100 /* Define to 1 if you have the `vprintf' function. */
103 /* Define to 1 if you have the <wchar.h> header file. */
106 /* Name of package */
109 /* Define to the address where bug reports for this package should be sent. */
110 #undef PACKAGE_BUGREPORT
112 /* Define to the full name of this package. */
115 /* Define to the full name and version of this package. */
116 #undef PACKAGE_STRING
118 /* Define to the one symbol short name of this package. */
119 #undef PACKAGE_TARNAME
121 /* Define to the home page for this package. */
124 /* Define to the version of this package. */
125 #undef PACKAGE_VERSION
127 /* Character used to separate path components. */
128 #undef PATH_SEPARATOR
130 /* Character used to separate path components, as string. */
131 #undef PATH_SEPARATOR_STR
133 /* Define to 1 if your compiler supports function prototypes. */
136 /* If using the C implementation of alloca, define if you know the
137 direction of stack growth for your system; otherwise it will be
138 automatically deduced at runtime.
139 STACK_DIRECTION > 0 => grows toward higher addresses
140 STACK_DIRECTION < 0 => grows toward lower addresses
141 STACK_DIRECTION = 0 => direction of growth unknown */
142 #undef STACK_DIRECTION
144 /* Define to 1 if all of the C90 standard headers exist (not just the ones
145 required in a freestanding environment). This macro is provided for
146 backward compatibility; new code need not use it. */
149 /* Enable extensions on AIX 3, Interix. */
153 /* Enable general extensions on macOS. */
154 #ifndef _DARWIN_C_SOURCE
155 # undef _DARWIN_C_SOURCE
157 /* Enable general extensions on Solaris. */
158 #ifndef __EXTENSIONS__
159 # undef __EXTENSIONS__
161 /* Enable GNU extensions on systems that have them. */
165 /* Enable X/Open compliant socket functions that do not require linking
166 with -lxnet on HP-UX 11.11. */
167 #ifndef _HPUX_ALT_XOPEN_SOCKET_API
168 # undef _HPUX_ALT_XOPEN_SOCKET_API
170 /* Identify the host operating system as Minix.
171 This macro does not affect the system headers' behavior.
172 A future release of Autoconf may stop defining this macro. */
176 /* Enable general extensions on NetBSD.
177 Enable NetBSD compatibility extensions on Minix. */
178 #ifndef _NETBSD_SOURCE
179 # undef _NETBSD_SOURCE
181 /* Enable OpenBSD compatibility extensions on NetBSD.
182 Oddly enough, this does nothing on OpenBSD. */
183 #ifndef _OPENBSD_SOURCE
184 # undef _OPENBSD_SOURCE
186 /* Define to 1 if needed for POSIX-compatible behavior. */
187 #ifndef _POSIX_SOURCE
188 # undef _POSIX_SOURCE
190 /* Define to 2 if needed for POSIX-compatible behavior. */
191 #ifndef _POSIX_1_SOURCE
192 # undef _POSIX_1_SOURCE
194 /* Enable POSIX-compatible threading on Solaris. */
195 #ifndef _POSIX_PTHREAD_SEMANTICS
196 # undef _POSIX_PTHREAD_SEMANTICS
198 /* Enable extensions specified by ISO/IEC TS 18661-5:2014. */
199 #ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
200 # undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
202 /* Enable extensions specified by ISO/IEC TS 18661-1:2014. */
203 #ifndef __STDC_WANT_IEC_60559_BFP_EXT__
204 # undef __STDC_WANT_IEC_60559_BFP_EXT__
206 /* Enable extensions specified by ISO/IEC TS 18661-2:2015. */
207 #ifndef __STDC_WANT_IEC_60559_DFP_EXT__
208 # undef __STDC_WANT_IEC_60559_DFP_EXT__
210 /* Enable extensions specified by ISO/IEC TS 18661-4:2015. */
211 #ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
212 # undef __STDC_WANT_IEC_60559_FUNCS_EXT__
214 /* Enable extensions specified by ISO/IEC TS 18661-3:2015. */
215 #ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
216 # undef __STDC_WANT_IEC_60559_TYPES_EXT__
218 /* Enable extensions specified by ISO/IEC TR 24731-2:2010. */
219 #ifndef __STDC_WANT_LIB_EXT2__
220 # undef __STDC_WANT_LIB_EXT2__
222 /* Enable extensions specified by ISO/IEC 24747:2009. */
223 #ifndef __STDC_WANT_MATH_SPEC_FUNCS__
224 # undef __STDC_WANT_MATH_SPEC_FUNCS__
226 /* Enable extensions on HP NonStop. */
227 #ifndef _TANDEM_SOURCE
228 # undef _TANDEM_SOURCE
230 /* Enable X/Open extensions. Define to 500 only if necessary
231 to make mbstate_t available. */
232 #ifndef _XOPEN_SOURCE
233 # undef _XOPEN_SOURCE
237 /* Version number of package */
240 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
242 #undef YYTEXT_POINTER
244 /* Define to empty if `const' does not conform to ANSI C. */
247 /* Define to `unsigned int' if <sys/types.h> does not define. */