config.h.in revision 1c7386f4
1/* src/config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Defined if GCC supports the visibility feature */
4#undef GCC_HAS_VISIBILITY
5
6/* Has Wraphelp.c needed for XDM AUTH protocols */
7#undef HASXDMAUTH
8
9/* Define if your platform supports abstract sockets */
10#undef HAVE_ABSTRACT_SOCKETS
11
12/* Define to 1 if you have the <dlfcn.h> header file. */
13#undef HAVE_DLFCN_H
14
15/* getaddrinfo() function is available */
16#undef HAVE_GETADDRINFO
17
18/* Define to 1 if you have the <inttypes.h> header file. */
19#undef HAVE_INTTYPES_H
20
21/* Define to 1 if you have the `is_system_labeled' function. */
22#undef HAVE_IS_SYSTEM_LABELED
23
24/* launchd support available */
25#undef HAVE_LAUNCHD
26
27/* Define to 1 if you have the <memory.h> header file. */
28#undef HAVE_MEMORY_H
29
30/* Define if your platform supports sendmsg */
31#undef HAVE_SENDMSG
32
33/* Have the sockaddr_un.sun_len member. */
34#undef HAVE_SOCKADDR_SUN_LEN
35
36/* Define to 1 if you have the <stdint.h> header file. */
37#undef HAVE_STDINT_H
38
39/* Define to 1 if you have the <stdlib.h> header file. */
40#undef HAVE_STDLIB_H
41
42/* Define to 1 if you have the <strings.h> header file. */
43#undef HAVE_STRINGS_H
44
45/* Define to 1 if you have the <string.h> header file. */
46#undef HAVE_STRING_H
47
48/* Define to 1 if you have the <sys/stat.h> header file. */
49#undef HAVE_SYS_STAT_H
50
51/* Define to 1 if you have the <sys/types.h> header file. */
52#undef HAVE_SYS_TYPES_H
53
54/* Define to 1 if you have the <tsol/label.h> header file. */
55#undef HAVE_TSOL_LABEL_H
56
57/* Define to 1 if you have the <unistd.h> header file. */
58#undef HAVE_UNISTD_H
59
60/* Define if not provided by <limits.h> */
61#undef IOV_MAX
62
63/* Define to the sub-directory in which libtool stores uninstalled libraries.
64   */
65#undef LT_OBJDIR
66
67/* Name of package */
68#undef PACKAGE
69
70/* Define to the address where bug reports for this package should be sent. */
71#undef PACKAGE_BUGREPORT
72
73/* Define to the full name of this package. */
74#undef PACKAGE_NAME
75
76/* Define to the full name and version of this package. */
77#undef PACKAGE_STRING
78
79/* Define to the one symbol short name of this package. */
80#undef PACKAGE_TARNAME
81
82/* Define to the home page for this package. */
83#undef PACKAGE_URL
84
85/* Define to the version of this package. */
86#undef PACKAGE_VERSION
87
88/* Major version of this package */
89#undef PACKAGE_VERSION_MAJOR
90
91/* Minor version of this package */
92#undef PACKAGE_VERSION_MINOR
93
94/* Patch version of this package */
95#undef PACKAGE_VERSION_PATCHLEVEL
96
97/* Define to 1 if you have the ANSI C header files. */
98#undef STDC_HEADERS
99
100/* poll() function is available */
101#undef USE_POLL
102
103/* Enable extensions on AIX 3, Interix.  */
104#ifndef _ALL_SOURCE
105# undef _ALL_SOURCE
106#endif
107/* Enable GNU extensions on systems that have them.  */
108#ifndef _GNU_SOURCE
109# undef _GNU_SOURCE
110#endif
111/* Enable threading extensions on Solaris.  */
112#ifndef _POSIX_PTHREAD_SEMANTICS
113# undef _POSIX_PTHREAD_SEMANTICS
114#endif
115/* Enable extensions on HP NonStop.  */
116#ifndef _TANDEM_SOURCE
117# undef _TANDEM_SOURCE
118#endif
119/* Enable general extensions on Solaris.  */
120#ifndef __EXTENSIONS__
121# undef __EXTENSIONS__
122#endif
123
124
125/* Version number of package */
126#undef VERSION
127
128/* XCB buffer queue size */
129#undef XCB_QUEUE_BUFFER_SIZE
130
131/* Define to 1 if on MINIX. */
132#undef _MINIX
133
134/* Define to 2 if the system does not provide POSIX.1 features except with
135   this defined. */
136#undef _POSIX_1_SOURCE
137
138/* Define to 1 if you need to in order for `stat' and other things to work. */
139#undef _POSIX_SOURCE
140
141/* Defined if needed to expose struct msghdr.msg_control */
142#undef _XOPEN_SOURCE
143