1/* config.h. Generated from config.h.in by configure. */ 2/* config.h.in. Generated from configure.ac by autoheader. */ 3 4/* Define to 1 if you have the <dlfcn.h> header file. */ 5#define HAVE_DLFCN_H 1 6 7/* Define to 1 if you have the <inttypes.h> header file. */ 8#define HAVE_INTTYPES_H 1 9 10/* Define to 1 if you have the `m' library (-lm). */ 11#define HAVE_LIBM 1 12 13/* Define to 1 if you have the <minix/config.h> header file. */ 14/* #undef HAVE_MINIX_CONFIG_H */ 15 16/* Define to 1 if you have the <stdint.h> header file. */ 17#define HAVE_STDINT_H 1 18 19/* Define to 1 if you have the <stdio.h> header file. */ 20#define HAVE_STDIO_H 1 21 22/* Define to 1 if you have the <stdlib.h> header file. */ 23#define HAVE_STDLIB_H 1 24 25/* Define to 1 if you have the <strings.h> header file. */ 26#define HAVE_STRINGS_H 1 27 28/* Define to 1 if you have the <string.h> header file. */ 29#define HAVE_STRING_H 1 30 31/* Define to 1 if you have the <sys/stat.h> header file. */ 32#define HAVE_SYS_STAT_H 1 33 34/* Define to 1 if you have the <sys/types.h> header file. */ 35#define HAVE_SYS_TYPES_H 1 36 37/* Define to 1 if you have the <unistd.h> header file. */ 38#define HAVE_UNISTD_H 1 39 40/* Define to 1 if you have the <wchar.h> header file. */ 41#define HAVE_WCHAR_H 1 42 43/* Define to the sub-directory where libtool stores uninstalled libraries. */ 44#define LT_OBJDIR ".libs/" 45 46/* Name of package */ 47#define PACKAGE "libevdev" 48 49/* Define to the address where bug reports for this package should be sent. */ 50#define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=libevdev" 51 52/* Define to the full name of this package. */ 53#define PACKAGE_NAME "libevdev" 54 55/* Define to the full name and version of this package. */ 56#define PACKAGE_STRING "libevdev 1.13.0" 57 58/* Define to the one symbol short name of this package. */ 59#define PACKAGE_TARNAME "libevdev" 60 61/* Define to the home page for this package. */ 62#define PACKAGE_URL "http://freedesktop.org/wiki/Software/libevdev/" 63 64/* Define to the version of this package. */ 65#define PACKAGE_VERSION "1.13.0" 66 67/* Define to 1 if all of the C90 standard headers exist (not just the ones 68 required in a freestanding environment). This macro is provided for 69 backward compatibility; new code need not use it. */ 70#define STDC_HEADERS 1 71 72/* Enable extensions on AIX 3, Interix. */ 73#ifndef _ALL_SOURCE 74# define _ALL_SOURCE 1 75#endif 76/* Enable general extensions on macOS. */ 77#ifndef _DARWIN_C_SOURCE 78# define _DARWIN_C_SOURCE 1 79#endif 80/* Enable general extensions on Solaris. */ 81#ifndef __EXTENSIONS__ 82# define __EXTENSIONS__ 1 83#endif 84/* Enable GNU extensions on systems that have them. */ 85#ifndef _GNU_SOURCE 86# define _GNU_SOURCE 1 87#endif 88/* Enable X/Open compliant socket functions that do not require linking 89 with -lxnet on HP-UX 11.11. */ 90#ifndef _HPUX_ALT_XOPEN_SOCKET_API 91# define _HPUX_ALT_XOPEN_SOCKET_API 1 92#endif 93/* Identify the host operating system as Minix. 94 This macro does not affect the system headers' behavior. 95 A future release of Autoconf may stop defining this macro. */ 96#ifndef _MINIX 97/* # undef _MINIX */ 98#endif 99/* Enable general extensions on NetBSD. 100 Enable NetBSD compatibility extensions on Minix. */ 101#ifndef _NETBSD_SOURCE 102# define _NETBSD_SOURCE 1 103#endif 104/* Enable OpenBSD compatibility extensions on NetBSD. 105 Oddly enough, this does nothing on OpenBSD. */ 106#ifndef _OPENBSD_SOURCE 107# define _OPENBSD_SOURCE 1 108#endif 109/* Define to 1 if needed for POSIX-compatible behavior. */ 110#ifndef _POSIX_SOURCE 111/* # undef _POSIX_SOURCE */ 112#endif 113/* Define to 2 if needed for POSIX-compatible behavior. */ 114#ifndef _POSIX_1_SOURCE 115/* # undef _POSIX_1_SOURCE */ 116#endif 117/* Enable POSIX-compatible threading on Solaris. */ 118#ifndef _POSIX_PTHREAD_SEMANTICS 119# define _POSIX_PTHREAD_SEMANTICS 1 120#endif 121/* Enable extensions specified by ISO/IEC TS 18661-5:2014. */ 122#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 123# define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 124#endif 125/* Enable extensions specified by ISO/IEC TS 18661-1:2014. */ 126#ifndef __STDC_WANT_IEC_60559_BFP_EXT__ 127# define __STDC_WANT_IEC_60559_BFP_EXT__ 1 128#endif 129/* Enable extensions specified by ISO/IEC TS 18661-2:2015. */ 130#ifndef __STDC_WANT_IEC_60559_DFP_EXT__ 131# define __STDC_WANT_IEC_60559_DFP_EXT__ 1 132#endif 133/* Enable extensions specified by ISO/IEC TS 18661-4:2015. */ 134#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__ 135# define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 136#endif 137/* Enable extensions specified by ISO/IEC TS 18661-3:2015. */ 138#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__ 139# define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 140#endif 141/* Enable extensions specified by ISO/IEC TR 24731-2:2010. */ 142#ifndef __STDC_WANT_LIB_EXT2__ 143# define __STDC_WANT_LIB_EXT2__ 1 144#endif 145/* Enable extensions specified by ISO/IEC 24747:2009. */ 146#ifndef __STDC_WANT_MATH_SPEC_FUNCS__ 147# define __STDC_WANT_MATH_SPEC_FUNCS__ 1 148#endif 149/* Enable extensions on HP NonStop. */ 150#ifndef _TANDEM_SOURCE 151# define _TANDEM_SOURCE 1 152#endif 153/* Enable X/Open extensions. Define to 500 only if necessary 154 to make mbstate_t available. */ 155#ifndef _XOPEN_SOURCE 156/* # undef _XOPEN_SOURCE */ 157#endif 158 159 160/* Version number of package */ 161#define VERSION "1.13.0" 162 163/* Override for coverity */ 164/* #undef _Float128 */ 165 166/* Override for coverity */ 167/* #undef _Float32 */ 168 169/* Override for coverity */ 170/* #undef _Float32x */ 171 172/* Override for coverity */ 173/* #undef _Float64 */ 174 175/* Override for coverity */ 176/* #undef _Float64x */ 177