1659607e0Smrg/* config.h.in.  Generated from configure.ac by autoheader.  */
2659607e0Smrg
384bf8334Smrg/* Define to 1 if you have the `asprintf' function. */
484bf8334Smrg#undef HAVE_ASPRINTF
584bf8334Smrg
6659607e0Smrg/* Define to 1 if you have the <dlfcn.h> header file. */
7659607e0Smrg#undef HAVE_DLFCN_H
8659607e0Smrg
9659607e0Smrg/* Define to 1 if you have the <inttypes.h> header file. */
10659607e0Smrg#undef HAVE_INTTYPES_H
11659607e0Smrg
12370b807fSmrg/* Define to 1 if you have the <minix/config.h> header file. */
13370b807fSmrg#undef HAVE_MINIX_CONFIG_H
14659607e0Smrg
15659607e0Smrg/* Define to 1 if you have the <stdint.h> header file. */
16659607e0Smrg#undef HAVE_STDINT_H
17659607e0Smrg
18370b807fSmrg/* Define to 1 if you have the <stdio.h> header file. */
19370b807fSmrg#undef HAVE_STDIO_H
20370b807fSmrg
21659607e0Smrg/* Define to 1 if you have the <stdlib.h> header file. */
22659607e0Smrg#undef HAVE_STDLIB_H
23659607e0Smrg
24659607e0Smrg/* Define to 1 if you have the <strings.h> header file. */
25659607e0Smrg#undef HAVE_STRINGS_H
26659607e0Smrg
27659607e0Smrg/* Define to 1 if you have the <string.h> header file. */
28659607e0Smrg#undef HAVE_STRING_H
29659607e0Smrg
30659607e0Smrg/* Define to 1 if you have the <sys/stat.h> header file. */
31659607e0Smrg#undef HAVE_SYS_STAT_H
32659607e0Smrg
33659607e0Smrg/* Define to 1 if you have the <sys/types.h> header file. */
34659607e0Smrg#undef HAVE_SYS_TYPES_H
35659607e0Smrg
36370b807fSmrg/* Define to 1 if you have the `timingsafe_memcmp' function. */
37370b807fSmrg#undef HAVE_TIMINGSAFE_MEMCMP
38370b807fSmrg
39659607e0Smrg/* Define to 1 if you have the <unistd.h> header file. */
40659607e0Smrg#undef HAVE_UNISTD_H
41659607e0Smrg
42370b807fSmrg/* Define to 1 if you have the <wchar.h> header file. */
43370b807fSmrg#undef HAVE_WCHAR_H
44370b807fSmrg
45e4da38afSmrg/* Define to the sub-directory where libtool stores uninstalled libraries. */
46fc27e79cSmrg#undef LT_OBJDIR
47fc27e79cSmrg
48659607e0Smrg/* Name of package */
49659607e0Smrg#undef PACKAGE
50659607e0Smrg
51659607e0Smrg/* Define to the address where bug reports for this package should be sent. */
52659607e0Smrg#undef PACKAGE_BUGREPORT
53659607e0Smrg
54659607e0Smrg/* Define to the full name of this package. */
55659607e0Smrg#undef PACKAGE_NAME
56659607e0Smrg
57659607e0Smrg/* Define to the full name and version of this package. */
58659607e0Smrg#undef PACKAGE_STRING
59659607e0Smrg
60659607e0Smrg/* Define to the one symbol short name of this package. */
61659607e0Smrg#undef PACKAGE_TARNAME
62659607e0Smrg
63b73be646Smrg/* Define to the home page for this package. */
64b73be646Smrg#undef PACKAGE_URL
65b73be646Smrg
66659607e0Smrg/* Define to the version of this package. */
67659607e0Smrg#undef PACKAGE_VERSION
68659607e0Smrg
69659607e0Smrg/* Major version of this package */
70659607e0Smrg#undef PACKAGE_VERSION_MAJOR
71659607e0Smrg
72659607e0Smrg/* Minor version of this package */
73659607e0Smrg#undef PACKAGE_VERSION_MINOR
74659607e0Smrg
75659607e0Smrg/* Patch version of this package */
76659607e0Smrg#undef PACKAGE_VERSION_PATCHLEVEL
77659607e0Smrg
78370b807fSmrg/* Define to 1 if all of the C90 standard headers exist (not just the ones
79370b807fSmrg   required in a freestanding environment). This macro is provided for
80370b807fSmrg   backward compatibility; new code need not use it. */
81659607e0Smrg#undef STDC_HEADERS
82659607e0Smrg
8384bf8334Smrg/* Enable extensions on AIX 3, Interix.  */
8484bf8334Smrg#ifndef _ALL_SOURCE
8584bf8334Smrg# undef _ALL_SOURCE
8684bf8334Smrg#endif
87370b807fSmrg/* Enable general extensions on macOS.  */
88370b807fSmrg#ifndef _DARWIN_C_SOURCE
89370b807fSmrg# undef _DARWIN_C_SOURCE
90370b807fSmrg#endif
91370b807fSmrg/* Enable general extensions on Solaris.  */
92370b807fSmrg#ifndef __EXTENSIONS__
93370b807fSmrg# undef __EXTENSIONS__
94370b807fSmrg#endif
9584bf8334Smrg/* Enable GNU extensions on systems that have them.  */
9684bf8334Smrg#ifndef _GNU_SOURCE
9784bf8334Smrg# undef _GNU_SOURCE
9884bf8334Smrg#endif
99370b807fSmrg/* Enable X/Open compliant socket functions that do not require linking
100370b807fSmrg   with -lxnet on HP-UX 11.11.  */
101370b807fSmrg#ifndef _HPUX_ALT_XOPEN_SOCKET_API
102370b807fSmrg# undef _HPUX_ALT_XOPEN_SOCKET_API
103370b807fSmrg#endif
104370b807fSmrg/* Identify the host operating system as Minix.
105370b807fSmrg   This macro does not affect the system headers' behavior.
106370b807fSmrg   A future release of Autoconf may stop defining this macro.  */
107370b807fSmrg#ifndef _MINIX
108370b807fSmrg# undef _MINIX
109370b807fSmrg#endif
110370b807fSmrg/* Enable general extensions on NetBSD.
111370b807fSmrg   Enable NetBSD compatibility extensions on Minix.  */
112370b807fSmrg#ifndef _NETBSD_SOURCE
113370b807fSmrg# undef _NETBSD_SOURCE
114370b807fSmrg#endif
115370b807fSmrg/* Enable OpenBSD compatibility extensions on NetBSD.
116370b807fSmrg   Oddly enough, this does nothing on OpenBSD.  */
117370b807fSmrg#ifndef _OPENBSD_SOURCE
118370b807fSmrg# undef _OPENBSD_SOURCE
119370b807fSmrg#endif
120370b807fSmrg/* Define to 1 if needed for POSIX-compatible behavior.  */
121370b807fSmrg#ifndef _POSIX_SOURCE
122370b807fSmrg# undef _POSIX_SOURCE
123370b807fSmrg#endif
124370b807fSmrg/* Define to 2 if needed for POSIX-compatible behavior.  */
125370b807fSmrg#ifndef _POSIX_1_SOURCE
126370b807fSmrg# undef _POSIX_1_SOURCE
127370b807fSmrg#endif
128370b807fSmrg/* Enable POSIX-compatible threading on Solaris.  */
12984bf8334Smrg#ifndef _POSIX_PTHREAD_SEMANTICS
13084bf8334Smrg# undef _POSIX_PTHREAD_SEMANTICS
13184bf8334Smrg#endif
132370b807fSmrg/* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
133370b807fSmrg#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
134370b807fSmrg# undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
135370b807fSmrg#endif
136370b807fSmrg/* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
137370b807fSmrg#ifndef __STDC_WANT_IEC_60559_BFP_EXT__
138370b807fSmrg# undef __STDC_WANT_IEC_60559_BFP_EXT__
139370b807fSmrg#endif
140370b807fSmrg/* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
141370b807fSmrg#ifndef __STDC_WANT_IEC_60559_DFP_EXT__
142370b807fSmrg# undef __STDC_WANT_IEC_60559_DFP_EXT__
143370b807fSmrg#endif
144370b807fSmrg/* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
145370b807fSmrg#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
146370b807fSmrg# undef __STDC_WANT_IEC_60559_FUNCS_EXT__
147370b807fSmrg#endif
148370b807fSmrg/* Enable extensions specified by ISO/IEC TS 18661-3:2015.  */
149370b807fSmrg#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
150370b807fSmrg# undef __STDC_WANT_IEC_60559_TYPES_EXT__
151370b807fSmrg#endif
152370b807fSmrg/* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
153370b807fSmrg#ifndef __STDC_WANT_LIB_EXT2__
154370b807fSmrg# undef __STDC_WANT_LIB_EXT2__
155370b807fSmrg#endif
156370b807fSmrg/* Enable extensions specified by ISO/IEC 24747:2009.  */
157370b807fSmrg#ifndef __STDC_WANT_MATH_SPEC_FUNCS__
158370b807fSmrg# undef __STDC_WANT_MATH_SPEC_FUNCS__
159370b807fSmrg#endif
16084bf8334Smrg/* Enable extensions on HP NonStop.  */
16184bf8334Smrg#ifndef _TANDEM_SOURCE
16284bf8334Smrg# undef _TANDEM_SOURCE
16384bf8334Smrg#endif
164370b807fSmrg/* Enable X/Open extensions.  Define to 500 only if necessary
165370b807fSmrg   to make mbstate_t available.  */
166370b807fSmrg#ifndef _XOPEN_SOURCE
167370b807fSmrg# undef _XOPEN_SOURCE
16884bf8334Smrg#endif
16984bf8334Smrg
17084bf8334Smrg
171659607e0Smrg/* Version number of package */
172659607e0Smrg#undef VERSION
173