1 /*
2  * Autogenerated by the Meson build system.
3  * Do not edit, your changes will be lost.
4  */
5 
6 #pragma once
7 
8 #define BUILD_FBDEV_COMPOSITOR 1
9 
10 #define BUILD_HEADLESS_COMPOSITOR 1
11 
12 #define BUILD_WAYLAND_COMPOSITOR 1
13 
14 #define BUILD_X11_COMPOSITOR 1
15 
16 #define ENABLE_EGL 1
17 
18 #define ENABLE_JUNIT_XML 1
19 
20 #define HAVE_INITGROUPS 1
21 
22 #define HAVE_LIBDRM_INTEL 1
23 
24 #define HAVE_LINUX_SYNC_FILE_H 1
25 
26 #define HAVE_MKOSTEMP 1
27 
28 #define HAVE_PANGO 1
29 
30 #define HAVE_POSIX_FALLOCATE 1
31 
32 #define HAVE_STRCHRNUL 1
33 
34 #define HAVE_XCB_XKB 1
35 
36 #define HAVE_XKBCOMMON_COMPOSE 1
37 
38 #define MAJOR_IN_SYSMACROS 1
39 
40 #define PACKAGE_BUGREPORT \
41   "https://gitlab.freedesktop.org/wayland/weston/issues/"
42 
43 #define PACKAGE_STRING "weston 6.0.91"
44 
45 #define PACKAGE_URL "https://wayland.freedesktop.org"
46 
47 #define PACKAGE_VERSION "6.0.91"
48 
49 #define USE_RESIZE_POOL 1
50 
51 #define VERSION "6.0.91"
52 
53 #define WESTON_NATIVE_BACKEND "wayland-backend.so"
54 
55 #define WESTON_SHELL_CLIENT "weston-desktop-shell"
56 
57 #define _ALL_SOURCE 1
58 
59 #define _GNU_SOURCE 1
60 
61 __attribute__((visibility("default"))) int main(int argc, char* argv[]);
62