Wed Jun 12 06:14:31 2013 UTC ()
udpate for libxcb 1.9.1.


(mrg)
diff -r1.3 -r1.4 xsrc/external/mit/libxcb/include/config.h

cvs diff -r1.3 -r1.4 xsrc/external/mit/libxcb/include/config.h (expand / switch to unified diff)

--- xsrc/external/mit/libxcb/include/config.h 2013/05/31 10:55:03 1.3
+++ xsrc/external/mit/libxcb/include/config.h 2013/06/12 06:14:30 1.4
@@ -62,36 +62,36 @@ @@ -62,36 +62,36 @@
62 */ 62 */
63#define LT_OBJDIR ".libs/" 63#define LT_OBJDIR ".libs/"
64 64
65/* Name of package */ 65/* Name of package */
66#define PACKAGE "libxcb" 66#define PACKAGE "libxcb"
67 67
68/* Define to the address where bug reports for this package should be sent. */ 68/* Define to the address where bug reports for this package should be sent. */
69#define PACKAGE_BUGREPORT "xcb@lists.freedesktop.org" 69#define PACKAGE_BUGREPORT "xcb@lists.freedesktop.org"
70 70
71/* Define to the full name of this package. */ 71/* Define to the full name of this package. */
72#define PACKAGE_NAME "libxcb" 72#define PACKAGE_NAME "libxcb"
73 73
74/* Define to the full name and version of this package. */ 74/* Define to the full name and version of this package. */
75#define PACKAGE_STRING "libxcb 1.9" 75#define PACKAGE_STRING "libxcb 1.9.1"
76 76
77/* Define to the one symbol short name of this package. */ 77/* Define to the one symbol short name of this package. */
78#define PACKAGE_TARNAME "libxcb" 78#define PACKAGE_TARNAME "libxcb"
79 79
80/* Define to the home page for this package. */ 80/* Define to the home page for this package. */
81#define PACKAGE_URL "" 81#define PACKAGE_URL ""
82 82
83/* Define to the version of this package. */ 83/* Define to the version of this package. */
84#define PACKAGE_VERSION "1.9" 84#define PACKAGE_VERSION "1.9.1"
85 85
86/* Define to 1 if you have the ANSI C header files. */ 86/* Define to 1 if you have the ANSI C header files. */
87#define STDC_HEADERS 1 87#define STDC_HEADERS 1
88 88
89/* poll() function is available */ 89/* poll() function is available */
90#define USE_POLL 1 90#define USE_POLL 1
91 91
92/* Enable extensions on AIX 3, Interix. */ 92/* Enable extensions on AIX 3, Interix. */
93#ifndef _ALL_SOURCE 93#ifndef _ALL_SOURCE
94# define _ALL_SOURCE 1 94# define _ALL_SOURCE 1
95#endif 95#endif
96/* Enable GNU extensions on systems that have them. */ 96/* Enable GNU extensions on systems that have them. */
97#ifndef _GNU_SOURCE 97#ifndef _GNU_SOURCE
@@ -102,27 +102,27 @@ @@ -102,27 +102,27 @@
102# define _POSIX_PTHREAD_SEMANTICS 1 102# define _POSIX_PTHREAD_SEMANTICS 1
103#endif 103#endif
104/* Enable extensions on HP NonStop. */ 104/* Enable extensions on HP NonStop. */
105#ifndef _TANDEM_SOURCE 105#ifndef _TANDEM_SOURCE
106# define _TANDEM_SOURCE 1 106# define _TANDEM_SOURCE 1
107#endif 107#endif
108/* Enable general extensions on Solaris. */ 108/* Enable general extensions on Solaris. */
109#ifndef __EXTENSIONS__ 109#ifndef __EXTENSIONS__
110# define __EXTENSIONS__ 1 110# define __EXTENSIONS__ 1
111#endif 111#endif
112 112
113 113
114/* Version number of package */ 114/* Version number of package */
115#define VERSION "1.9" 115#define VERSION "1.9.1"
116 116
117/* XCB buffer queue size */ 117/* XCB buffer queue size */
118#define XCB_QUEUE_BUFFER_SIZE 16384 118#define XCB_QUEUE_BUFFER_SIZE 16384
119 119
120/* Define to 1 if on MINIX. */ 120/* Define to 1 if on MINIX. */
121/* #undef _MINIX */ 121/* #undef _MINIX */
122 122
123/* Define to 2 if the system does not provide POSIX.1 features except with 123/* Define to 2 if the system does not provide POSIX.1 features except with
124 this defined. */ 124 this defined. */
125/* #undef _POSIX_1_SOURCE */ 125/* #undef _POSIX_1_SOURCE */
126 126
127/* Define to 1 if you need to in order for `stat' and other things to work. */ 127/* Define to 1 if you need to in order for `stat' and other things to work. */
128/* #undef _POSIX_SOURCE */ 128/* #undef _POSIX_SOURCE */