config.h revision ac6363b8
1ac6363b8Smrg/* config.h.  Generated from config.h.in by configure.  */
2ac6363b8Smrg/* config.h.in.  Generated from configure.ac by autoheader.  */
3ac6363b8Smrg
4ac6363b8Smrg/* Optional backend eventcomm enabled */
5ac6363b8Smrg/* #undef BUILD_EVENTCOMM */
6ac6363b8Smrg
7ac6363b8Smrg/* Optional backend psmcomm enabled */
8ac6363b8Smrg#define BUILD_PSMCOMM 1
9ac6363b8Smrg
10ac6363b8Smrg/* Enable debugging code */
11ac6363b8Smrg/* #undef DEBUG */
12ac6363b8Smrg
13ac6363b8Smrg/* Define to 1 if you have the <dlfcn.h> header file. */
14ac6363b8Smrg#define HAVE_DLFCN_H 1
15ac6363b8Smrg
16ac6363b8Smrg/* Define to 1 if you have the <inttypes.h> header file. */
17ac6363b8Smrg#define HAVE_INTTYPES_H 1
18ac6363b8Smrg
19ac6363b8Smrg/* Define to 1 if you have the `m' library (-lm). */
20ac6363b8Smrg#define HAVE_LIBM 1
21ac6363b8Smrg
22ac6363b8Smrg/* Define to 1 if you have the <memory.h> header file. */
23ac6363b8Smrg#define HAVE_MEMORY_H 1
24ac6363b8Smrg
25ac6363b8Smrg/* Define to 1 if you have the <stdint.h> header file. */
26ac6363b8Smrg#define HAVE_STDINT_H 1
27ac6363b8Smrg
28ac6363b8Smrg/* Define to 1 if you have the <stdlib.h> header file. */
29ac6363b8Smrg#define HAVE_STDLIB_H 1
30ac6363b8Smrg
31ac6363b8Smrg/* Define to 1 if you have the <strings.h> header file. */
32ac6363b8Smrg#define HAVE_STRINGS_H 1
33ac6363b8Smrg
34ac6363b8Smrg/* Define to 1 if you have the <string.h> header file. */
35ac6363b8Smrg#define HAVE_STRING_H 1
36ac6363b8Smrg
37ac6363b8Smrg/* Define to 1 if you have the <sys/stat.h> header file. */
38ac6363b8Smrg#define HAVE_SYS_STAT_H 1
39ac6363b8Smrg
40ac6363b8Smrg/* Define to 1 if you have the <sys/types.h> header file. */
41ac6363b8Smrg#define HAVE_SYS_TYPES_H 1
42ac6363b8Smrg
43ac6363b8Smrg/* Define to 1 if you have the <unistd.h> header file. */
44ac6363b8Smrg#define HAVE_UNISTD_H 1
45ac6363b8Smrg
46ac6363b8Smrg/* Define to 1 if you have the <X11/extensions/record.h> header file. */
47ac6363b8Smrg#define HAVE_X11_EXTENSIONS_RECORD_H 1
48ac6363b8Smrg
49ac6363b8Smrg/* Define to the sub-directory in which libtool stores uninstalled libraries.
50ac6363b8Smrg   */
51ac6363b8Smrg#define LT_OBJDIR ".libs/"
52ac6363b8Smrg
53ac6363b8Smrg/* Name of package */
54ac6363b8Smrg#define PACKAGE "xf86-input-synaptics"
55ac6363b8Smrg
56ac6363b8Smrg/* Define to the address where bug reports for this package should be sent. */
57ac6363b8Smrg#define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
58ac6363b8Smrg
59ac6363b8Smrg/* Define to the full name of this package. */
60ac6363b8Smrg#define PACKAGE_NAME "xf86-input-synaptics"
61ac6363b8Smrg
62ac6363b8Smrg/* Define to the full name and version of this package. */
63ac6363b8Smrg#define PACKAGE_STRING "xf86-input-synaptics 1.3.0"
64ac6363b8Smrg
65ac6363b8Smrg/* Define to the one symbol short name of this package. */
66ac6363b8Smrg#define PACKAGE_TARNAME "xf86-input-synaptics"
67ac6363b8Smrg
68ac6363b8Smrg/* Define to the home page for this package. */
69ac6363b8Smrg#define PACKAGE_URL ""
70ac6363b8Smrg
71ac6363b8Smrg/* Define to the version of this package. */
72ac6363b8Smrg#define PACKAGE_VERSION "1.3.0"
73ac6363b8Smrg
74ac6363b8Smrg/* Major version of this package */
75ac6363b8Smrg#define PACKAGE_VERSION_MAJOR 1
76ac6363b8Smrg
77ac6363b8Smrg/* Minor version of this package */
78ac6363b8Smrg#define PACKAGE_VERSION_MINOR 3
79ac6363b8Smrg
80ac6363b8Smrg/* Patch version of this package */
81ac6363b8Smrg#define PACKAGE_VERSION_PATCHLEVEL 0
82ac6363b8Smrg
83ac6363b8Smrg/* Define to 1 if you have the ANSI C header files. */
84ac6363b8Smrg#define STDC_HEADERS 1
85ac6363b8Smrg
86ac6363b8Smrg/* Version number of package */
87ac6363b8Smrg#define VERSION "1.3.0"
88