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