summaryrefslogtreecommitdiff
path: root/pkg/libinput/config.h
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2017-03-11 14:25:32 -0800
committerMichael Forney <mforney@mforney.org>2017-03-11 18:06:40 -0800
commit44fa9800e7e596e70a401da78266868719a66888 (patch)
tree223d7e7b50c17b5e5b46ddcab640658ca2db0f17 /pkg/libinput/config.h
parent4b3b6bf1fee4478286ef9f405ae60e6a7d48c2ec (diff)
Add libinput 1.6.3
Diffstat (limited to 'pkg/libinput/config.h')
-rw-r--r--pkg/libinput/config.h40
1 files changed, 40 insertions, 0 deletions
diff --git a/pkg/libinput/config.h b/pkg/libinput/config.h
new file mode 100644
index 00000000..7000aa68
--- /dev/null
+++ b/pkg/libinput/config.h
@@ -0,0 +1,40 @@
+/* #undef ADDR2LINE */
+/* #undef HAVE_ADDR2LINE */
+#define HAVE_LIBM 1
+#define HAVE_LIBRT 1
+/* #undef HAVE_LIBUNWIND */
+/* #undef HAVE_LIBWACOM */
+/* #undef HAVE_LIBWACOM_GET_PAIRED_DEVICE */
+#define HAVE_MEMORY_H 1
+#define LIBINPUT_VERSION_MAJOR 1
+#define LIBINPUT_VERSION_MICRO 3
+#define LIBINPUT_VERSION_MINOR 6
+#define LIBINPUT_VERSION "1.6.3"
+#define LT_OBJDIR ".libs/"
+#define PACKAGE "libinput"
+#define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=libinput&version=1.6.1"
+#define PACKAGE_NAME "libinput"
+#define PACKAGE_STRING "libinput 1.6.3"
+#define PACKAGE_TARNAME "libinput"
+#define PACKAGE_URL "http://www.freedesktop.org/wiki/Software/libinput/"
+#define PACKAGE_VERSION "1.6.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.6.3"
+/* #undef _MINIX */
+/* #undef _POSIX_1_SOURCE */
+/* #undef _POSIX_SOURCE */
+/* #undef static_assert */