config.h.in revision ebe525bc
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 <dlfcn.h> header file. */
19#undef HAVE_DLFCN_H
20
21/* Use dlopen to load shared libraries */
22#undef HAVE_DLOPEN
23
24/* Define to 1 if you have the 'getpagesize' function. */
25#undef HAVE_GETPAGESIZE
26
27/* Define to 1 if you have the <inttypes.h> header file. */
28#undef HAVE_INTTYPES_H
29
30/* launchd support available */
31#undef HAVE_LAUNCHD
32
33/* Define to 1 if you have the 'ws2_32' library (-lws2_32). */
34#undef HAVE_LIBWS2_32
35
36/* Define to 1 if you have the <minix/config.h> header file. */
37#undef HAVE_MINIX_CONFIG_H
38
39/* Define to 1 if you have a working 'mmap' system call. */
40#undef HAVE_MMAP
41
42/* Define to 1 if you have the 'reallocarray' function. */
43#undef HAVE_REALLOCARRAY
44
45/* Define to 1 if you have the 'seteuid' function. */
46#undef HAVE_SETEUID
47
48/* Define to 1 if the system has the type 'socklen_t'. */
49#undef HAVE_SOCKLEN_T
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 <stdio.h> header file. */
55#undef HAVE_STDIO_H
56
57/* Define to 1 if you have the <stdlib.h> header file. */
58#undef HAVE_STDLIB_H
59
60/* Define to 1 if you have the 'strcasecmp' function. */
61#undef HAVE_STRCASECMP
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 'strlcpy' function. */
70#undef HAVE_STRLCPY
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/filio.h> header file. */
76#undef HAVE_SYS_FILIO_H
77
78/* Define to 1 if you have the <sys/ioctl.h> header file. */
79#undef HAVE_SYS_IOCTL_H
80
81/* Define to 1 if you have the <sys/param.h> header file. */
82#undef HAVE_SYS_PARAM_H
83
84/* Define to 1 if you have the <sys/select.h> header file. */
85#undef HAVE_SYS_SELECT_H
86
87/* Define to 1 if you have the <sys/socket.h> header file. */
88#undef HAVE_SYS_SOCKET_H
89
90/* Define to 1 if you have the <sys/stat.h> header file. */
91#undef HAVE_SYS_STAT_H
92
93/* Define to 1 if you have the <sys/types.h> header file. */
94#undef HAVE_SYS_TYPES_H
95
96/* Define to 1 if you have the <unistd.h> header file. */
97#undef HAVE_UNISTD_H
98
99/* Define to 1 if you have the <wchar.h> header file. */
100#undef HAVE_WCHAR_H
101
102/* Define to 1 if the system has the `__builtin_popcountl' built-in function
103   */
104#undef HAVE___BUILTIN_POPCOUNTL
105
106/* Support IPv6 for TCP connections */
107#undef IPv6
108
109/* Support os-specific local connections */
110#undef LOCALCONN
111
112/* Define to the sub-directory where libtool stores uninstalled libraries. */
113#undef LT_OBJDIR
114
115/* Disable XLOCALEDIR environment variable */
116#undef NO_XLOCALEDIR
117
118/* Name of package */
119#undef PACKAGE
120
121/* Define to the address where bug reports for this package should be sent. */
122#undef PACKAGE_BUGREPORT
123
124/* Define to the full name of this package. */
125#undef PACKAGE_NAME
126
127/* Define to the full name and version of this package. */
128#undef PACKAGE_STRING
129
130/* Define to the one symbol short name of this package. */
131#undef PACKAGE_TARNAME
132
133/* Define to the home page for this package. */
134#undef PACKAGE_URL
135
136/* Define to the version of this package. */
137#undef PACKAGE_VERSION
138
139/* Major version of this package */
140#undef PACKAGE_VERSION_MAJOR
141
142/* Minor version of this package */
143#undef PACKAGE_VERSION_MINOR
144
145/* Patch version of this package */
146#undef PACKAGE_VERSION_PATCHLEVEL
147
148/* Define to 1 if all of the C89 standard headers exist (not just the ones
149   required in a freestanding environment). This macro is provided for
150   backward compatibility; new code need not use it. */
151#undef STDC_HEADERS
152
153/* Support TCP socket connections */
154#undef TCPCONN
155
156/* launchd support available */
157#undef TRANS_REOPEN
158
159/* Support UNIX socket connections */
160#undef UNIXCONN
161
162/* Split some i18n functions into loadable modules */
163#undef USE_DYNAMIC_LC
164
165/* Use the X cursor library to load cursors */
166#undef USE_DYNAMIC_XCURSOR
167
168/* poll() function is available */
169#undef USE_POLL
170
171/* Enable extensions on AIX, Interix, z/OS.  */
172#ifndef _ALL_SOURCE
173# undef _ALL_SOURCE
174#endif
175/* Enable general extensions on macOS.  */
176#ifndef _DARWIN_C_SOURCE
177# undef _DARWIN_C_SOURCE
178#endif
179/* Enable general extensions on Solaris.  */
180#ifndef __EXTENSIONS__
181# undef __EXTENSIONS__
182#endif
183/* Enable GNU extensions on systems that have them.  */
184#ifndef _GNU_SOURCE
185# undef _GNU_SOURCE
186#endif
187/* Enable X/Open compliant socket functions that do not require linking
188   with -lxnet on HP-UX 11.11.  */
189#ifndef _HPUX_ALT_XOPEN_SOCKET_API
190# undef _HPUX_ALT_XOPEN_SOCKET_API
191#endif
192/* Identify the host operating system as Minix.
193   This macro does not affect the system headers' behavior.
194   A future release of Autoconf may stop defining this macro.  */
195#ifndef _MINIX
196# undef _MINIX
197#endif
198/* Enable general extensions on NetBSD.
199   Enable NetBSD compatibility extensions on Minix.  */
200#ifndef _NETBSD_SOURCE
201# undef _NETBSD_SOURCE
202#endif
203/* Enable OpenBSD compatibility extensions on NetBSD.
204   Oddly enough, this does nothing on OpenBSD.  */
205#ifndef _OPENBSD_SOURCE
206# undef _OPENBSD_SOURCE
207#endif
208/* Define to 1 if needed for POSIX-compatible behavior.  */
209#ifndef _POSIX_SOURCE
210# undef _POSIX_SOURCE
211#endif
212/* Define to 2 if needed for POSIX-compatible behavior.  */
213#ifndef _POSIX_1_SOURCE
214# undef _POSIX_1_SOURCE
215#endif
216/* Enable POSIX-compatible threading on Solaris.  */
217#ifndef _POSIX_PTHREAD_SEMANTICS
218# undef _POSIX_PTHREAD_SEMANTICS
219#endif
220/* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
221#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
222# undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
223#endif
224/* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
225#ifndef __STDC_WANT_IEC_60559_BFP_EXT__
226# undef __STDC_WANT_IEC_60559_BFP_EXT__
227#endif
228/* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
229#ifndef __STDC_WANT_IEC_60559_DFP_EXT__
230# undef __STDC_WANT_IEC_60559_DFP_EXT__
231#endif
232/* Enable extensions specified by C23 Annex F.  */
233#ifndef __STDC_WANT_IEC_60559_EXT__
234# undef __STDC_WANT_IEC_60559_EXT__
235#endif
236/* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
237#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
238# undef __STDC_WANT_IEC_60559_FUNCS_EXT__
239#endif
240/* Enable extensions specified by C23 Annex H and ISO/IEC TS 18661-3:2015.  */
241#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
242# undef __STDC_WANT_IEC_60559_TYPES_EXT__
243#endif
244/* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
245#ifndef __STDC_WANT_LIB_EXT2__
246# undef __STDC_WANT_LIB_EXT2__
247#endif
248/* Enable extensions specified by ISO/IEC 24747:2009.  */
249#ifndef __STDC_WANT_MATH_SPEC_FUNCS__
250# undef __STDC_WANT_MATH_SPEC_FUNCS__
251#endif
252/* Enable extensions on HP NonStop.  */
253#ifndef _TANDEM_SOURCE
254# undef _TANDEM_SOURCE
255#endif
256/* Enable X/Open extensions.  Define to 500 only if necessary
257   to make mbstate_t available.  */
258#ifndef _XOPEN_SOURCE
259# undef _XOPEN_SOURCE
260#endif
261
262
263/* Call XInitThreads() from the library constructor */
264#undef USE_THREAD_SAFETY_CONSTRUCTOR
265
266/* Version number of package */
267#undef VERSION
268
269/* Location of libX11 data */
270#undef X11_DATADIR
271
272/* Location of libX11 library data */
273#undef X11_LIBDIR
274
275/* Include support for XCMS */
276#undef XCMS
277
278/* Location of error message database */
279#undef XERRORDB
280
281/* Enable XF86BIGFONT extension */
282#undef XF86BIGFONT
283
284/* Use XKB */
285#undef XKB
286
287/* Location of keysym database */
288#undef XKEYSYMDB
289
290/* support for X Locales */
291#undef XLOCALE
292
293/* Location of libX11 locale data */
294#undef XLOCALEDATADIR
295
296/* Location of libX11 locale data */
297#undef XLOCALEDIR
298
299/* Location of libX11 locale libraries */
300#undef XLOCALELIBDIR
301
302/* Whether libX11 is compiled with thread support */
303#undef XTHREADS
304
305/* Whether libX11 needs to use MT safe API's */
306#undef XUSE_MTSAFE_API
307
308/* Number of bits in a file offset, on hosts where this is settable. */
309#undef _FILE_OFFSET_BITS
310
311/* Define to 1 on platforms where this makes off_t a 64-bit type. */
312#undef _LARGE_FILES
313
314/* Number of bits in time_t, on hosts where this is settable. */
315#undef _TIME_BITS
316
317/* Defined if needed to expose struct msghdr.msg_control */
318#undef _XOPEN_SOURCE
319
320/* Define to 1 on platforms where this makes time_t a 64-bit type. */
321#undef __MINGW_USE_VC2005_COMPAT
322