• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 HAVE_LIBEVDEV_DISABLE_PROPERTY 0
9 
10 #define HAVE_LIBWACOM 0
11 
12 #define HAVE_LOCALE_H 1
13 
14 #ifndef __MUSL__
15 #undef HAVE_VERSIONSORT
16 #else
17 #define HAVE_VERSIONSORT 1
18 #endif
19 #define HTTP_DOC_LINK "https://wayland.freedesktop.org/libinput/doc/latest"
20 
21 #define LIBINPUT_QUIRKS_DIR "/usr/share/libinput"
22 
23 #define LIBINPUT_QUIRKS_OVERRIDE_FILE "/etc/libinput/local-overrides.quirks"
24 
25 #undef NDEBUG
26 #define LIBINPUT_TOOL_PATH ""
27 #define LIBINPUT_QUIRKS_SRCDIR ""
28 #define MESON_BUILD_ROOT ""
29 #ifndef static_assert
30 # ifdef _Static_assert
31 #  define static_assert(cond, msg) _Static_assert(cond, msg)
32 # else
33 #  define static_assert(cond, msg)
34 # endif
35 #endif
36 
37 #define index strchr
38 #define ffs __builtin_ffs
39