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 where libtool stores uninstalled libraries. */ 00068 #define LT_OBJDIR ".libs/" 00069 00070 /* Name of package */ 00071 #define PACKAGE "libxcb" 00072 00073 /* Define to the address where bug reports for this package should be sent. */ 00074 #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xcb" 00075 00076 /* Define to the full name of this package. */ 00077 #define PACKAGE_NAME "libxcb" 00078 00079 /* Define to the full name and version of this package. */ 00080 #define PACKAGE_STRING "libxcb 1.12" 00081 00082 /* Define to the one symbol short name of this package. */ 00083 #define PACKAGE_TARNAME "libxcb" 00084 00085 /* Define to the home page for this package. */ 00086 #define PACKAGE_URL "" 00087 00088 /* Define to the version of this package. */ 00089 #define PACKAGE_VERSION "1.12" 00090 00091 /* Major version of this package */ 00092 #define PACKAGE_VERSION_MAJOR 1 00093 00094 /* Minor version of this package */ 00095 #define PACKAGE_VERSION_MINOR 12 00096 00097 /* Patch version of this package */ 00098 #define PACKAGE_VERSION_PATCHLEVEL 0 00099 00100 /* Define to 1 if you have the ANSI C header files. */ 00101 #define STDC_HEADERS 1 00102 00103 /* poll() function is available */ 00104 #define USE_POLL 1 00105 00106 /* Enable extensions on AIX 3, Interix. */ 00107 #ifndef _ALL_SOURCE 00108 # define _ALL_SOURCE 1 00109 #endif 00110 /* Enable GNU extensions on systems that have them. */ 00111 #ifndef _GNU_SOURCE 00112 # define _GNU_SOURCE 1 00113 #endif 00114 /* Enable threading extensions on Solaris. */ 00115 #ifndef _POSIX_PTHREAD_SEMANTICS 00116 # define _POSIX_PTHREAD_SEMANTICS 1 00117 #endif 00118 /* Enable extensions on HP NonStop. */ 00119 #ifndef _TANDEM_SOURCE 00120 # define _TANDEM_SOURCE 1 00121 #endif 00122 /* Enable general extensions on Solaris. */ 00123 #ifndef __EXTENSIONS__ 00124 # define __EXTENSIONS__ 1 00125 #endif 00126 00127 00128 /* Version number of package */ 00129 #define VERSION "1.12" 00130 00131 /* XCB buffer queue size */ 00132 #define XCB_QUEUE_BUFFER_SIZE 16384 00133 00134 /* Define to 1 if on MINIX. */ 00135 /* #undef _MINIX */ 00136 00137 /* Define to 2 if the system does not provide POSIX.1 features except with 00138 this defined. */ 00139 /* #undef _POSIX_1_SOURCE */ 00140 00141 /* Define to 1 if you need to in order for `stat' and other things to work. */ 00142 /* #undef _POSIX_SOURCE */ 00143 00144 /* Defined if needed to expose struct msghdr.msg_control */ 00145 /* #undef _XOPEN_SOURCE */