config.h.in revision 8ffb90f1
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
24602e473dSmrg/* launchd support available */
25602e473dSmrg#undef HAVE_LAUNCHD
26602e473dSmrg
277204935cSmrg/* Define to 1 if you have the `ws2_32' library (-lws2_32). */
287204935cSmrg#undef HAVE_LIBWS2_32
297204935cSmrg
308ffb90f1Smrg/* Define to 1 if you have the <minix/config.h> header file. */
318ffb90f1Smrg#undef HAVE_MINIX_CONFIG_H
32602e473dSmrg
331016ad83Smrg/* Define if your platform supports sendmsg */
341016ad83Smrg#undef HAVE_SENDMSG
351016ad83Smrg
36602e473dSmrg/* Have the sockaddr_un.sun_len member. */
37602e473dSmrg#undef HAVE_SOCKADDR_SUN_LEN
38602e473dSmrg
39602e473dSmrg/* Define to 1 if you have the <stdint.h> header file. */
40602e473dSmrg#undef HAVE_STDINT_H
41602e473dSmrg
428ffb90f1Smrg/* Define to 1 if you have the <stdio.h> header file. */
438ffb90f1Smrg#undef HAVE_STDIO_H
448ffb90f1Smrg
45602e473dSmrg/* Define to 1 if you have the <stdlib.h> header file. */
46602e473dSmrg#undef HAVE_STDLIB_H
47602e473dSmrg
48602e473dSmrg/* Define to 1 if you have the <strings.h> header file. */
49602e473dSmrg#undef HAVE_STRINGS_H
50602e473dSmrg
51602e473dSmrg/* Define to 1 if you have the <string.h> header file. */
52602e473dSmrg#undef HAVE_STRING_H
53602e473dSmrg
54602e473dSmrg/* Define to 1 if you have the <sys/stat.h> header file. */
55602e473dSmrg#undef HAVE_SYS_STAT_H
56602e473dSmrg
57602e473dSmrg/* Define to 1 if you have the <sys/types.h> header file. */
58602e473dSmrg#undef HAVE_SYS_TYPES_H
59602e473dSmrg
6021298544Smrg/* Define to 1 if you have the <tsol/label.h> header file. */
6121298544Smrg#undef HAVE_TSOL_LABEL_H
6221298544Smrg
63602e473dSmrg/* Define to 1 if you have the <unistd.h> header file. */
64602e473dSmrg#undef HAVE_UNISTD_H
65602e473dSmrg
668ffb90f1Smrg/* Define to 1 if you have the <wchar.h> header file. */
678ffb90f1Smrg#undef HAVE_WCHAR_H
688ffb90f1Smrg
6921298544Smrg/* Define if not provided by <limits.h> */
7021298544Smrg#undef IOV_MAX
7121298544Smrg
727204935cSmrg/* Define to the sub-directory where libtool stores uninstalled libraries. */
73602e473dSmrg#undef LT_OBJDIR
74602e473dSmrg
75602e473dSmrg/* Name of package */
76602e473dSmrg#undef PACKAGE
77602e473dSmrg
78602e473dSmrg/* Define to the address where bug reports for this package should be sent. */
79602e473dSmrg#undef PACKAGE_BUGREPORT
80602e473dSmrg
81602e473dSmrg/* Define to the full name of this package. */
82602e473dSmrg#undef PACKAGE_NAME
83602e473dSmrg
84602e473dSmrg/* Define to the full name and version of this package. */
85602e473dSmrg#undef PACKAGE_STRING
86602e473dSmrg
87602e473dSmrg/* Define to the one symbol short name of this package. */
88602e473dSmrg#undef PACKAGE_TARNAME
89602e473dSmrg
90602e473dSmrg/* Define to the home page for this package. */
91602e473dSmrg#undef PACKAGE_URL
92602e473dSmrg
93602e473dSmrg/* Define to the version of this package. */
94602e473dSmrg#undef PACKAGE_VERSION
95602e473dSmrg
961c7386f4Smrg/* Major version of this package */
971c7386f4Smrg#undef PACKAGE_VERSION_MAJOR
981c7386f4Smrg
991c7386f4Smrg/* Minor version of this package */
1001c7386f4Smrg#undef PACKAGE_VERSION_MINOR
1011c7386f4Smrg
1021c7386f4Smrg/* Patch version of this package */
1031c7386f4Smrg#undef PACKAGE_VERSION_PATCHLEVEL
1041c7386f4Smrg
1058ffb90f1Smrg/* Define to 1 if all of the C90 standard headers exist (not just the ones
1068ffb90f1Smrg   required in a freestanding environment). This macro is provided for
1078ffb90f1Smrg   backward compatibility; new code need not use it. */
108602e473dSmrg#undef STDC_HEADERS
109602e473dSmrg
110602e473dSmrg/* poll() function is available */
111602e473dSmrg#undef USE_POLL
112602e473dSmrg
11321298544Smrg/* Enable extensions on AIX 3, Interix.  */
11421298544Smrg#ifndef _ALL_SOURCE
11521298544Smrg# undef _ALL_SOURCE
11621298544Smrg#endif
1178ffb90f1Smrg/* Enable general extensions on macOS.  */
1188ffb90f1Smrg#ifndef _DARWIN_C_SOURCE
1198ffb90f1Smrg# undef _DARWIN_C_SOURCE
1208ffb90f1Smrg#endif
1218ffb90f1Smrg/* Enable general extensions on Solaris.  */
1228ffb90f1Smrg#ifndef __EXTENSIONS__
1238ffb90f1Smrg# undef __EXTENSIONS__
1248ffb90f1Smrg#endif
12521298544Smrg/* Enable GNU extensions on systems that have them.  */
12621298544Smrg#ifndef _GNU_SOURCE
12721298544Smrg# undef _GNU_SOURCE
12821298544Smrg#endif
1298ffb90f1Smrg/* Enable X/Open compliant socket functions that do not require linking
1308ffb90f1Smrg   with -lxnet on HP-UX 11.11.  */
1318ffb90f1Smrg#ifndef _HPUX_ALT_XOPEN_SOCKET_API
1328ffb90f1Smrg# undef _HPUX_ALT_XOPEN_SOCKET_API
1338ffb90f1Smrg#endif
1348ffb90f1Smrg/* Identify the host operating system as Minix.
1358ffb90f1Smrg   This macro does not affect the system headers' behavior.
1368ffb90f1Smrg   A future release of Autoconf may stop defining this macro.  */
1378ffb90f1Smrg#ifndef _MINIX
1388ffb90f1Smrg# undef _MINIX
1398ffb90f1Smrg#endif
1408ffb90f1Smrg/* Enable general extensions on NetBSD.
1418ffb90f1Smrg   Enable NetBSD compatibility extensions on Minix.  */
1428ffb90f1Smrg#ifndef _NETBSD_SOURCE
1438ffb90f1Smrg# undef _NETBSD_SOURCE
1448ffb90f1Smrg#endif
1458ffb90f1Smrg/* Enable OpenBSD compatibility extensions on NetBSD.
1468ffb90f1Smrg   Oddly enough, this does nothing on OpenBSD.  */
1478ffb90f1Smrg#ifndef _OPENBSD_SOURCE
1488ffb90f1Smrg# undef _OPENBSD_SOURCE
1498ffb90f1Smrg#endif
1508ffb90f1Smrg/* Define to 1 if needed for POSIX-compatible behavior.  */
1518ffb90f1Smrg#ifndef _POSIX_SOURCE
1528ffb90f1Smrg# undef _POSIX_SOURCE
1538ffb90f1Smrg#endif
1548ffb90f1Smrg/* Define to 2 if needed for POSIX-compatible behavior.  */
1558ffb90f1Smrg#ifndef _POSIX_1_SOURCE
1568ffb90f1Smrg# undef _POSIX_1_SOURCE
1578ffb90f1Smrg#endif
1588ffb90f1Smrg/* Enable POSIX-compatible threading on Solaris.  */
15921298544Smrg#ifndef _POSIX_PTHREAD_SEMANTICS
16021298544Smrg# undef _POSIX_PTHREAD_SEMANTICS
16121298544Smrg#endif
1628ffb90f1Smrg/* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
1638ffb90f1Smrg#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
1648ffb90f1Smrg# undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
1658ffb90f1Smrg#endif
1668ffb90f1Smrg/* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
1678ffb90f1Smrg#ifndef __STDC_WANT_IEC_60559_BFP_EXT__
1688ffb90f1Smrg# undef __STDC_WANT_IEC_60559_BFP_EXT__
1698ffb90f1Smrg#endif
1708ffb90f1Smrg/* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
1718ffb90f1Smrg#ifndef __STDC_WANT_IEC_60559_DFP_EXT__
1728ffb90f1Smrg# undef __STDC_WANT_IEC_60559_DFP_EXT__
1738ffb90f1Smrg#endif
1748ffb90f1Smrg/* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
1758ffb90f1Smrg#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
1768ffb90f1Smrg# undef __STDC_WANT_IEC_60559_FUNCS_EXT__
1778ffb90f1Smrg#endif
1788ffb90f1Smrg/* Enable extensions specified by ISO/IEC TS 18661-3:2015.  */
1798ffb90f1Smrg#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
1808ffb90f1Smrg# undef __STDC_WANT_IEC_60559_TYPES_EXT__
1818ffb90f1Smrg#endif
1828ffb90f1Smrg/* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
1838ffb90f1Smrg#ifndef __STDC_WANT_LIB_EXT2__
1848ffb90f1Smrg# undef __STDC_WANT_LIB_EXT2__
1858ffb90f1Smrg#endif
1868ffb90f1Smrg/* Enable extensions specified by ISO/IEC 24747:2009.  */
1878ffb90f1Smrg#ifndef __STDC_WANT_MATH_SPEC_FUNCS__
1888ffb90f1Smrg# undef __STDC_WANT_MATH_SPEC_FUNCS__
1898ffb90f1Smrg#endif
19021298544Smrg/* Enable extensions on HP NonStop.  */
19121298544Smrg#ifndef _TANDEM_SOURCE
19221298544Smrg# undef _TANDEM_SOURCE
19321298544Smrg#endif
1948ffb90f1Smrg/* Enable X/Open extensions.  Define to 500 only if necessary
1958ffb90f1Smrg   to make mbstate_t available.  */
1968ffb90f1Smrg#ifndef _XOPEN_SOURCE
1978ffb90f1Smrg# undef _XOPEN_SOURCE
19821298544Smrg#endif
19921298544Smrg
20021298544Smrg
201602e473dSmrg/* Version number of package */
202602e473dSmrg#undef VERSION
203602e473dSmrg
204602e473dSmrg/* XCB buffer queue size */
205602e473dSmrg#undef XCB_QUEUE_BUFFER_SIZE
20621298544Smrg
2071016ad83Smrg/* Defined if needed to expose struct msghdr.msg_control */
2081016ad83Smrg#undef _XOPEN_SOURCE
209