1fd0c672fSmrg/* config.h.in.  Generated from configure.ac by autoheader.  */
2fd0c672fSmrg
383f4f7f0Smrg/* Define to 1 if you have the 'asprintf' function. */
483f4f7f0Smrg#undef HAVE_ASPRINTF
583f4f7f0Smrg
683f4f7f0Smrg/* Define to 1 if you have the 'getloadavg' function. */
7a8bb11d0Smrg#undef HAVE_GETLOADAVG
8a8bb11d0Smrg
948e69166Smrg/* Define to 1 if you have the <inttypes.h> header file. */
1048e69166Smrg#undef HAVE_INTTYPES_H
1148e69166Smrg
1243ecf206Smrg/* Define to 1 if you have the <minix/config.h> header file. */
1343ecf206Smrg#undef HAVE_MINIX_CONFIG_H
1448e69166Smrg
1583f4f7f0Smrg/* Define to 1 if you have the <paths.h> header file. */
1683f4f7f0Smrg#undef HAVE_PATHS_H
1783f4f7f0Smrg
1883f4f7f0Smrg/* Define to 1 if you have the <protocols/rwhod.h> header file. */
1983f4f7f0Smrg#undef HAVE_PROTOCOLS_RWHOD_H
2083f4f7f0Smrg
2148e69166Smrg/* Define to 1 if you have the <stdint.h> header file. */
2248e69166Smrg#undef HAVE_STDINT_H
2348e69166Smrg
2443ecf206Smrg/* Define to 1 if you have the <stdio.h> header file. */
2543ecf206Smrg#undef HAVE_STDIO_H
2643ecf206Smrg
2748e69166Smrg/* Define to 1 if you have the <stdlib.h> header file. */
2848e69166Smrg#undef HAVE_STDLIB_H
2948e69166Smrg
3048e69166Smrg/* Define to 1 if you have the <strings.h> header file. */
3148e69166Smrg#undef HAVE_STRINGS_H
3248e69166Smrg
3348e69166Smrg/* Define to 1 if you have the <string.h> header file. */
3448e69166Smrg#undef HAVE_STRING_H
3548e69166Smrg
36a8bb11d0Smrg/* Define to 1 if you have the <sys/loadavg.h> header file. */
37a8bb11d0Smrg#undef HAVE_SYS_LOADAVG_H
38a8bb11d0Smrg
3948e69166Smrg/* Define to 1 if you have the <sys/stat.h> header file. */
4048e69166Smrg#undef HAVE_SYS_STAT_H
4148e69166Smrg
4248e69166Smrg/* Define to 1 if you have the <sys/types.h> header file. */
4348e69166Smrg#undef HAVE_SYS_TYPES_H
4448e69166Smrg
4548e69166Smrg/* Define to 1 if you have the <unistd.h> header file. */
4648e69166Smrg#undef HAVE_UNISTD_H
4748e69166Smrg
4843ecf206Smrg/* Define to 1 if you have the <wchar.h> header file. */
4943ecf206Smrg#undef HAVE_WCHAR_H
5043ecf206Smrg
5148e69166Smrg/* Location of translated messages */
5248e69166Smrg#undef LOCALEDIR
5348e69166Smrg
54fd0c672fSmrg/* Name of package */
55fd0c672fSmrg#undef PACKAGE
56fd0c672fSmrg
57fd0c672fSmrg/* Define to the address where bug reports for this package should be sent. */
58fd0c672fSmrg#undef PACKAGE_BUGREPORT
59fd0c672fSmrg
60fd0c672fSmrg/* Define to the full name of this package. */
61fd0c672fSmrg#undef PACKAGE_NAME
62fd0c672fSmrg
63fd0c672fSmrg/* Define to the full name and version of this package. */
64fd0c672fSmrg#undef PACKAGE_STRING
65fd0c672fSmrg
66fd0c672fSmrg/* Define to the one symbol short name of this package. */
67fd0c672fSmrg#undef PACKAGE_TARNAME
68fd0c672fSmrg
6948e69166Smrg/* Define to the home page for this package. */
7048e69166Smrg#undef PACKAGE_URL
7148e69166Smrg
72fd0c672fSmrg/* Define to the version of this package. */
73fd0c672fSmrg#undef PACKAGE_VERSION
74fd0c672fSmrg
75fd0c672fSmrg/* Major version of this package */
76fd0c672fSmrg#undef PACKAGE_VERSION_MAJOR
77fd0c672fSmrg
78fd0c672fSmrg/* Minor version of this package */
79fd0c672fSmrg#undef PACKAGE_VERSION_MINOR
80fd0c672fSmrg
81fd0c672fSmrg/* Patch version of this package */
82fd0c672fSmrg#undef PACKAGE_VERSION_PATCHLEVEL
83fd0c672fSmrg
8483f4f7f0Smrg/* Define to 1 if all of the C89 standard headers exist (not just the ones
8543ecf206Smrg   required in a freestanding environment). This macro is provided for
8643ecf206Smrg   backward compatibility; new code need not use it. */
8748e69166Smrg#undef STDC_HEADERS
8848e69166Smrg
8948e69166Smrg/* Define to 1 if you want to use the gettext() function. */
9048e69166Smrg#undef USE_GETTEXT
9148e69166Smrg
9283f4f7f0Smrg/* Enable extensions on AIX, Interix, z/OS.  */
93a8bb11d0Smrg#ifndef _ALL_SOURCE
94a8bb11d0Smrg# undef _ALL_SOURCE
95a8bb11d0Smrg#endif
9643ecf206Smrg/* Enable general extensions on macOS.  */
9743ecf206Smrg#ifndef _DARWIN_C_SOURCE
9843ecf206Smrg# undef _DARWIN_C_SOURCE
9943ecf206Smrg#endif
10043ecf206Smrg/* Enable general extensions on Solaris.  */
10143ecf206Smrg#ifndef __EXTENSIONS__
10243ecf206Smrg# undef __EXTENSIONS__
10343ecf206Smrg#endif
104a8bb11d0Smrg/* Enable GNU extensions on systems that have them.  */
105a8bb11d0Smrg#ifndef _GNU_SOURCE
106a8bb11d0Smrg# undef _GNU_SOURCE
107a8bb11d0Smrg#endif
10843ecf206Smrg/* Enable X/Open compliant socket functions that do not require linking
10943ecf206Smrg   with -lxnet on HP-UX 11.11.  */
11043ecf206Smrg#ifndef _HPUX_ALT_XOPEN_SOCKET_API
11143ecf206Smrg# undef _HPUX_ALT_XOPEN_SOCKET_API
11243ecf206Smrg#endif
11343ecf206Smrg/* Identify the host operating system as Minix.
11443ecf206Smrg   This macro does not affect the system headers' behavior.
11543ecf206Smrg   A future release of Autoconf may stop defining this macro.  */
11643ecf206Smrg#ifndef _MINIX
11743ecf206Smrg# undef _MINIX
11843ecf206Smrg#endif
11943ecf206Smrg/* Enable general extensions on NetBSD.
12043ecf206Smrg   Enable NetBSD compatibility extensions on Minix.  */
12143ecf206Smrg#ifndef _NETBSD_SOURCE
12243ecf206Smrg# undef _NETBSD_SOURCE
12343ecf206Smrg#endif
12443ecf206Smrg/* Enable OpenBSD compatibility extensions on NetBSD.
12543ecf206Smrg   Oddly enough, this does nothing on OpenBSD.  */
12643ecf206Smrg#ifndef _OPENBSD_SOURCE
12743ecf206Smrg# undef _OPENBSD_SOURCE
12843ecf206Smrg#endif
12943ecf206Smrg/* Define to 1 if needed for POSIX-compatible behavior.  */
13043ecf206Smrg#ifndef _POSIX_SOURCE
13143ecf206Smrg# undef _POSIX_SOURCE
13243ecf206Smrg#endif
13343ecf206Smrg/* Define to 2 if needed for POSIX-compatible behavior.  */
13443ecf206Smrg#ifndef _POSIX_1_SOURCE
13543ecf206Smrg# undef _POSIX_1_SOURCE
13643ecf206Smrg#endif
13743ecf206Smrg/* Enable POSIX-compatible threading on Solaris.  */
138a8bb11d0Smrg#ifndef _POSIX_PTHREAD_SEMANTICS
139a8bb11d0Smrg# undef _POSIX_PTHREAD_SEMANTICS
140a8bb11d0Smrg#endif
14143ecf206Smrg/* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
14243ecf206Smrg#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
14343ecf206Smrg# undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
14443ecf206Smrg#endif
14543ecf206Smrg/* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
14643ecf206Smrg#ifndef __STDC_WANT_IEC_60559_BFP_EXT__
14743ecf206Smrg# undef __STDC_WANT_IEC_60559_BFP_EXT__
14843ecf206Smrg#endif
14943ecf206Smrg/* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
15043ecf206Smrg#ifndef __STDC_WANT_IEC_60559_DFP_EXT__
15143ecf206Smrg# undef __STDC_WANT_IEC_60559_DFP_EXT__
15243ecf206Smrg#endif
15383f4f7f0Smrg/* Enable extensions specified by C23 Annex F.  */
15483f4f7f0Smrg#ifndef __STDC_WANT_IEC_60559_EXT__
15583f4f7f0Smrg# undef __STDC_WANT_IEC_60559_EXT__
15683f4f7f0Smrg#endif
15743ecf206Smrg/* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
15843ecf206Smrg#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
15943ecf206Smrg# undef __STDC_WANT_IEC_60559_FUNCS_EXT__
16043ecf206Smrg#endif
16183f4f7f0Smrg/* Enable extensions specified by C23 Annex H and ISO/IEC TS 18661-3:2015.  */
16243ecf206Smrg#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
16343ecf206Smrg# undef __STDC_WANT_IEC_60559_TYPES_EXT__
16443ecf206Smrg#endif
16543ecf206Smrg/* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
16643ecf206Smrg#ifndef __STDC_WANT_LIB_EXT2__
16743ecf206Smrg# undef __STDC_WANT_LIB_EXT2__
16843ecf206Smrg#endif
16943ecf206Smrg/* Enable extensions specified by ISO/IEC 24747:2009.  */
17043ecf206Smrg#ifndef __STDC_WANT_MATH_SPEC_FUNCS__
17143ecf206Smrg# undef __STDC_WANT_MATH_SPEC_FUNCS__
17243ecf206Smrg#endif
173a8bb11d0Smrg/* Enable extensions on HP NonStop.  */
174a8bb11d0Smrg#ifndef _TANDEM_SOURCE
175a8bb11d0Smrg# undef _TANDEM_SOURCE
176a8bb11d0Smrg#endif
17743ecf206Smrg/* Enable X/Open extensions.  Define to 500 only if necessary
17843ecf206Smrg   to make mbstate_t available.  */
17943ecf206Smrg#ifndef _XOPEN_SOURCE
18043ecf206Smrg# undef _XOPEN_SOURCE
181a8bb11d0Smrg#endif
182a8bb11d0Smrg
183a8bb11d0Smrg
184fd0c672fSmrg/* Version number of package */
185fd0c672fSmrg#undef VERSION
18683f4f7f0Smrg
18783f4f7f0Smrg/* Number of bits in a file offset, on hosts where this is settable. */
18883f4f7f0Smrg#undef _FILE_OFFSET_BITS
18983f4f7f0Smrg
19083f4f7f0Smrg/* Define to 1 on platforms where this makes off_t a 64-bit type. */
19183f4f7f0Smrg#undef _LARGE_FILES
19283f4f7f0Smrg
19383f4f7f0Smrg/* Number of bits in time_t, on hosts where this is settable. */
19483f4f7f0Smrg#undef _TIME_BITS
19583f4f7f0Smrg
19683f4f7f0Smrg/* Define to 1 on platforms where this makes time_t a 64-bit type. */
19783f4f7f0Smrg#undef __MINGW_USE_VC2005_COMPAT
198