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