XCB
1.9.3
|
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 "xcb@lists.freedesktop.org" 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.9.3" 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.9.3" 00088 00089 /* Define to 1 if you have the ANSI C header files. */ 00090 #define STDC_HEADERS 1 00091 00092 /* poll() function is available */ 00093 #define USE_POLL 1 00094 00095 /* Enable extensions on AIX 3, Interix. */ 00096 #ifndef _ALL_SOURCE 00097 # define _ALL_SOURCE 1 00098 #endif 00099 /* Enable GNU extensions on systems that have them. */ 00100 #ifndef _GNU_SOURCE 00101 # define _GNU_SOURCE 1 00102 #endif 00103 /* Enable threading extensions on Solaris. */ 00104 #ifndef _POSIX_PTHREAD_SEMANTICS 00105 # define _POSIX_PTHREAD_SEMANTICS 1 00106 #endif 00107 /* Enable extensions on HP NonStop. */ 00108 #ifndef _TANDEM_SOURCE 00109 # define _TANDEM_SOURCE 1 00110 #endif 00111 /* Enable general extensions on Solaris. */ 00112 #ifndef __EXTENSIONS__ 00113 # define __EXTENSIONS__ 1 00114 #endif 00115 00116 00117 /* Version number of package */ 00118 #define VERSION "1.9.3" 00119 00120 /* XCB buffer queue size */ 00121 #define XCB_QUEUE_BUFFER_SIZE 16384 00122 00123 /* Define to 1 if on MINIX. */ 00124 /* #undef _MINIX */ 00125 00126 /* Define to 2 if the system does not provide POSIX.1 features except with 00127 this defined. */ 00128 /* #undef _POSIX_1_SOURCE */ 00129 00130 /* Define to 1 if you need to in order for `stat' and other things to work. */ 00131 /* #undef _POSIX_SOURCE */ 00132 00133 /* Defined if needed to expose struct msghdr.msg_control */ 00134 /* #undef _XOPEN_SOURCE */