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_DEBUG_GUI 1 9 10 #define HAVE_GSTACK 0 11 12 #define HAVE_GTK3 1 13 14 #define HAVE_GTK4 0 15 16 #define HAVE_GTK_WAYLAND 1 17 18 #define HAVE_GTK_X11 1 19 20 #define HAVE_INSTALLED_TESTS 0 21 22 #define HAVE_LIBEVDEV_DISABLE_PROPERTY 1 23 24 #define HAVE_LIBSYSTEMD 0 25 26 #define HAVE_LIBWACOM 0 27 28 #define HAVE_LOCALE_H 1 29 30 #ifndef __MUSL__ 31 #undef HAVE_VERSIONSORT 32 #else 33 #define HAVE_VERSIONSORT 1 34 #endif 35 36 #define HTTP_DOC_LINK "https://wayland.freedesktop.org/libinput/doc/1.25.0" 37 38 #define LIBINPUT_QUIRKS_DIR "/etc/libinput/quirks" 39 40 #define LIBINPUT_QUIRKS_OVERRIDE_FILE "/etc/libinput/quirks/local-overrides.quirks" 41 42 #define LIBINPUT_QUIRKS_SRCDIR "/etc/libinput/quirks" 43 44 #define LIBINPUT_TOOL_PATH "/data/libinput" 45 46 #define MESON_BUILD_ROOT "/data/libinput" 47 48 #define _GNU_SOURCE 1 49 50 #undef NDEBUG 51 #ifndef static_assert 52 # ifdef _Static_assert 53 # define static_assert(cond, msg) _Static_assert(cond, msg) 54 # else 55 # define static_assert(cond, msg) 56 # endif 57 #endif 58 59 #define index strchr 60 #define ffs __builtin_ffs 61 62 #ifdef HAVE_LIBINPUT_LOG_ENABLE 63 #define _LIBINPUT_LOG_DIR "/data/log/libinput" 64 #define _LIBINPUT_LOG_PATH "/data/log/libinput/libinput.log" 65 #endif