config.h.in revision 0f8248bf
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/* Define to 1 if you have the `seteuid' function. */
52#undef HAVE_SETEUID
53
54/* Use shl_load to load shared libraries */
55#undef HAVE_SHL_LOAD
56
57/* Define to 1 if the system has the type `socklen_t'. */
58#undef HAVE_SOCKLEN_T
59
60/* Define to 1 if you have the <stdint.h> header file. */
61#undef HAVE_STDINT_H
62
63/* Define to 1 if you have the <stdlib.h> header file. */
64#undef HAVE_STDLIB_H
65
66/* Define to 1 if you have the <strings.h> header file. */
67#undef HAVE_STRINGS_H
68
69/* Define to 1 if you have the <string.h> header file. */
70#undef HAVE_STRING_H
71
72/* Define to 1 if you have the `strtol' function. */
73#undef HAVE_STRTOL
74
75/* Define to 1 if you have the <sys/param.h> header file. */
76#undef HAVE_SYS_PARAM_H
77
78/* Define to 1 if you have the <sys/select.h> header file. */
79#undef HAVE_SYS_SELECT_H
80
81/* Define to 1 if you have the <sys/stat.h> header file. */
82#undef HAVE_SYS_STAT_H
83
84/* Define to 1 if you have the <sys/types.h> header file. */
85#undef HAVE_SYS_TYPES_H
86
87/* Define to 1 if you have the <unistd.h> header file. */
88#undef HAVE_UNISTD_H
89
90/* Support IPv6 for TCP connections */
91#undef IPv6
92
93/* Support os-specific local connections */
94#undef LOCALCONN
95
96/* preference sorted list of transport types to try for local connections */
97#undef LOCAL_TRANSPORT_LIST
98
99/* Define to the sub-directory in which libtool stores uninstalled libraries.
100   */
101#undef LT_OBJDIR
102
103/* Disable XLOCALEDIR environment variable */
104#undef NO_XLOCALEDIR
105
106/* Name of package */
107#undef PACKAGE
108
109/* Define to the address where bug reports for this package should be sent. */
110#undef PACKAGE_BUGREPORT
111
112/* Define to the full name of this package. */
113#undef PACKAGE_NAME
114
115/* Define to the full name and version of this package. */
116#undef PACKAGE_STRING
117
118/* Define to the one symbol short name of this package. */
119#undef PACKAGE_TARNAME
120
121/* Define to the home page for this package. */
122#undef PACKAGE_URL
123
124/* Define to the version of this package. */
125#undef PACKAGE_VERSION
126
127/* Major version of this package */
128#undef PACKAGE_VERSION_MAJOR
129
130/* Minor version of this package */
131#undef PACKAGE_VERSION_MINOR
132
133/* Patch version of this package */
134#undef PACKAGE_VERSION_PATCHLEVEL
135
136/* Support Secure RPC ("SUN-DES-1") authentication for X11 clients */
137#undef SECURE_RPC
138
139/* Define to 1 if you have the ANSI C header files. */
140#undef STDC_HEADERS
141
142/* Support TCP socket connections */
143#undef TCPCONN
144
145/* launchd support available */
146#undef TRANS_REOPEN
147
148/* Support UNIX socket connections */
149#undef UNIXCONN
150
151/* Split some i18n functions into loadable modules */
152#undef USE_DYNAMIC_LC
153
154/* Use the X cursor library to load cursors */
155#undef USE_DYNAMIC_XCURSOR
156
157/* poll() function is available */
158#undef USE_POLL
159
160/* Enable extensions on AIX 3, Interix.  */
161#ifndef _ALL_SOURCE
162# undef _ALL_SOURCE
163#endif
164/* Enable GNU extensions on systems that have them.  */
165#ifndef _GNU_SOURCE
166# undef _GNU_SOURCE
167#endif
168/* Enable threading extensions on Solaris.  */
169#ifndef _POSIX_PTHREAD_SEMANTICS
170# undef _POSIX_PTHREAD_SEMANTICS
171#endif
172/* Enable extensions on HP NonStop.  */
173#ifndef _TANDEM_SOURCE
174# undef _TANDEM_SOURCE
175#endif
176/* Enable general extensions on Solaris.  */
177#ifndef __EXTENSIONS__
178# undef __EXTENSIONS__
179#endif
180
181
182/* Version number of package */
183#undef VERSION
184
185/* Location of libX11 data */
186#undef X11_DATADIR
187
188/* Location of libX11 library data */
189#undef X11_LIBDIR
190
191/* Include support for XCMS */
192#undef XCMS
193
194/* Location of error message database */
195#undef XERRORDB
196
197/* Enable XF86BIGFONT extension */
198#undef XF86BIGFONT
199
200/* Use XKB */
201#undef XKB
202
203/* Location of keysym database */
204#undef XKEYSYMDB
205
206/* support for X Locales */
207#undef XLOCALE
208
209/* Location of libX11 locale data */
210#undef XLOCALEDATADIR
211
212/* Location of libX11 locale data */
213#undef XLOCALEDIR
214
215/* Location of libX11 locale libraries */
216#undef XLOCALELIBDIR
217
218/* Whether libX11 is compiled with thread support */
219#undef XTHREADS
220
221/* Whether libX11 needs to use MT safe API's */
222#undef XUSE_MTSAFE_API
223
224/* Define to 1 if on MINIX. */
225#undef _MINIX
226
227/* Define to 2 if the system does not provide POSIX.1 features except with
228   this defined. */
229#undef _POSIX_1_SOURCE
230
231/* Define to 1 if you need to in order for `stat' and other things to work. */
232#undef _POSIX_SOURCE
233
234/* Defined if needed to expose struct msghdr.msg_control */
235#undef _XOPEN_SOURCE
236