~ubuntu-branches/ubuntu/karmic/wacom-tools/karmic

« back to all changes in this revision

Viewing changes to linuxwacom/src/include/xdrv-config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen
  • Date: 2009-03-24 10:06:54 UTC
  • mfrom: (1.12.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090324100654-u7x4rd2ked2gpksz
Tags: 1:0.8.2.2-0ubuntu1
* New upstream release. (LP: #355340)
* Patch 100_allow_eraser.patch dropped, included in this version.
* 100_fedora-fix-build.diff
  - Make the driver to build against xserver 1.6.
* 101_fedora-fix-mapping.diff
  - No button 0 in the server, all offsets have to begin at 1.
* 102_fedora-wcmmaxx.diff
  - Don't assign priv->wcmMaxX/Y back into common->wcmMaxX/Y.
* 103_fedora-hal-setup.diff
  - Add a hal callout program to set up the device.
  (LP: #215689, #356091)
* 104_revert-check.diff
  - Don't check the serial number, it breaks some devices.
* Modify 10-wacom.fdi to include changes from Fedora. Should allow
  hotplugging (built-in) serial tablets. (LP: #337112)
* rules:
  - Run autoreconf on build
  - xserver-xorg-input-wacom includes /usr/lib/hal/hal-setup-wacom
* control:
  - autoreconf: add automake, libtool to build-deps.
  - hal-setup-wacom: add libhal-dev to build-deps.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* xdrv-config.h.in */
2
 
 
3
 
#ifndef _XDRV_CONFIG_H_
4
 
#define _XDRV_CONFIG_H_
5
 
 
6
 
/* Misc defines moved from the command line */
 
1
/* src/include/xdrv-config.h.in.  Generated from configure.in by autoheader.  */
 
2
 
 
3
/* Define to 1 if you have the <dlfcn.h> header file. */
 
4
#undef HAVE_DLFCN_H
 
5
 
 
6
/* Define to 1 if you have the <inttypes.h> header file. */
 
7
#undef HAVE_INTTYPES_H
 
8
 
 
9
/* Define to 1 if you have the <memory.h> header file. */
 
10
#undef HAVE_MEMORY_H
 
11
 
 
12
/* Define to 1 if you have the <stdint.h> header file. */
 
13
#undef HAVE_STDINT_H
 
14
 
 
15
/* Define to 1 if you have the <stdlib.h> header file. */
 
16
#undef HAVE_STDLIB_H
 
17
 
 
18
/* Define to 1 if you have the <strings.h> header file. */
 
19
#undef HAVE_STRINGS_H
 
20
 
 
21
/* Define to 1 if you have the <string.h> header file. */
 
22
#undef HAVE_STRING_H
 
23
 
 
24
/* Define to 1 if you have the <sys/stat.h> header file. */
 
25
#undef HAVE_SYS_STAT_H
 
26
 
 
27
/* Define to 1 if you have the <sys/types.h> header file. */
 
28
#undef HAVE_SYS_TYPES_H
 
29
 
 
30
/* Define to 1 if you have the <unistd.h> header file. */
 
31
#undef HAVE_UNISTD_H
 
32
 
 
33
/* cmdline substitute */
7
34
#undef IN_MODULE
8
 
#undef XFree86LOADER
9
 
#undef XINPUT
10
 
#undef XKB
11
 
 
12
 
/* Compiling for X.org */
13
 
#undef WCM_XORG
14
 
 
15
 
/* Compiling for XFree86 */
16
 
#undef WCM_XFREE86
 
35
 
 
36
/* Define to the sub-directory in which libtool stores uninstalled libraries.
 
37
   */
 
38
#undef LT_OBJDIR
 
39
 
 
40
/* Name of package */
 
41
#undef PACKAGE
 
42
 
 
43
/* Define to the address where bug reports for this package should be sent. */
 
44
#undef PACKAGE_BUGREPORT
 
45
 
 
46
/* Define to the full name of this package. */
 
47
#undef PACKAGE_NAME
 
48
 
 
49
/* Define to the full name and version of this package. */
 
50
#undef PACKAGE_STRING
 
51
 
 
52
/* Define to the one symbol short name of this package. */
 
53
#undef PACKAGE_TARNAME
 
54
 
 
55
/* Define to the version of this package. */
 
56
#undef PACKAGE_VERSION
 
57
 
 
58
/* Define to 1 if you have the ANSI C header files. */
 
59
#undef STDC_HEADERS
 
60
 
 
61
/* Version number of package */
 
62
#undef VERSION
17
63
 
18
64
/* Enable the Linux Input subsystem */
19
65
#undef WCM_ENABLE_LINUXINPUT
20
66
 
 
67
/* ncurses header files available */
 
68
#undef WCM_ENABLE_NCURSES
 
69
 
 
70
/* Later X.org version uses dixScreenOrigins for screen positions and sizes */
 
71
#undef WCM_HAVE_DIXSCREENORIGINS
 
72
 
 
73
/* IsXExtensionPointer is only defined in later X.org releases */
 
74
#undef WCM_ISXEXTENSIONPOINTER
 
75
 
 
76
/* The X-driver can send key events for a button */
 
77
#undef WCM_KEY_SENDING_SUPPORT
 
78
 
21
79
/* The xserver have no wraps around libc-functions */
22
80
#undef WCM_NO_LIBCWRAPPER
23
81
 
 
82
/* Need the dr.wValue patch */
 
83
#undef WCM_PATCH_DRVALUE
 
84
 
 
85
/* libxf86config isn't included */
 
86
#undef WCM_XF86CONFIG
 
87
 
 
88
/* Compiling for XFree86 */
 
89
#undef WCM_XFREE86
 
90
 
 
91
/* Slightly diffent abi in XINPUT >= 1.0 */
 
92
#undef WCM_XINPUTABI_MAJOR
 
93
 
 
94
/* Compiling for X.org */
 
95
#undef WCM_XORG
 
96
 
24
97
/* Some X.org versions require that the events are scaled to screen size */
25
98
#undef WCM_XORG_TABLET_SCALING
26
99
 
27
 
/* Xserver versions 1.4 and later call Uninit before closing a device. */
 
100
/* Xserver versions 1.4 and later call Uninit before closing a device */
28
101
#undef WCM_XORG_XSERVER_1_4
29
102
 
30
 
/* The X-driver can send key events for a button */
31
 
#undef WCM_KEY_SENDING_SUPPORT
32
 
 
33
 
/* Later X.org version uses dixScreenOrigins for screen positions and sizes */
34
 
#undef WCM_HAVE_DIXSCREENORIGINS
35
 
 
36
 
/* Slightly diffent abi in XINPUT >= 1.0 */
37
 
#undef WCM_XINPUTABI_MAJOR
38
 
 
39
 
#endif /* _XDRV_CONFIG_H_ */
 
103
/* cmdline substitute */
 
104
#undef XFree86LOADER
 
105
 
 
106
/* cmdline substitute */
 
107
#undef XINPUT
 
108
 
 
109
/* cmdline substitute */
 
110
#undef XKB
 
111
 
 
112
/* Define to 1 if the X Window System is missing or not being used. */
 
113
#undef X_DISPLAY_MISSING