config.h.in revision 1c7386f4
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
27602e473dSmrg/* Define to 1 if you have the <memory.h> header file. */
28602e473dSmrg#undef HAVE_MEMORY_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
39602e473dSmrg/* Define to 1 if you have the <stdlib.h> header file. */
40602e473dSmrg#undef HAVE_STDLIB_H
41602e473dSmrg
42602e473dSmrg/* Define to 1 if you have the <strings.h> header file. */
43602e473dSmrg#undef HAVE_STRINGS_H
44602e473dSmrg
45602e473dSmrg/* Define to 1 if you have the <string.h> header file. */
46602e473dSmrg#undef HAVE_STRING_H
47602e473dSmrg
48602e473dSmrg/* Define to 1 if you have the <sys/stat.h> header file. */
49602e473dSmrg#undef HAVE_SYS_STAT_H
50602e473dSmrg
51602e473dSmrg/* Define to 1 if you have the <sys/types.h> header file. */
52602e473dSmrg#undef HAVE_SYS_TYPES_H
53602e473dSmrg
5421298544Smrg/* Define to 1 if you have the <tsol/label.h> header file. */
5521298544Smrg#undef HAVE_TSOL_LABEL_H
5621298544Smrg
57602e473dSmrg/* Define to 1 if you have the <unistd.h> header file. */
58602e473dSmrg#undef HAVE_UNISTD_H
59602e473dSmrg
6021298544Smrg/* Define if not provided by <limits.h> */
6121298544Smrg#undef IOV_MAX
6221298544Smrg
63602e473dSmrg/* Define to the sub-directory in which libtool stores uninstalled libraries.
64602e473dSmrg   */
65602e473dSmrg#undef LT_OBJDIR
66602e473dSmrg
67602e473dSmrg/* Name of package */
68602e473dSmrg#undef PACKAGE
69602e473dSmrg
70602e473dSmrg/* Define to the address where bug reports for this package should be sent. */
71602e473dSmrg#undef PACKAGE_BUGREPORT
72602e473dSmrg
73602e473dSmrg/* Define to the full name of this package. */
74602e473dSmrg#undef PACKAGE_NAME
75602e473dSmrg
76602e473dSmrg/* Define to the full name and version of this package. */
77602e473dSmrg#undef PACKAGE_STRING
78602e473dSmrg
79602e473dSmrg/* Define to the one symbol short name of this package. */
80602e473dSmrg#undef PACKAGE_TARNAME
81602e473dSmrg
82602e473dSmrg/* Define to the home page for this package. */
83602e473dSmrg#undef PACKAGE_URL
84602e473dSmrg
85602e473dSmrg/* Define to the version of this package. */
86602e473dSmrg#undef PACKAGE_VERSION
87602e473dSmrg
881c7386f4Smrg/* Major version of this package */
891c7386f4Smrg#undef PACKAGE_VERSION_MAJOR
901c7386f4Smrg
911c7386f4Smrg/* Minor version of this package */
921c7386f4Smrg#undef PACKAGE_VERSION_MINOR
931c7386f4Smrg
941c7386f4Smrg/* Patch version of this package */
951c7386f4Smrg#undef PACKAGE_VERSION_PATCHLEVEL
961c7386f4Smrg
97602e473dSmrg/* Define to 1 if you have the ANSI C header files. */
98602e473dSmrg#undef STDC_HEADERS
99602e473dSmrg
100602e473dSmrg/* poll() function is available */
101602e473dSmrg#undef USE_POLL
102602e473dSmrg
10321298544Smrg/* Enable extensions on AIX 3, Interix.  */
10421298544Smrg#ifndef _ALL_SOURCE
10521298544Smrg# undef _ALL_SOURCE
10621298544Smrg#endif
10721298544Smrg/* Enable GNU extensions on systems that have them.  */
10821298544Smrg#ifndef _GNU_SOURCE
10921298544Smrg# undef _GNU_SOURCE
11021298544Smrg#endif
11121298544Smrg/* Enable threading extensions on Solaris.  */
11221298544Smrg#ifndef _POSIX_PTHREAD_SEMANTICS
11321298544Smrg# undef _POSIX_PTHREAD_SEMANTICS
11421298544Smrg#endif
11521298544Smrg/* Enable extensions on HP NonStop.  */
11621298544Smrg#ifndef _TANDEM_SOURCE
11721298544Smrg# undef _TANDEM_SOURCE
11821298544Smrg#endif
11921298544Smrg/* Enable general extensions on Solaris.  */
12021298544Smrg#ifndef __EXTENSIONS__
12121298544Smrg# undef __EXTENSIONS__
12221298544Smrg#endif
12321298544Smrg
12421298544Smrg
125602e473dSmrg/* Version number of package */
126602e473dSmrg#undef VERSION
127602e473dSmrg
128602e473dSmrg/* XCB buffer queue size */
129602e473dSmrg#undef XCB_QUEUE_BUFFER_SIZE
13021298544Smrg
13121298544Smrg/* Define to 1 if on MINIX. */
13221298544Smrg#undef _MINIX
13321298544Smrg
13421298544Smrg/* Define to 2 if the system does not provide POSIX.1 features except with
13521298544Smrg   this defined. */
13621298544Smrg#undef _POSIX_1_SOURCE
13721298544Smrg
13821298544Smrg/* Define to 1 if you need to in order for `stat' and other things to work. */
13921298544Smrg#undef _POSIX_SOURCE
1401016ad83Smrg
1411016ad83Smrg/* Defined if needed to expose struct msghdr.msg_control */
1421016ad83Smrg#undef _XOPEN_SOURCE
143