16c321187Smrg/* config.h.in. Generated from configure.ac by autoheader. */ 26c321187Smrg 36c321187Smrg/* Define to 1 if you have the <dlfcn.h> header file. */ 46c321187Smrg#undef HAVE_DLFCN_H 56c321187Smrg 66c321187Smrg/* Define to 1 if you have the <inttypes.h> header file. */ 76c321187Smrg#undef HAVE_INTTYPES_H 86c321187Smrg 99dedec0cSmrg/* Define to 1 if you have the <minix/config.h> header file. */ 109dedec0cSmrg#undef HAVE_MINIX_CONFIG_H 116c321187Smrg 129dedec0cSmrg/* Define to 1 if you have the `reallocarray' function. */ 139dedec0cSmrg#undef HAVE_REALLOCARRAY 1493493779Smrg 156c321187Smrg/* Define to 1 if you have the <stdint.h> header file. */ 166c321187Smrg#undef HAVE_STDINT_H 176c321187Smrg 189dedec0cSmrg/* Define to 1 if you have the <stdio.h> header file. */ 199dedec0cSmrg#undef HAVE_STDIO_H 209dedec0cSmrg 216c321187Smrg/* Define to 1 if you have the <stdlib.h> header file. */ 226c321187Smrg#undef HAVE_STDLIB_H 236c321187Smrg 246c321187Smrg/* Define to 1 if you have the <strings.h> header file. */ 256c321187Smrg#undef HAVE_STRINGS_H 266c321187Smrg 276c321187Smrg/* Define to 1 if you have the <string.h> header file. */ 286c321187Smrg#undef HAVE_STRING_H 296c321187Smrg 306c321187Smrg/* Define to 1 if you have the <sys/stat.h> header file. */ 316c321187Smrg#undef HAVE_SYS_STAT_H 326c321187Smrg 336c321187Smrg/* Define to 1 if you have the <sys/types.h> header file. */ 346c321187Smrg#undef HAVE_SYS_TYPES_H 356c321187Smrg 369dedec0cSmrg/* Define to 1 if you have the `uname' function. */ 379dedec0cSmrg#undef HAVE_UNAME 389dedec0cSmrg 396c321187Smrg/* Define to 1 if you have the <unistd.h> header file. */ 406c321187Smrg#undef HAVE_UNISTD_H 416c321187Smrg 429dedec0cSmrg/* Define to 1 if you have the <wchar.h> header file. */ 439dedec0cSmrg#undef HAVE_WCHAR_H 446c321187Smrg 45198e4c3cSmrg/* Define to the sub-directory where libtool stores uninstalled libraries. */ 46e120bd27Smrg#undef LT_OBJDIR 47e120bd27Smrg 486c321187Smrg/* Name of package */ 496c321187Smrg#undef PACKAGE 506c321187Smrg 516c321187Smrg/* Define to the address where bug reports for this package should be sent. */ 526c321187Smrg#undef PACKAGE_BUGREPORT 536c321187Smrg 546c321187Smrg/* Define to the full name of this package. */ 556c321187Smrg#undef PACKAGE_NAME 566c321187Smrg 576c321187Smrg/* Define to the full name and version of this package. */ 586c321187Smrg#undef PACKAGE_STRING 596c321187Smrg 606c321187Smrg/* Define to the one symbol short name of this package. */ 616c321187Smrg#undef PACKAGE_TARNAME 626c321187Smrg 63e120bd27Smrg/* Define to the home page for this package. */ 64e120bd27Smrg#undef PACKAGE_URL 65e120bd27Smrg 666c321187Smrg/* Define to the version of this package. */ 676c321187Smrg#undef PACKAGE_VERSION 686c321187Smrg 696c321187Smrg/* Major version of this package */ 706c321187Smrg#undef PACKAGE_VERSION_MAJOR 716c321187Smrg 726c321187Smrg/* Minor version of this package */ 736c321187Smrg#undef PACKAGE_VERSION_MINOR 746c321187Smrg 756c321187Smrg/* Patch version of this package */ 766c321187Smrg#undef PACKAGE_VERSION_PATCHLEVEL 776c321187Smrg 789dedec0cSmrg/* Define to 1 if all of the C90 standard headers exist (not just the ones 799dedec0cSmrg required in a freestanding environment). This macro is provided for 809dedec0cSmrg backward compatibility; new code need not use it. */ 816c321187Smrg#undef STDC_HEADERS 826c321187Smrg 839dedec0cSmrg/* Enable extensions on AIX 3, Interix. */ 849dedec0cSmrg#ifndef _ALL_SOURCE 859dedec0cSmrg# undef _ALL_SOURCE 869dedec0cSmrg#endif 879dedec0cSmrg/* Enable general extensions on macOS. */ 889dedec0cSmrg#ifndef _DARWIN_C_SOURCE 899dedec0cSmrg# undef _DARWIN_C_SOURCE 909dedec0cSmrg#endif 919dedec0cSmrg/* Enable general extensions on Solaris. */ 929dedec0cSmrg#ifndef __EXTENSIONS__ 939dedec0cSmrg# undef __EXTENSIONS__ 949dedec0cSmrg#endif 959dedec0cSmrg/* Enable GNU extensions on systems that have them. */ 969dedec0cSmrg#ifndef _GNU_SOURCE 979dedec0cSmrg# undef _GNU_SOURCE 989dedec0cSmrg#endif 999dedec0cSmrg/* Enable X/Open compliant socket functions that do not require linking 1009dedec0cSmrg with -lxnet on HP-UX 11.11. */ 1019dedec0cSmrg#ifndef _HPUX_ALT_XOPEN_SOCKET_API 1029dedec0cSmrg# undef _HPUX_ALT_XOPEN_SOCKET_API 1039dedec0cSmrg#endif 1049dedec0cSmrg/* Identify the host operating system as Minix. 1059dedec0cSmrg This macro does not affect the system headers' behavior. 1069dedec0cSmrg A future release of Autoconf may stop defining this macro. */ 1079dedec0cSmrg#ifndef _MINIX 1089dedec0cSmrg# undef _MINIX 1099dedec0cSmrg#endif 1109dedec0cSmrg/* Enable general extensions on NetBSD. 1119dedec0cSmrg Enable NetBSD compatibility extensions on Minix. */ 1129dedec0cSmrg#ifndef _NETBSD_SOURCE 1139dedec0cSmrg# undef _NETBSD_SOURCE 1149dedec0cSmrg#endif 1159dedec0cSmrg/* Enable OpenBSD compatibility extensions on NetBSD. 1169dedec0cSmrg Oddly enough, this does nothing on OpenBSD. */ 1179dedec0cSmrg#ifndef _OPENBSD_SOURCE 1189dedec0cSmrg# undef _OPENBSD_SOURCE 1199dedec0cSmrg#endif 1209dedec0cSmrg/* Define to 1 if needed for POSIX-compatible behavior. */ 1219dedec0cSmrg#ifndef _POSIX_SOURCE 1229dedec0cSmrg# undef _POSIX_SOURCE 1239dedec0cSmrg#endif 1249dedec0cSmrg/* Define to 2 if needed for POSIX-compatible behavior. */ 1259dedec0cSmrg#ifndef _POSIX_1_SOURCE 1269dedec0cSmrg# undef _POSIX_1_SOURCE 1279dedec0cSmrg#endif 1289dedec0cSmrg/* Enable POSIX-compatible threading on Solaris. */ 1299dedec0cSmrg#ifndef _POSIX_PTHREAD_SEMANTICS 1309dedec0cSmrg# undef _POSIX_PTHREAD_SEMANTICS 1319dedec0cSmrg#endif 1329dedec0cSmrg/* Enable extensions specified by ISO/IEC TS 18661-5:2014. */ 1339dedec0cSmrg#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1349dedec0cSmrg# undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1359dedec0cSmrg#endif 1369dedec0cSmrg/* Enable extensions specified by ISO/IEC TS 18661-1:2014. */ 1379dedec0cSmrg#ifndef __STDC_WANT_IEC_60559_BFP_EXT__ 1389dedec0cSmrg# undef __STDC_WANT_IEC_60559_BFP_EXT__ 1399dedec0cSmrg#endif 1409dedec0cSmrg/* Enable extensions specified by ISO/IEC TS 18661-2:2015. */ 1419dedec0cSmrg#ifndef __STDC_WANT_IEC_60559_DFP_EXT__ 1429dedec0cSmrg# undef __STDC_WANT_IEC_60559_DFP_EXT__ 1439dedec0cSmrg#endif 1449dedec0cSmrg/* Enable extensions specified by ISO/IEC TS 18661-4:2015. */ 1459dedec0cSmrg#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__ 1469dedec0cSmrg# undef __STDC_WANT_IEC_60559_FUNCS_EXT__ 1479dedec0cSmrg#endif 1489dedec0cSmrg/* Enable extensions specified by ISO/IEC TS 18661-3:2015. */ 1499dedec0cSmrg#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__ 1509dedec0cSmrg# undef __STDC_WANT_IEC_60559_TYPES_EXT__ 1519dedec0cSmrg#endif 1529dedec0cSmrg/* Enable extensions specified by ISO/IEC TR 24731-2:2010. */ 1539dedec0cSmrg#ifndef __STDC_WANT_LIB_EXT2__ 1549dedec0cSmrg# undef __STDC_WANT_LIB_EXT2__ 1559dedec0cSmrg#endif 1569dedec0cSmrg/* Enable extensions specified by ISO/IEC 24747:2009. */ 1579dedec0cSmrg#ifndef __STDC_WANT_MATH_SPEC_FUNCS__ 1589dedec0cSmrg# undef __STDC_WANT_MATH_SPEC_FUNCS__ 1599dedec0cSmrg#endif 1609dedec0cSmrg/* Enable extensions on HP NonStop. */ 1619dedec0cSmrg#ifndef _TANDEM_SOURCE 1629dedec0cSmrg# undef _TANDEM_SOURCE 1639dedec0cSmrg#endif 1649dedec0cSmrg/* Enable X/Open extensions. Define to 500 only if necessary 1659dedec0cSmrg to make mbstate_t available. */ 1669dedec0cSmrg#ifndef _XOPEN_SOURCE 1679dedec0cSmrg# undef _XOPEN_SOURCE 1689dedec0cSmrg#endif 1696c321187Smrg 1706c321187Smrg 1716c321187Smrg/* Version number of package */ 1726c321187Smrg#undef VERSION 173