1c7484f1fSmrg/* config.h.in.  Generated from configure.ac by autoheader.  */
2c7484f1fSmrg
3c7484f1fSmrg/* Define to 1 if you have the 'openpty' function. */
4c7484f1fSmrg#undef HAS_OPENPTY
5c7484f1fSmrg
6c7484f1fSmrg/* Define to 1 if you have the <inttypes.h> header file. */
7c7484f1fSmrg#undef HAVE_INTTYPES_H
8c7484f1fSmrg
9e6ecbdaeSmrg/* Define to 1 if you have the <libutil.h> header file. */
10e6ecbdaeSmrg#undef HAVE_LIBUTIL_H
11e6ecbdaeSmrg
1263323ee5Smrg/* Define to 1 if you have the <minix/config.h> header file. */
1363323ee5Smrg#undef HAVE_MINIX_CONFIG_H
14c7484f1fSmrg
15c7484f1fSmrg/* Define to 1 if you have the <pty.h> header file. */
16c7484f1fSmrg#undef HAVE_PTY_H
17c7484f1fSmrg
18c7484f1fSmrg/* Define to 1 if you have the <stdint.h> header file. */
19c7484f1fSmrg#undef HAVE_STDINT_H
20c7484f1fSmrg
2163323ee5Smrg/* Define to 1 if you have the <stdio.h> header file. */
2263323ee5Smrg#undef HAVE_STDIO_H
2363323ee5Smrg
24c7484f1fSmrg/* Define to 1 if you have the <stdlib.h> header file. */
25c7484f1fSmrg#undef HAVE_STDLIB_H
26c7484f1fSmrg
27c7484f1fSmrg/* Define to 1 if you have the <strings.h> header file. */
28c7484f1fSmrg#undef HAVE_STRINGS_H
29c7484f1fSmrg
30c7484f1fSmrg/* Define to 1 if you have the <string.h> header file. */
31c7484f1fSmrg#undef HAVE_STRING_H
32c7484f1fSmrg
33c7484f1fSmrg/* Define to 1 if you have the <sys/stat.h> header file. */
34c7484f1fSmrg#undef HAVE_SYS_STAT_H
35c7484f1fSmrg
36c7484f1fSmrg/* Define to 1 if you have the <sys/types.h> header file. */
37c7484f1fSmrg#undef HAVE_SYS_TYPES_H
38c7484f1fSmrg
39c7484f1fSmrg/* Define to 1 if you have the <unistd.h> header file. */
40c7484f1fSmrg#undef HAVE_UNISTD_H
41c7484f1fSmrg
42c7484f1fSmrg/* Define to 1 if you have the <util.h> header file. */
43c7484f1fSmrg#undef HAVE_UTIL_H
44c7484f1fSmrg
4563323ee5Smrg/* Define to 1 if you have the <wchar.h> header file. */
4663323ee5Smrg#undef HAVE_WCHAR_H
4763323ee5Smrg
48c7484f1fSmrg/* Name of package */
49c7484f1fSmrg#undef PACKAGE
50c7484f1fSmrg
51c7484f1fSmrg/* Define to the address where bug reports for this package should be sent. */
52c7484f1fSmrg#undef PACKAGE_BUGREPORT
53c7484f1fSmrg
54c7484f1fSmrg/* Define to the full name of this package. */
55c7484f1fSmrg#undef PACKAGE_NAME
56c7484f1fSmrg
57c7484f1fSmrg/* Define to the full name and version of this package. */
58c7484f1fSmrg#undef PACKAGE_STRING
59c7484f1fSmrg
60c7484f1fSmrg/* Define to the one symbol short name of this package. */
61c7484f1fSmrg#undef PACKAGE_TARNAME
62c7484f1fSmrg
63baed689fSmrg/* Define to the home page for this package. */
64baed689fSmrg#undef PACKAGE_URL
65baed689fSmrg
66c7484f1fSmrg/* Define to the version of this package. */
67c7484f1fSmrg#undef PACKAGE_VERSION
68c7484f1fSmrg
69c7484f1fSmrg/* Major version of this package */
70c7484f1fSmrg#undef PACKAGE_VERSION_MAJOR
71c7484f1fSmrg
72c7484f1fSmrg/* Minor version of this package */
73c7484f1fSmrg#undef PACKAGE_VERSION_MINOR
74c7484f1fSmrg
75c7484f1fSmrg/* Patch version of this package */
76c7484f1fSmrg#undef PACKAGE_VERSION_PATCHLEVEL
77c7484f1fSmrg
78d5e55f73Smrg/* Define to 1 if all of the C89 standard headers exist (not just the ones
7963323ee5Smrg   required in a freestanding environment). This macro is provided for
8063323ee5Smrg   backward compatibility; new code need not use it. */
81c7484f1fSmrg#undef STDC_HEADERS
82c7484f1fSmrg
83d5e55f73Smrg/* Enable extensions on AIX, Interix, z/OS.  */
84ebb1c56dSmrg#ifndef _ALL_SOURCE
85ebb1c56dSmrg# undef _ALL_SOURCE
86ebb1c56dSmrg#endif
8763323ee5Smrg/* Enable general extensions on macOS.  */
8863323ee5Smrg#ifndef _DARWIN_C_SOURCE
8963323ee5Smrg# undef _DARWIN_C_SOURCE
9063323ee5Smrg#endif
9163323ee5Smrg/* Enable general extensions on Solaris.  */
9263323ee5Smrg#ifndef __EXTENSIONS__
9363323ee5Smrg# undef __EXTENSIONS__
9463323ee5Smrg#endif
95ebb1c56dSmrg/* Enable GNU extensions on systems that have them.  */
96ebb1c56dSmrg#ifndef _GNU_SOURCE
97ebb1c56dSmrg# undef _GNU_SOURCE
98ebb1c56dSmrg#endif
9963323ee5Smrg/* Enable X/Open compliant socket functions that do not require linking
10063323ee5Smrg   with -lxnet on HP-UX 11.11.  */
10163323ee5Smrg#ifndef _HPUX_ALT_XOPEN_SOCKET_API
10263323ee5Smrg# undef _HPUX_ALT_XOPEN_SOCKET_API
10363323ee5Smrg#endif
10463323ee5Smrg/* Identify the host operating system as Minix.
10563323ee5Smrg   This macro does not affect the system headers' behavior.
10663323ee5Smrg   A future release of Autoconf may stop defining this macro.  */
10763323ee5Smrg#ifndef _MINIX
10863323ee5Smrg# undef _MINIX
10963323ee5Smrg#endif
11063323ee5Smrg/* Enable general extensions on NetBSD.
11163323ee5Smrg   Enable NetBSD compatibility extensions on Minix.  */
11263323ee5Smrg#ifndef _NETBSD_SOURCE
11363323ee5Smrg# undef _NETBSD_SOURCE
11463323ee5Smrg#endif
11563323ee5Smrg/* Enable OpenBSD compatibility extensions on NetBSD.
11663323ee5Smrg   Oddly enough, this does nothing on OpenBSD.  */
11763323ee5Smrg#ifndef _OPENBSD_SOURCE
11863323ee5Smrg# undef _OPENBSD_SOURCE
11963323ee5Smrg#endif
12063323ee5Smrg/* Define to 1 if needed for POSIX-compatible behavior.  */
12163323ee5Smrg#ifndef _POSIX_SOURCE
12263323ee5Smrg# undef _POSIX_SOURCE
12363323ee5Smrg#endif
12463323ee5Smrg/* Define to 2 if needed for POSIX-compatible behavior.  */
12563323ee5Smrg#ifndef _POSIX_1_SOURCE
12663323ee5Smrg# undef _POSIX_1_SOURCE
12763323ee5Smrg#endif
12863323ee5Smrg/* Enable POSIX-compatible threading on Solaris.  */
129ebb1c56dSmrg#ifndef _POSIX_PTHREAD_SEMANTICS
130ebb1c56dSmrg# undef _POSIX_PTHREAD_SEMANTICS
131ebb1c56dSmrg#endif
13263323ee5Smrg/* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
13363323ee5Smrg#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
13463323ee5Smrg# undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
13563323ee5Smrg#endif
13663323ee5Smrg/* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
13763323ee5Smrg#ifndef __STDC_WANT_IEC_60559_BFP_EXT__
13863323ee5Smrg# undef __STDC_WANT_IEC_60559_BFP_EXT__
13963323ee5Smrg#endif
14063323ee5Smrg/* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
14163323ee5Smrg#ifndef __STDC_WANT_IEC_60559_DFP_EXT__
14263323ee5Smrg# undef __STDC_WANT_IEC_60559_DFP_EXT__
14363323ee5Smrg#endif
144d5e55f73Smrg/* Enable extensions specified by C23 Annex F.  */
145d5e55f73Smrg#ifndef __STDC_WANT_IEC_60559_EXT__
146d5e55f73Smrg# undef __STDC_WANT_IEC_60559_EXT__
147d5e55f73Smrg#endif
14863323ee5Smrg/* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
14963323ee5Smrg#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
15063323ee5Smrg# undef __STDC_WANT_IEC_60559_FUNCS_EXT__
15163323ee5Smrg#endif
152d5e55f73Smrg/* Enable extensions specified by C23 Annex H and ISO/IEC TS 18661-3:2015.  */
15363323ee5Smrg#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
15463323ee5Smrg# undef __STDC_WANT_IEC_60559_TYPES_EXT__
15563323ee5Smrg#endif
15663323ee5Smrg/* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
15763323ee5Smrg#ifndef __STDC_WANT_LIB_EXT2__
15863323ee5Smrg# undef __STDC_WANT_LIB_EXT2__
15963323ee5Smrg#endif
16063323ee5Smrg/* Enable extensions specified by ISO/IEC 24747:2009.  */
16163323ee5Smrg#ifndef __STDC_WANT_MATH_SPEC_FUNCS__
16263323ee5Smrg# undef __STDC_WANT_MATH_SPEC_FUNCS__
16363323ee5Smrg#endif
164ebb1c56dSmrg/* Enable extensions on HP NonStop.  */
165ebb1c56dSmrg#ifndef _TANDEM_SOURCE
166ebb1c56dSmrg# undef _TANDEM_SOURCE
167ebb1c56dSmrg#endif
16863323ee5Smrg/* Enable X/Open extensions.  Define to 500 only if necessary
16963323ee5Smrg   to make mbstate_t available.  */
17063323ee5Smrg#ifndef _XOPEN_SOURCE
17163323ee5Smrg# undef _XOPEN_SOURCE
172ebb1c56dSmrg#endif
173ebb1c56dSmrg
174ebb1c56dSmrg
175c7484f1fSmrg/* Version number of package */
176c7484f1fSmrg#undef VERSION
177d5e55f73Smrg
178d5e55f73Smrg/* Number of bits in a file offset, on hosts where this is settable. */
179d5e55f73Smrg#undef _FILE_OFFSET_BITS
180d5e55f73Smrg
181d5e55f73Smrg/* Define to 1 on platforms where this makes off_t a 64-bit type. */
182d5e55f73Smrg#undef _LARGE_FILES
183d5e55f73Smrg
184d5e55f73Smrg/* Number of bits in time_t, on hosts where this is settable. */
185d5e55f73Smrg#undef _TIME_BITS
186d5e55f73Smrg
187d5e55f73Smrg/* Define to 1 on platforms where this makes time_t a 64-bit type. */
188d5e55f73Smrg#undef __MINGW_USE_VC2005_COMPAT
189