11a30de1fSmrg/* config.h.in.  Generated from configure.ac by autoheader.  */
21a30de1fSmrg
3a733a5bfSmrg/* Define to 1 if you have the `asprintf' function. */
4a733a5bfSmrg#undef HAVE_ASPRINTF
5a733a5bfSmrg
6b7fb5eacSmrg/* Define to 1 if you have the <inttypes.h> header file. */
7b7fb5eacSmrg#undef HAVE_INTTYPES_H
8b7fb5eacSmrg
96eaa481cSmrg/* Define to 1 if you have the <minix/config.h> header file. */
106eaa481cSmrg#undef HAVE_MINIX_CONFIG_H
11b7fb5eacSmrg
12b7fb5eacSmrg/* Define to 1 if you have the <stdint.h> header file. */
13b7fb5eacSmrg#undef HAVE_STDINT_H
14b7fb5eacSmrg
156eaa481cSmrg/* Define to 1 if you have the <stdio.h> header file. */
166eaa481cSmrg#undef HAVE_STDIO_H
176eaa481cSmrg
18b7fb5eacSmrg/* Define to 1 if you have the <stdlib.h> header file. */
19b7fb5eacSmrg#undef HAVE_STDLIB_H
20b7fb5eacSmrg
21b7fb5eacSmrg/* Define to 1 if you have the <strings.h> header file. */
22b7fb5eacSmrg#undef HAVE_STRINGS_H
23b7fb5eacSmrg
24b7fb5eacSmrg/* Define to 1 if you have the <string.h> header file. */
25b7fb5eacSmrg#undef HAVE_STRING_H
26b7fb5eacSmrg
271a30de1fSmrg/* Define to 1 if you have the `strncasecmp' function. */
281a30de1fSmrg#undef HAVE_STRNCASECMP
291a30de1fSmrg
30b7fb5eacSmrg/* Define to 1 if you have the <sys/stat.h> header file. */
31b7fb5eacSmrg#undef HAVE_SYS_STAT_H
32b7fb5eacSmrg
33b7fb5eacSmrg/* Define to 1 if you have the <sys/types.h> header file. */
34b7fb5eacSmrg#undef HAVE_SYS_TYPES_H
35b7fb5eacSmrg
36b7fb5eacSmrg/* Define to 1 if you have the <unistd.h> header file. */
37b7fb5eacSmrg#undef HAVE_UNISTD_H
38b7fb5eacSmrg
396eaa481cSmrg/* Define to 1 if you have the <wchar.h> header file. */
406eaa481cSmrg#undef HAVE_WCHAR_H
416eaa481cSmrg
421a30de1fSmrg/* Name of package */
431a30de1fSmrg#undef PACKAGE
441a30de1fSmrg
451a30de1fSmrg/* Define to the address where bug reports for this package should be sent. */
461a30de1fSmrg#undef PACKAGE_BUGREPORT
471a30de1fSmrg
481a30de1fSmrg/* Define to the full name of this package. */
491a30de1fSmrg#undef PACKAGE_NAME
501a30de1fSmrg
511a30de1fSmrg/* Define to the full name and version of this package. */
521a30de1fSmrg#undef PACKAGE_STRING
531a30de1fSmrg
541a30de1fSmrg/* Define to the one symbol short name of this package. */
551a30de1fSmrg#undef PACKAGE_TARNAME
561a30de1fSmrg
57ce62200cSmrg/* Define to the home page for this package. */
58ce62200cSmrg#undef PACKAGE_URL
59ce62200cSmrg
601a30de1fSmrg/* Define to the version of this package. */
611a30de1fSmrg#undef PACKAGE_VERSION
621a30de1fSmrg
631a30de1fSmrg/* Major version of this package */
641a30de1fSmrg#undef PACKAGE_VERSION_MAJOR
651a30de1fSmrg
661a30de1fSmrg/* Minor version of this package */
671a30de1fSmrg#undef PACKAGE_VERSION_MINOR
681a30de1fSmrg
691a30de1fSmrg/* Patch version of this package */
701a30de1fSmrg#undef PACKAGE_VERSION_PATCHLEVEL
711a30de1fSmrg
726eaa481cSmrg/* Define to 1 if all of the C90 standard headers exist (not just the ones
736eaa481cSmrg   required in a freestanding environment). This macro is provided for
746eaa481cSmrg   backward compatibility; new code need not use it. */
75b7fb5eacSmrg#undef STDC_HEADERS
76b7fb5eacSmrg
77a733a5bfSmrg/* Enable extensions on AIX 3, Interix.  */
78a733a5bfSmrg#ifndef _ALL_SOURCE
79a733a5bfSmrg# undef _ALL_SOURCE
80a733a5bfSmrg#endif
816eaa481cSmrg/* Enable general extensions on macOS.  */
826eaa481cSmrg#ifndef _DARWIN_C_SOURCE
836eaa481cSmrg# undef _DARWIN_C_SOURCE
846eaa481cSmrg#endif
856eaa481cSmrg/* Enable general extensions on Solaris.  */
866eaa481cSmrg#ifndef __EXTENSIONS__
876eaa481cSmrg# undef __EXTENSIONS__
886eaa481cSmrg#endif
89a733a5bfSmrg/* Enable GNU extensions on systems that have them.  */
90a733a5bfSmrg#ifndef _GNU_SOURCE
91a733a5bfSmrg# undef _GNU_SOURCE
92a733a5bfSmrg#endif
936eaa481cSmrg/* Enable X/Open compliant socket functions that do not require linking
946eaa481cSmrg   with -lxnet on HP-UX 11.11.  */
956eaa481cSmrg#ifndef _HPUX_ALT_XOPEN_SOCKET_API
966eaa481cSmrg# undef _HPUX_ALT_XOPEN_SOCKET_API
976eaa481cSmrg#endif
986eaa481cSmrg/* Identify the host operating system as Minix.
996eaa481cSmrg   This macro does not affect the system headers' behavior.
1006eaa481cSmrg   A future release of Autoconf may stop defining this macro.  */
1016eaa481cSmrg#ifndef _MINIX
1026eaa481cSmrg# undef _MINIX
1036eaa481cSmrg#endif
1046eaa481cSmrg/* Enable general extensions on NetBSD.
1056eaa481cSmrg   Enable NetBSD compatibility extensions on Minix.  */
1066eaa481cSmrg#ifndef _NETBSD_SOURCE
1076eaa481cSmrg# undef _NETBSD_SOURCE
1086eaa481cSmrg#endif
1096eaa481cSmrg/* Enable OpenBSD compatibility extensions on NetBSD.
1106eaa481cSmrg   Oddly enough, this does nothing on OpenBSD.  */
1116eaa481cSmrg#ifndef _OPENBSD_SOURCE
1126eaa481cSmrg# undef _OPENBSD_SOURCE
1136eaa481cSmrg#endif
1146eaa481cSmrg/* Define to 1 if needed for POSIX-compatible behavior.  */
1156eaa481cSmrg#ifndef _POSIX_SOURCE
1166eaa481cSmrg# undef _POSIX_SOURCE
1176eaa481cSmrg#endif
1186eaa481cSmrg/* Define to 2 if needed for POSIX-compatible behavior.  */
1196eaa481cSmrg#ifndef _POSIX_1_SOURCE
1206eaa481cSmrg# undef _POSIX_1_SOURCE
1216eaa481cSmrg#endif
1226eaa481cSmrg/* Enable POSIX-compatible threading on Solaris.  */
123a733a5bfSmrg#ifndef _POSIX_PTHREAD_SEMANTICS
124a733a5bfSmrg# undef _POSIX_PTHREAD_SEMANTICS
125a733a5bfSmrg#endif
1266eaa481cSmrg/* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
1276eaa481cSmrg#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
1286eaa481cSmrg# undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
1296eaa481cSmrg#endif
1306eaa481cSmrg/* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
1316eaa481cSmrg#ifndef __STDC_WANT_IEC_60559_BFP_EXT__
1326eaa481cSmrg# undef __STDC_WANT_IEC_60559_BFP_EXT__
1336eaa481cSmrg#endif
1346eaa481cSmrg/* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
1356eaa481cSmrg#ifndef __STDC_WANT_IEC_60559_DFP_EXT__
1366eaa481cSmrg# undef __STDC_WANT_IEC_60559_DFP_EXT__
1376eaa481cSmrg#endif
1386eaa481cSmrg/* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
1396eaa481cSmrg#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
1406eaa481cSmrg# undef __STDC_WANT_IEC_60559_FUNCS_EXT__
1416eaa481cSmrg#endif
1426eaa481cSmrg/* Enable extensions specified by ISO/IEC TS 18661-3:2015.  */
1436eaa481cSmrg#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
1446eaa481cSmrg# undef __STDC_WANT_IEC_60559_TYPES_EXT__
1456eaa481cSmrg#endif
1466eaa481cSmrg/* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
1476eaa481cSmrg#ifndef __STDC_WANT_LIB_EXT2__
1486eaa481cSmrg# undef __STDC_WANT_LIB_EXT2__
1496eaa481cSmrg#endif
1506eaa481cSmrg/* Enable extensions specified by ISO/IEC 24747:2009.  */
1516eaa481cSmrg#ifndef __STDC_WANT_MATH_SPEC_FUNCS__
1526eaa481cSmrg# undef __STDC_WANT_MATH_SPEC_FUNCS__
1536eaa481cSmrg#endif
154a733a5bfSmrg/* Enable extensions on HP NonStop.  */
155a733a5bfSmrg#ifndef _TANDEM_SOURCE
156a733a5bfSmrg# undef _TANDEM_SOURCE
157a733a5bfSmrg#endif
1586eaa481cSmrg/* Enable X/Open extensions.  Define to 500 only if necessary
1596eaa481cSmrg   to make mbstate_t available.  */
1606eaa481cSmrg#ifndef _XOPEN_SOURCE
1616eaa481cSmrg# undef _XOPEN_SOURCE
162a733a5bfSmrg#endif
163a733a5bfSmrg
164a733a5bfSmrg
1651a30de1fSmrg/* Version number of package */
1661a30de1fSmrg#undef VERSION
167