1602e473dSmrg/* src/config.h.in. Generated from configure.ac by autoheader. */ 2602e473dSmrg 3602e473dSmrg/* Defined if GCC supports the visibility feature */ 4602e473dSmrg#undef GCC_HAS_VISIBILITY 5602e473dSmrg 6602e473dSmrg/* Has Wraphelp.c needed for XDM AUTH protocols */ 7602e473dSmrg#undef HASXDMAUTH 8602e473dSmrg 9602e473dSmrg/* Define if your platform supports abstract sockets */ 10602e473dSmrg#undef HAVE_ABSTRACT_SOCKETS 11602e473dSmrg 12602e473dSmrg/* Define to 1 if you have the <dlfcn.h> header file. */ 13602e473dSmrg#undef HAVE_DLFCN_H 14602e473dSmrg 1521298544Smrg/* getaddrinfo() function is available */ 1621298544Smrg#undef HAVE_GETADDRINFO 1721298544Smrg 18602e473dSmrg/* Define to 1 if you have the <inttypes.h> header file. */ 19602e473dSmrg#undef HAVE_INTTYPES_H 20602e473dSmrg 2121298544Smrg/* Define to 1 if you have the `is_system_labeled' function. */ 2221298544Smrg#undef HAVE_IS_SYSTEM_LABELED 2321298544Smrg 247204935cSmrg/* Define to 1 if you have the `ws2_32' library (-lws2_32). */ 257204935cSmrg#undef HAVE_LIBWS2_32 267204935cSmrg 278ffb90f1Smrg/* Define to 1 if you have the <minix/config.h> header file. */ 288ffb90f1Smrg#undef HAVE_MINIX_CONFIG_H 29602e473dSmrg 301016ad83Smrg/* Define if your platform supports sendmsg */ 311016ad83Smrg#undef HAVE_SENDMSG 321016ad83Smrg 33602e473dSmrg/* Have the sockaddr_un.sun_len member. */ 34602e473dSmrg#undef HAVE_SOCKADDR_SUN_LEN 35602e473dSmrg 36602e473dSmrg/* Define to 1 if you have the <stdint.h> header file. */ 37602e473dSmrg#undef HAVE_STDINT_H 38602e473dSmrg 398ffb90f1Smrg/* Define to 1 if you have the <stdio.h> header file. */ 408ffb90f1Smrg#undef HAVE_STDIO_H 418ffb90f1Smrg 42602e473dSmrg/* Define to 1 if you have the <stdlib.h> header file. */ 43602e473dSmrg#undef HAVE_STDLIB_H 44602e473dSmrg 45602e473dSmrg/* Define to 1 if you have the <strings.h> header file. */ 46602e473dSmrg#undef HAVE_STRINGS_H 47602e473dSmrg 48602e473dSmrg/* Define to 1 if you have the <string.h> header file. */ 49602e473dSmrg#undef HAVE_STRING_H 50602e473dSmrg 51602e473dSmrg/* Define to 1 if you have the <sys/stat.h> header file. */ 52602e473dSmrg#undef HAVE_SYS_STAT_H 53602e473dSmrg 54602e473dSmrg/* Define to 1 if you have the <sys/types.h> header file. */ 55602e473dSmrg#undef HAVE_SYS_TYPES_H 56602e473dSmrg 5721298544Smrg/* Define to 1 if you have the <tsol/label.h> header file. */ 5821298544Smrg#undef HAVE_TSOL_LABEL_H 5921298544Smrg 60602e473dSmrg/* Define to 1 if you have the <unistd.h> header file. */ 61602e473dSmrg#undef HAVE_UNISTD_H 62602e473dSmrg 638ffb90f1Smrg/* Define to 1 if you have the <wchar.h> header file. */ 648ffb90f1Smrg#undef HAVE_WCHAR_H 658ffb90f1Smrg 6621298544Smrg/* Define if not provided by <limits.h> */ 6721298544Smrg#undef IOV_MAX 6821298544Smrg 697204935cSmrg/* Define to the sub-directory where libtool stores uninstalled libraries. */ 70602e473dSmrg#undef LT_OBJDIR 71602e473dSmrg 72602e473dSmrg/* Name of package */ 73602e473dSmrg#undef PACKAGE 74602e473dSmrg 75602e473dSmrg/* Define to the address where bug reports for this package should be sent. */ 76602e473dSmrg#undef PACKAGE_BUGREPORT 77602e473dSmrg 78602e473dSmrg/* Define to the full name of this package. */ 79602e473dSmrg#undef PACKAGE_NAME 80602e473dSmrg 81602e473dSmrg/* Define to the full name and version of this package. */ 82602e473dSmrg#undef PACKAGE_STRING 83602e473dSmrg 84602e473dSmrg/* Define to the one symbol short name of this package. */ 85602e473dSmrg#undef PACKAGE_TARNAME 86602e473dSmrg 87602e473dSmrg/* Define to the home page for this package. */ 88602e473dSmrg#undef PACKAGE_URL 89602e473dSmrg 90602e473dSmrg/* Define to the version of this package. */ 91602e473dSmrg#undef PACKAGE_VERSION 92602e473dSmrg 931c7386f4Smrg/* Major version of this package */ 941c7386f4Smrg#undef PACKAGE_VERSION_MAJOR 951c7386f4Smrg 961c7386f4Smrg/* Minor version of this package */ 971c7386f4Smrg#undef PACKAGE_VERSION_MINOR 981c7386f4Smrg 991c7386f4Smrg/* Patch version of this package */ 1001c7386f4Smrg#undef PACKAGE_VERSION_PATCHLEVEL 1011c7386f4Smrg 1028ffb90f1Smrg/* Define to 1 if all of the C90 standard headers exist (not just the ones 1038ffb90f1Smrg required in a freestanding environment). This macro is provided for 1048ffb90f1Smrg backward compatibility; new code need not use it. */ 105602e473dSmrg#undef STDC_HEADERS 106602e473dSmrg 107602e473dSmrg/* poll() function is available */ 108602e473dSmrg#undef USE_POLL 109602e473dSmrg 11021298544Smrg/* Enable extensions on AIX 3, Interix. */ 11121298544Smrg#ifndef _ALL_SOURCE 11221298544Smrg# undef _ALL_SOURCE 11321298544Smrg#endif 1148ffb90f1Smrg/* Enable general extensions on macOS. */ 1158ffb90f1Smrg#ifndef _DARWIN_C_SOURCE 1168ffb90f1Smrg# undef _DARWIN_C_SOURCE 1178ffb90f1Smrg#endif 1188ffb90f1Smrg/* Enable general extensions on Solaris. */ 1198ffb90f1Smrg#ifndef __EXTENSIONS__ 1208ffb90f1Smrg# undef __EXTENSIONS__ 1218ffb90f1Smrg#endif 12221298544Smrg/* Enable GNU extensions on systems that have them. */ 12321298544Smrg#ifndef _GNU_SOURCE 12421298544Smrg# undef _GNU_SOURCE 12521298544Smrg#endif 1268ffb90f1Smrg/* Enable X/Open compliant socket functions that do not require linking 1278ffb90f1Smrg with -lxnet on HP-UX 11.11. */ 1288ffb90f1Smrg#ifndef _HPUX_ALT_XOPEN_SOCKET_API 1298ffb90f1Smrg# undef _HPUX_ALT_XOPEN_SOCKET_API 1308ffb90f1Smrg#endif 1318ffb90f1Smrg/* Identify the host operating system as Minix. 1328ffb90f1Smrg This macro does not affect the system headers' behavior. 1338ffb90f1Smrg A future release of Autoconf may stop defining this macro. */ 1348ffb90f1Smrg#ifndef _MINIX 1358ffb90f1Smrg# undef _MINIX 1368ffb90f1Smrg#endif 1378ffb90f1Smrg/* Enable general extensions on NetBSD. 1388ffb90f1Smrg Enable NetBSD compatibility extensions on Minix. */ 1398ffb90f1Smrg#ifndef _NETBSD_SOURCE 1408ffb90f1Smrg# undef _NETBSD_SOURCE 1418ffb90f1Smrg#endif 1428ffb90f1Smrg/* Enable OpenBSD compatibility extensions on NetBSD. 1438ffb90f1Smrg Oddly enough, this does nothing on OpenBSD. */ 1448ffb90f1Smrg#ifndef _OPENBSD_SOURCE 1458ffb90f1Smrg# undef _OPENBSD_SOURCE 1468ffb90f1Smrg#endif 1478ffb90f1Smrg/* Define to 1 if needed for POSIX-compatible behavior. */ 1488ffb90f1Smrg#ifndef _POSIX_SOURCE 1498ffb90f1Smrg# undef _POSIX_SOURCE 1508ffb90f1Smrg#endif 1518ffb90f1Smrg/* Define to 2 if needed for POSIX-compatible behavior. */ 1528ffb90f1Smrg#ifndef _POSIX_1_SOURCE 1538ffb90f1Smrg# undef _POSIX_1_SOURCE 1548ffb90f1Smrg#endif 1558ffb90f1Smrg/* Enable POSIX-compatible threading on Solaris. */ 15621298544Smrg#ifndef _POSIX_PTHREAD_SEMANTICS 15721298544Smrg# undef _POSIX_PTHREAD_SEMANTICS 15821298544Smrg#endif 1598ffb90f1Smrg/* Enable extensions specified by ISO/IEC TS 18661-5:2014. */ 1608ffb90f1Smrg#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1618ffb90f1Smrg# undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1628ffb90f1Smrg#endif 1638ffb90f1Smrg/* Enable extensions specified by ISO/IEC TS 18661-1:2014. */ 1648ffb90f1Smrg#ifndef __STDC_WANT_IEC_60559_BFP_EXT__ 1658ffb90f1Smrg# undef __STDC_WANT_IEC_60559_BFP_EXT__ 1668ffb90f1Smrg#endif 1678ffb90f1Smrg/* Enable extensions specified by ISO/IEC TS 18661-2:2015. */ 1688ffb90f1Smrg#ifndef __STDC_WANT_IEC_60559_DFP_EXT__ 1698ffb90f1Smrg# undef __STDC_WANT_IEC_60559_DFP_EXT__ 1708ffb90f1Smrg#endif 1718ffb90f1Smrg/* Enable extensions specified by ISO/IEC TS 18661-4:2015. */ 1728ffb90f1Smrg#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__ 1738ffb90f1Smrg# undef __STDC_WANT_IEC_60559_FUNCS_EXT__ 1748ffb90f1Smrg#endif 1758ffb90f1Smrg/* Enable extensions specified by ISO/IEC TS 18661-3:2015. */ 1768ffb90f1Smrg#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__ 1778ffb90f1Smrg# undef __STDC_WANT_IEC_60559_TYPES_EXT__ 1788ffb90f1Smrg#endif 1798ffb90f1Smrg/* Enable extensions specified by ISO/IEC TR 24731-2:2010. */ 1808ffb90f1Smrg#ifndef __STDC_WANT_LIB_EXT2__ 1818ffb90f1Smrg# undef __STDC_WANT_LIB_EXT2__ 1828ffb90f1Smrg#endif 1838ffb90f1Smrg/* Enable extensions specified by ISO/IEC 24747:2009. */ 1848ffb90f1Smrg#ifndef __STDC_WANT_MATH_SPEC_FUNCS__ 1858ffb90f1Smrg# undef __STDC_WANT_MATH_SPEC_FUNCS__ 1868ffb90f1Smrg#endif 18721298544Smrg/* Enable extensions on HP NonStop. */ 18821298544Smrg#ifndef _TANDEM_SOURCE 18921298544Smrg# undef _TANDEM_SOURCE 19021298544Smrg#endif 1918ffb90f1Smrg/* Enable X/Open extensions. Define to 500 only if necessary 1928ffb90f1Smrg to make mbstate_t available. */ 1938ffb90f1Smrg#ifndef _XOPEN_SOURCE 1948ffb90f1Smrg# undef _XOPEN_SOURCE 19521298544Smrg#endif 19621298544Smrg 19721298544Smrg 198602e473dSmrg/* Version number of package */ 199602e473dSmrg#undef VERSION 200602e473dSmrg 201602e473dSmrg/* XCB buffer queue size */ 202602e473dSmrg#undef XCB_QUEUE_BUFFER_SIZE 20321298544Smrg 204b9526c6aSmrg/* Number of bits in a file offset, on hosts where this is settable. */ 205b9526c6aSmrg#undef _FILE_OFFSET_BITS 206b9526c6aSmrg 207b9526c6aSmrg/* Define for large files, on AIX-style hosts. */ 208b9526c6aSmrg#undef _LARGE_FILES 209b9526c6aSmrg 2101016ad83Smrg/* Defined if needed to expose struct msghdr.msg_control */ 2111016ad83Smrg#undef _XOPEN_SOURCE 212