config.h.in revision b4ee4795
1/* src/config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define to 1 if `struct sockaddr_in' has a `sin_len' member */
4#undef BSD44SOCKETS
5
6/* Include compose table cache support */
7#undef COMPOSECACHE
8
9/* Has getresuid() & getresgid() functions */
10#undef HASGETRESUID
11
12/* Has issetugid() function */
13#undef HASSETUGID
14
15/* Has shm*() functions */
16#undef HAS_SHM
17
18/* Define to 1 if you have the `authdes_create' function. */
19#undef HAVE_AUTHDES_CREATE
20
21/* Define to 1 if you have the `authdes_seccreate' function. */
22#undef HAVE_AUTHDES_SECCREATE
23
24/* Define to 1 if you have the <dlfcn.h> header file. */
25#undef HAVE_DLFCN_H
26
27/* Use dlopen to load shared libraries */
28#undef HAVE_DLOPEN
29
30/* Define to 1 if you have the <dl.h> header file. */
31#undef HAVE_DL_H
32
33/* Define to 1 if you have the `getpagesize' function. */
34#undef HAVE_GETPAGESIZE
35
36/* Define to 1 if you have the <inttypes.h> header file. */
37#undef HAVE_INTTYPES_H
38
39/* launchd support available */
40#undef HAVE_LAUNCHD
41
42/* Define to 1 if you have the `ws2_32' library (-lws2_32). */
43#undef HAVE_LIBWS2_32
44
45/* Define to 1 if you have the <memory.h> header file. */
46#undef HAVE_MEMORY_H
47
48/* Define to 1 if you have a working `mmap' system call. */
49#undef HAVE_MMAP
50
51/* Use shl_load to load shared libraries */
52#undef HAVE_SHL_LOAD
53
54/* Define to 1 if the system has the type `socklen_t'. */
55#undef HAVE_SOCKLEN_T
56
57/* Define to 1 if you have the <stdint.h> header file. */
58#undef HAVE_STDINT_H
59
60/* Define to 1 if you have the <stdlib.h> header file. */
61#undef HAVE_STDLIB_H
62
63/* Define to 1 if you have the <strings.h> header file. */
64#undef HAVE_STRINGS_H
65
66/* Define to 1 if you have the <string.h> header file. */
67#undef HAVE_STRING_H
68
69/* Define to 1 if you have the `strtol' function. */
70#undef HAVE_STRTOL
71
72/* Define to 1 if you have the <sys/param.h> header file. */
73#undef HAVE_SYS_PARAM_H
74
75/* Define to 1 if you have the <sys/select.h> header file. */
76#undef HAVE_SYS_SELECT_H
77
78/* Define to 1 if you have the <sys/stat.h> header file. */
79#undef HAVE_SYS_STAT_H
80
81/* Define to 1 if you have the <sys/types.h> header file. */
82#undef HAVE_SYS_TYPES_H
83
84/* Define to 1 if you have the <unistd.h> header file. */
85#undef HAVE_UNISTD_H
86
87/* Support IPv6 for TCP connections */
88#undef IPv6
89
90/* Support os-specific local connections */
91#undef LOCALCONN
92
93/* preference sorted list of transport types to try for local connections */
94#undef LOCAL_TRANSPORT_LIST
95
96/* Disable XLOCALEDIR environment variable */
97#undef NO_XLOCALEDIR
98
99/* Name of package */
100#undef PACKAGE
101
102/* Define to the address where bug reports for this package should be sent. */
103#undef PACKAGE_BUGREPORT
104
105/* Define to the full name of this package. */
106#undef PACKAGE_NAME
107
108/* Define to the full name and version of this package. */
109#undef PACKAGE_STRING
110
111/* Define to the one symbol short name of this package. */
112#undef PACKAGE_TARNAME
113
114/* Define to the home page for this package. */
115#undef PACKAGE_URL
116
117/* Define to the version of this package. */
118#undef PACKAGE_VERSION
119
120/* Major version of this package */
121#undef PACKAGE_VERSION_MAJOR
122
123/* Minor version of this package */
124#undef PACKAGE_VERSION_MINOR
125
126/* Patch version of this package */
127#undef PACKAGE_VERSION_PATCHLEVEL
128
129/* Define as the return type of signal handlers (`int' or `void'). */
130#undef RETSIGTYPE
131
132/* Support Secure RPC ("SUN-DES-1") authentication for X11 clients */
133#undef SECURE_RPC
134
135/* Define to 1 if you have the ANSI C header files. */
136#undef STDC_HEADERS
137
138/* Support TCP socket connections */
139#undef TCPCONN
140
141/* launchd support available */
142#undef TRANS_REOPEN
143
144/* Support UNIX socket connections */
145#undef UNIXCONN
146
147/* Split some i18n functions into loadable modules */
148#undef USE_DYNAMIC_LC
149
150/* Use the X cursor library to load cursors */
151#undef USE_DYNAMIC_XCURSOR
152
153/* poll() function is available */
154#undef USE_POLL
155
156/* Enable extensions on AIX 3, Interix.  */
157#ifndef _ALL_SOURCE
158# undef _ALL_SOURCE
159#endif
160/* Enable GNU extensions on systems that have them.  */
161#ifndef _GNU_SOURCE
162# undef _GNU_SOURCE
163#endif
164/* Enable threading extensions on Solaris.  */
165#ifndef _POSIX_PTHREAD_SEMANTICS
166# undef _POSIX_PTHREAD_SEMANTICS
167#endif
168/* Enable extensions on HP NonStop.  */
169#ifndef _TANDEM_SOURCE
170# undef _TANDEM_SOURCE
171#endif
172/* Enable general extensions on Solaris.  */
173#ifndef __EXTENSIONS__
174# undef __EXTENSIONS__
175#endif
176
177
178/* Use XCB for low-level protocol implementation */
179#undef USE_XCB
180
181/* Version number of package */
182#undef VERSION
183
184/* Location of libX11 data */
185#undef X11_DATADIR
186
187/* Location of libX11 library data */
188#undef X11_LIBDIR
189
190/* Include support for XCMS */
191#undef XCMS
192
193/* Location of error message database */
194#undef XERRORDB
195
196/* Enable XF86BIGFONT extension */
197#undef XF86BIGFONT
198
199/* Use XKB */
200#undef XKB
201
202/* Location of keysym database */
203#undef XKEYSYMDB
204
205/* support for X Locales */
206#undef XLOCALE
207
208/* Location of libX11 locale data */
209#undef XLOCALEDATADIR
210
211/* Location of libX11 locale data */
212#undef XLOCALEDIR
213
214/* Location of libX11 locale libraries */
215#undef XLOCALELIBDIR
216
217/* Whether libX11 is compiled with thread support */
218#undef XTHREADS
219
220/* Whether libX11 needs to use MT safe API's */
221#undef XUSE_MTSAFE_API
222
223/* Define to 1 if on MINIX. */
224#undef _MINIX
225
226/* Define to 2 if the system does not provide POSIX.1 features except with
227   this defined. */
228#undef _POSIX_1_SOURCE
229
230/* Define to 1 if you need to in order for `stat' and other things to work. */
231#undef _POSIX_SOURCE
232