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