config.h.in revision 1ab64890
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 <memory.h> header file. */
43#undef HAVE_MEMORY_H
44
45/* Define to 1 if you have a working `mmap' system call. */
46#undef HAVE_MMAP
47
48/* Use shl_load to load shared libraries */
49#undef HAVE_SHL_LOAD
50
51/* Define to 1 if you have the <stdint.h> header file. */
52#undef HAVE_STDINT_H
53
54/* Define to 1 if you have the <stdlib.h> header file. */
55#undef HAVE_STDLIB_H
56
57/* Define to 1 if you have the <strings.h> header file. */
58#undef HAVE_STRINGS_H
59
60/* Define to 1 if you have the <string.h> header file. */
61#undef HAVE_STRING_H
62
63/* Define to 1 if you have the `strtol' function. */
64#undef HAVE_STRTOL
65
66/* Define to 1 if you have the <sys/stat.h> header file. */
67#undef HAVE_SYS_STAT_H
68
69/* Define to 1 if you have the <sys/types.h> header file. */
70#undef HAVE_SYS_TYPES_H
71
72/* Define to 1 if you have the <unistd.h> header file. */
73#undef HAVE_UNISTD_H
74
75/* Support IPv6 for TCP connections */
76#undef IPv6
77
78/* Support os-specific local connections */
79#undef LOCALCONN
80
81/* Disable XLOCALEDIR environment variable */
82#undef NO_XLOCALEDIR
83
84/* Name of package */
85#undef PACKAGE
86
87/* Define to the address where bug reports for this package should be sent. */
88#undef PACKAGE_BUGREPORT
89
90/* Define to the full name of this package. */
91#undef PACKAGE_NAME
92
93/* Define to the full name and version of this package. */
94#undef PACKAGE_STRING
95
96/* Define to the one symbol short name of this package. */
97#undef PACKAGE_TARNAME
98
99/* Define to the version of this package. */
100#undef PACKAGE_VERSION
101
102/* Major version of this package */
103#undef PACKAGE_VERSION_MAJOR
104
105/* Minor version of this package */
106#undef PACKAGE_VERSION_MINOR
107
108/* Patch version of this package */
109#undef PACKAGE_VERSION_PATCHLEVEL
110
111/* Define as the return type of signal handlers (`int' or `void'). */
112#undef RETSIGTYPE
113
114/* Support Secure RPC ("SUN-DES-1") authentication for X11 clients */
115#undef SECURE_RPC
116
117/* Define to 1 if you have the ANSI C header files. */
118#undef STDC_HEADERS
119
120/* Support TCP socket connections */
121#undef TCPCONN
122
123/* launchd support available */
124#undef TRANS_REOPEN
125
126/* Support UNIX socket connections */
127#undef UNIXCONN
128
129/* Split some i18n functions into loadable modules */
130#undef USE_DYNAMIC_LC
131
132/* Use the X cursor library to load cursors */
133#undef USE_DYNAMIC_XCURSOR
134
135/* poll() function is available */
136#undef USE_POLL
137
138/* Use XCB for low-level protocol implementation */
139#undef USE_XCB
140
141/* Version number of package */
142#undef VERSION
143
144/* Location of libX11 data */
145#undef X11_DATADIR
146
147/* Location of libX11 library data */
148#undef X11_LIBDIR
149
150/* Include support for XCMS */
151#undef XCMS
152
153/* Location of error message database */
154#undef XERRORDB
155
156/* Enable XF86BIGFONT extension */
157#undef XF86BIGFONT
158
159/* Use XKB */
160#undef XKB
161
162/* Location of keysym database */
163#undef XKEYSYMDB
164
165/* support for X Locales */
166#undef XLOCALE
167
168/* Location of libX11 locale data */
169#undef XLOCALEDATADIR
170
171/* Location of libX11 locale data */
172#undef XLOCALEDIR
173
174/* Location of libX11 locale libraries */
175#undef XLOCALELIBDIR
176
177/* Whether libX11 is compiled with thread support */
178#undef XTHREADS
179
180/* Whether libX11 needs to use MT safe API's */
181#undef XUSE_MTSAFE_API
182
183/* Enable GNU and other extensions to the C environment for glibc */
184#undef _GNU_SOURCE
185