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