Files
oasis-linux-mirror/pkg/libinput/config.h
Michael Forney f0b7f0397c libinput: Update config.h versions for 1.8.3
I accidentally forgot this in ca03fd8daf.
2017-10-07 13:27:36 -07:00

45 lines
1.2 KiB
C

#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 */