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