1/* src/config.h.  Generated from config.h.in by configure.  */
2/* src/config.h.in.  Generated from configure.ac by autoheader.  */
3
4/* Defined if GCC supports the visibility feature */
5#define GCC_HAS_VISIBILITY /**/
6
7/* Has Wraphelp.c needed for XDM AUTH protocols */
8#define HASXDMAUTH 1
9
10/* Define if your platform supports abstract sockets */
11/* #undef HAVE_ABSTRACT_SOCKETS */
12
13/* Define to 1 if you have the <dlfcn.h> header file. */
14#define HAVE_DLFCN_H 1
15
16/* getaddrinfo() function is available */
17#define HAVE_GETADDRINFO 1
18
19/* Define to 1 if you have the <inttypes.h> header file. */
20#define HAVE_INTTYPES_H 1
21
22/* Define to 1 if you have the `is_system_labeled' function. */
23/* #undef HAVE_IS_SYSTEM_LABELED */
24
25/* launchd support available */
26/* #undef HAVE_LAUNCHD */
27
28/* Define to 1 if you have the `ws2_32' library (-lws2_32). */
29/* #undef HAVE_LIBWS2_32 */
30
31/* Define to 1 if you have the <minix/config.h> header file. */
32/* #undef HAVE_MINIX_CONFIG_H */
33
34/* Define if your platform supports sendmsg */
35#define HAVE_SENDMSG 1
36
37/* Have the sockaddr_un.sun_len member. */
38#define HAVE_SOCKADDR_SUN_LEN 1
39
40/* Define to 1 if you have the <stdint.h> header file. */
41#define HAVE_STDINT_H 1
42
43/* Define to 1 if you have the <stdio.h> header file. */
44#define HAVE_STDIO_H 1
45
46/* Define to 1 if you have the <stdlib.h> header file. */
47#define HAVE_STDLIB_H 1
48
49/* Define to 1 if you have the <strings.h> header file. */
50#define HAVE_STRINGS_H 1
51
52/* Define to 1 if you have the <string.h> header file. */
53#define HAVE_STRING_H 1
54
55/* Define to 1 if you have the <sys/stat.h> header file. */
56#define HAVE_SYS_STAT_H 1
57
58/* Define to 1 if you have the <sys/types.h> header file. */
59#define HAVE_SYS_TYPES_H 1
60
61/* Define to 1 if you have the <tsol/label.h> header file. */
62/* #undef HAVE_TSOL_LABEL_H */
63
64/* Define to 1 if you have the <unistd.h> header file. */
65#define HAVE_UNISTD_H 1
66
67/* Define to 1 if you have the <wchar.h> header file. */
68#define HAVE_WCHAR_H 1
69
70/* Define if not provided by <limits.h> */
71/* #undef IOV_MAX */
72
73/* Define to the sub-directory where libtool stores uninstalled libraries. */
74#define LT_OBJDIR ".libs/"
75
76/* Name of package */
77#define PACKAGE "libxcb"
78
79/* Define to the address where bug reports for this package should be sent. */
80#define PACKAGE_BUGREPORT "https://gitlab.freedesktop.org/xorg/lib/libxcb/issues"
81
82/* Define to the full name of this package. */
83#define PACKAGE_NAME "libxcb"
84
85/* Define to the full name and version of this package. */
86#define PACKAGE_STRING "libxcb 1.15"
87
88/* Define to the one symbol short name of this package. */
89#define PACKAGE_TARNAME "libxcb"
90
91/* Define to the home page for this package. */
92#define PACKAGE_URL ""
93
94/* Define to the version of this package. */
95#define PACKAGE_VERSION "1.15"
96
97/* Major version of this package */
98#define PACKAGE_VERSION_MAJOR 1
99
100/* Minor version of this package */
101#define PACKAGE_VERSION_MINOR 15
102
103/* Patch version of this package */
104#define PACKAGE_VERSION_PATCHLEVEL 0
105
106/* Define to 1 if all of the C90 standard headers exist (not just the ones
107   required in a freestanding environment). This macro is provided for
108   backward compatibility; new code need not use it. */
109#define STDC_HEADERS 1
110
111/* poll() function is available */
112#define USE_POLL 1
113
114/* Enable extensions on AIX 3, Interix.  */
115#ifndef _ALL_SOURCE
116# define _ALL_SOURCE 1
117#endif
118/* Enable general extensions on macOS.  */
119#ifndef _DARWIN_C_SOURCE
120# define _DARWIN_C_SOURCE 1
121#endif
122/* Enable general extensions on Solaris.  */
123#ifndef __EXTENSIONS__
124# define __EXTENSIONS__ 1
125#endif
126/* Enable GNU extensions on systems that have them.  */
127#ifndef _GNU_SOURCE
128# define _GNU_SOURCE 1
129#endif
130/* Enable X/Open compliant socket functions that do not require linking
131   with -lxnet on HP-UX 11.11.  */
132#ifndef _HPUX_ALT_XOPEN_SOCKET_API
133# define _HPUX_ALT_XOPEN_SOCKET_API 1
134#endif
135/* Identify the host operating system as Minix.
136   This macro does not affect the system headers' behavior.
137   A future release of Autoconf may stop defining this macro.  */
138#ifndef _MINIX
139/* # undef _MINIX */
140#endif
141/* Enable general extensions on NetBSD.
142   Enable NetBSD compatibility extensions on Minix.  */
143#ifndef _NETBSD_SOURCE
144# define _NETBSD_SOURCE 1
145#endif
146/* Enable OpenBSD compatibility extensions on NetBSD.
147   Oddly enough, this does nothing on OpenBSD.  */
148#ifndef _OPENBSD_SOURCE
149# define _OPENBSD_SOURCE 1
150#endif
151/* Define to 1 if needed for POSIX-compatible behavior.  */
152#ifndef _POSIX_SOURCE
153/* # undef _POSIX_SOURCE */
154#endif
155/* Define to 2 if needed for POSIX-compatible behavior.  */
156#ifndef _POSIX_1_SOURCE
157/* # undef _POSIX_1_SOURCE */
158#endif
159/* Enable POSIX-compatible threading on Solaris.  */
160#ifndef _POSIX_PTHREAD_SEMANTICS
161# define _POSIX_PTHREAD_SEMANTICS 1
162#endif
163/* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
164#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
165# define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
166#endif
167/* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
168#ifndef __STDC_WANT_IEC_60559_BFP_EXT__
169# define __STDC_WANT_IEC_60559_BFP_EXT__ 1
170#endif
171/* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
172#ifndef __STDC_WANT_IEC_60559_DFP_EXT__
173# define __STDC_WANT_IEC_60559_DFP_EXT__ 1
174#endif
175/* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
176#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
177# define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
178#endif
179/* Enable extensions specified by ISO/IEC TS 18661-3:2015.  */
180#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
181# define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
182#endif
183/* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
184#ifndef __STDC_WANT_LIB_EXT2__
185# define __STDC_WANT_LIB_EXT2__ 1
186#endif
187/* Enable extensions specified by ISO/IEC 24747:2009.  */
188#ifndef __STDC_WANT_MATH_SPEC_FUNCS__
189# define __STDC_WANT_MATH_SPEC_FUNCS__ 1
190#endif
191/* Enable extensions on HP NonStop.  */
192#ifndef _TANDEM_SOURCE
193# define _TANDEM_SOURCE 1
194#endif
195/* Enable X/Open extensions.  Define to 500 only if necessary
196   to make mbstate_t available.  */
197#ifndef _XOPEN_SOURCE
198/* # undef _XOPEN_SOURCE */
199#endif
200
201
202/* Version number of package */
203#define VERSION "1.15"
204
205/* XCB buffer queue size */
206#define XCB_QUEUE_BUFFER_SIZE 16384
207
208/* Defined if needed to expose struct msghdr.msg_control */
209/* #undef _XOPEN_SOURCE */
210