Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(210)

Side by Side Diff: third_party/wayland/include/config.h

Issue 1628333004: Update Wayland to version 1.9.91. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 /* config.h. Generated from config.h.in by configure. */ 1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */ 2 /* config.h.in. Generated from configure.ac by autoheader. */
3 3
4 /* Define to 1 if you have the `accept4' function. */ 4 /* Define to 1 if you have the `accept4' function. */
5 #define HAVE_ACCEPT4 1 5 #define HAVE_ACCEPT4 1
6 6
7 /* Define to 1 if you have the <dlfcn.h> header file. */ 7 /* Define to 1 if you have the <dlfcn.h> header file. */
8 #define HAVE_DLFCN_H 1 8 #define HAVE_DLFCN_H 1
9 9
10 /* Define to 1 if you have the <execinfo.h> header file. */ 10 /* Define to 1 if you have the <execinfo.h> header file. */
11 #define HAVE_EXECINFO_H 1 11 #define HAVE_EXECINFO_H 1
12 12
13 /* Define to 1 if you have the <expat.h> header file. */ 13 /* Define to 1 if you have the <expat.h> header file. */
14 /* #undef HAVE_EXPAT_H */ 14 /* #undef HAVE_EXPAT_H */
15 15
16 /* Define to 1 if you have the <inttypes.h> header file. */ 16 /* Define to 1 if you have the <inttypes.h> header file. */
17 #define HAVE_INTTYPES_H 1 17 #define HAVE_INTTYPES_H 1
18 18
19 /* libxml-2.0 is available */
20 #define HAVE_LIBXML 1
21
19 /* Define to 1 if you have the <memory.h> header file. */ 22 /* Define to 1 if you have the <memory.h> header file. */
20 #define HAVE_MEMORY_H 1 23 #define HAVE_MEMORY_H 1
21 24
22 /* Define to 1 if you have the `mkostemp' function. */ 25 /* Define to 1 if you have the `mkostemp' function. */
23 #define HAVE_MKOSTEMP 1 26 #define HAVE_MKOSTEMP 1
24 27
25 /* Define to 1 if you have the `posix_fallocate' function. */ 28 /* Define to 1 if you have the `posix_fallocate' function. */
26 #define HAVE_POSIX_FALLOCATE 1 29 #define HAVE_POSIX_FALLOCATE 1
27 30
28 /* Define to 1 if you have the <stdint.h> header file. */ 31 /* Define to 1 if you have the <stdint.h> header file. */
(...skipping 18 matching lines...) Expand all
47 #define HAVE_UNISTD_H 1 50 #define HAVE_UNISTD_H 1
48 51
49 /* Define to the sub-directory in which libtool stores uninstalled libraries. 52 /* Define to the sub-directory in which libtool stores uninstalled libraries.
50 */ 53 */
51 #define LT_OBJDIR ".libs/" 54 #define LT_OBJDIR ".libs/"
52 55
53 /* Name of package */ 56 /* Name of package */
54 #define PACKAGE "wayland" 57 #define PACKAGE "wayland"
55 58
56 /* Define to the address where bug reports for this package should be sent. */ 59 /* Define to the address where bug reports for this package should be sent. */
57 #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Wa yland&component=wayland&version=1.9.0" 60 #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Wa yland&component=wayland&version=1.9.91"
58 61
59 /* Define to the full name of this package. */ 62 /* Define to the full name of this package. */
60 #define PACKAGE_NAME "wayland" 63 #define PACKAGE_NAME "wayland"
61 64
62 /* Define to the full name and version of this package. */ 65 /* Define to the full name and version of this package. */
63 #define PACKAGE_STRING "wayland 1.9.0" 66 #define PACKAGE_STRING "wayland 1.9.91"
64 67
65 /* Define to the one symbol short name of this package. */ 68 /* Define to the one symbol short name of this package. */
66 #define PACKAGE_TARNAME "wayland" 69 #define PACKAGE_TARNAME "wayland"
67 70
68 /* Define to the home page for this package. */ 71 /* Define to the home page for this package. */
69 #define PACKAGE_URL "http://wayland.freedesktop.org/" 72 #define PACKAGE_URL "http://wayland.freedesktop.org/"
70 73
71 /* Define to the version of this package. */ 74 /* Define to the version of this package. */
72 #define PACKAGE_VERSION "1.9.0" 75 #define PACKAGE_VERSION "1.9.91"
73 76
74 /* Define to 1 if you have the ANSI C header files. */ 77 /* Define to 1 if you have the ANSI C header files. */
75 #define STDC_HEADERS 1 78 #define STDC_HEADERS 1
76 79
77 /* Version number of package */ 80 /* Version number of package */
78 #define VERSION "1.9.0" 81 #define VERSION "1.9.91"
OLDNEW
« no previous file with comments | « third_party/wayland/README.chromium ('k') | third_party/wayland/include/protocol/wayland-client-protocol.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698