blob: 6a5852de41b8940aa1f0485a82ada9621ffe6c5b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
#include <config-posix.h>
/* #undef ADDR2LINE */
/* #undef BUILD_DEBUG_GUI */
/* #undef HAVE_ADDR2LINE */
#define HAVE_LIBM 1
#define HAVE_LIBRT 1
/* #undef HAVE_LIBUDEV */
/* #undef HAVE_LIBUNWIND */
/* #undef HAVE_LIBWACOM */
/* #undef HAVE_LIBWACOM_GET_PAIRED_DEVICE */
#define HAVE_MEMORY_H 1
#define LIBINPUT_VERSION "1.8.3"
#define LIBINPUT_VERSION_MAJOR 1
#define LIBINPUT_VERSION_MICRO 0
#define LIBINPUT_VERSION_MINOR 8
#define LT_OBJDIR ".libs/"
#define PACKAGE "libinput"
#define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=libinput&version=1.8.0"
#define PACKAGE_NAME "libinput"
#define PACKAGE_STRING "libinput 1.8.3"
#define PACKAGE_TARNAME "libinput"
#define PACKAGE_URL "http://www.freedesktop.org/wiki/Software/libinput/"
#define PACKAGE_VERSION "1.8.3"
#ifndef _ALL_SOURCE
# define _ALL_SOURCE 1
#endif
#ifndef _GNU_SOURCE
# define _GNU_SOURCE 1
#endif
#ifndef _POSIX_PTHREAD_SEMANTICS
# define _POSIX_PTHREAD_SEMANTICS 1
#endif
#ifndef _TANDEM_SOURCE
# define _TANDEM_SOURCE 1
#endif
#ifndef __EXTENSIONS__
# define __EXTENSIONS__ 1
#endif
#define VERSION "1.8.3"
/* #undef _MINIX */
/* #undef _POSIX_1_SOURCE */
/* #undef _POSIX_SOURCE */
/* #undef static_assert */
|