XCB
1.13.1
|
00001 /* src/config.h. Generated from config.h.in by configure. */ 00002 /* src/config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* Defined if GCC supports the visibility feature */ 00005 #define GCC_HAS_VISIBILITY 00006 00007 /* Has Wraphelp.c needed for XDM AUTH protocols */ 00008 #define HASXDMAUTH 1 00009 00010 /* Define if your platform supports abstract sockets */ 00011 #define HAVE_ABSTRACT_SOCKETS 1 00012 00013 /* Define to 1 if you have the <dlfcn.h> header file. */ 00014 #define HAVE_DLFCN_H 1 00015 00016 /* getaddrinfo() function is available */ 00017 #define HAVE_GETADDRINFO 1 00018 00019 /* Define to 1 if you have the <inttypes.h> header file. */ 00020 #define HAVE_INTTYPES_H 1 00021 00022 /* Define to 1 if you have the `is_system_labeled' function. */ 00023 /* #undef HAVE_IS_SYSTEM_LABELED */ 00024 00025 /* launchd support available */ 00026 /* #undef HAVE_LAUNCHD */ 00027 00028 /* Define to 1 if you have the `ws2_32' library (-lws2_32). */ 00029 /* #undef HAVE_LIBWS2_32 */ 00030 00031 /* Define to 1 if you have the <memory.h> header file. */ 00032 #define HAVE_MEMORY_H 1 00033 00034 /* Define if your platform supports sendmsg */ 00035 #define HAVE_SENDMSG 1 00036 00037 /* Have the sockaddr_un.sun_len member. */ 00038 /* #undef HAVE_SOCKADDR_SUN_LEN */ 00039 00040 /* Define to 1 if you have the <stdint.h> header file. */ 00041 #define HAVE_STDINT_H 1 00042 00043 /* Define to 1 if you have the <stdlib.h> header file. */ 00044 #define HAVE_STDLIB_H 1 00045 00046 /* Define to 1 if you have the <strings.h> header file. */ 00047 #define HAVE_STRINGS_H 1 00048 00049 /* Define to 1 if you have the <string.h> header file. */ 00050 #define HAVE_STRING_H 1 00051 00052 /* Define to 1 if you have the <sys/stat.h> header file. */ 00053 #define HAVE_SYS_STAT_H 1 00054 00055 /* Define to 1 if you have the <sys/types.h> header file. */ 00056 #define HAVE_SYS_TYPES_H 1 00057 00058 /* Define to 1 if you have the <tsol/label.h> header file. */ 00059 /* #undef HAVE_TSOL_LABEL_H */ 00060 00061 /* Define to 1 if you have the <unistd.h> header file. */ 00062 #define HAVE_UNISTD_H 1 00063 00064 /* Define if not provided by <limits.h> */ 00065 /* #undef IOV_MAX */ 00066 00067 /* Define to the sub-directory in which libtool stores uninstalled libraries. 00068 */ 00069 #define LT_OBJDIR ".libs/" 00070 00071 /* Name of package */ 00072 #define PACKAGE "libxcb" 00073 00074 /* Define to the address where bug reports for this package should be sent. */ 00075 #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xcb" 00076 00077 /* Define to the full name of this package. */ 00078 #define PACKAGE_NAME "libxcb" 00079 00080 /* Define to the full name and version of this package. */ 00081 #define PACKAGE_STRING "libxcb 1.13.1" 00082 00083 /* Define to the one symbol short name of this package. */ 00084 #define PACKAGE_TARNAME "libxcb" 00085 00086 /* Define to the home page for this package. */ 00087 #define PACKAGE_URL "" 00088 00089 /* Define to the version of this package. */ 00090 #define PACKAGE_VERSION "1.13.1" 00091 00092 /* Major version of this package */ 00093 #define PACKAGE_VERSION_MAJOR 1 00094 00095 /* Minor version of this package */ 00096 #define PACKAGE_VERSION_MINOR 13 00097 00098 /* Patch version of this package */ 00099 #define PACKAGE_VERSION_PATCHLEVEL 1 00100 00101 /* Define to 1 if you have the ANSI C header files. */ 00102 #define STDC_HEADERS 1 00103 00104 /* poll() function is available */ 00105 #define USE_POLL 1 00106 00107 /* Enable extensions on AIX 3, Interix. */ 00108 #ifndef _ALL_SOURCE 00109 # define _ALL_SOURCE 1 00110 #endif 00111 /* Enable GNU extensions on systems that have them. */ 00112 #ifndef _GNU_SOURCE 00113 # define _GNU_SOURCE 1 00114 #endif 00115 /* Enable threading extensions on Solaris. */ 00116 #ifndef _POSIX_PTHREAD_SEMANTICS 00117 # define _POSIX_PTHREAD_SEMANTICS 1 00118 #endif 00119 /* Enable extensions on HP NonStop. */ 00120 #ifndef _TANDEM_SOURCE 00121 # define _TANDEM_SOURCE 1 00122 #endif 00123 /* Enable general extensions on Solaris. */ 00124 #ifndef __EXTENSIONS__ 00125 # define __EXTENSIONS__ 1 00126 #endif 00127 00128 00129 /* Version number of package */ 00130 #define VERSION "1.13.1" 00131 00132 /* XCB buffer queue size */ 00133 #define XCB_QUEUE_BUFFER_SIZE 16384 00134 00135 /* Define to 1 if on MINIX. */ 00136 /* #undef _MINIX */ 00137 00138 /* Define to 2 if the system does not provide POSIX.1 features except with 00139 this defined. */ 00140 /* #undef _POSIX_1_SOURCE */ 00141 00142 /* Define to 1 if you need to in order for `stat' and other things to work. */ 00143 /* #undef _POSIX_SOURCE */ 00144 00145 /* Defined if needed to expose struct msghdr.msg_control */ 00146 /* #undef _XOPEN_SOURCE */