~ubuntu-branches/ubuntu/raring/wacom-tools/raring

« 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-05-22 12:04:32 UTC
  • mfrom: (1.12.2 upstream) (2.2.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090522120432-00suvwukj864ipib
Tags: 1:0.8.3.2-1ubuntu1
* Merge with Debian unstable, remaining changes:
  - Bump the epoch because of old Ubuntu packaging.
  - debian/control:
    - Change the Maintainer address.
    - Bump the epoch on Replaces/Conflicts.
    - Don't build wacom-kernel-source anymore (#71944).
  - debian/wacom.postinst:
    Remove old files.
  - debian/rules: Disable the scaling quirk.
  - Enable patch system (quilt).
    - Import debian/xsfbs/*
    - Add quilt to build-deps.
  - Include wacomcpl so the stylus can be calibrated. (#216347)
    - debian/rules: --enable-libwacomxi
    - debian/control: Add tcl-dev, tk-dev to Build-Depends, and tcl,
      tk to wacom-tools Depends.
  - Modify 10-linuxwacom.fdi to support WALTOP and N-Trig.
  - Add 104_revert-check.diff: Don't check the serial number, it breaks
    some devices. Disabled for now, needs testing because part of it
    is upstream now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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 */
 
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 */
34
7
#undef IN_MODULE
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
 
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
63
17
 
64
18
/* Enable the Linux Input subsystem */
65
19
#undef WCM_ENABLE_LINUXINPUT
66
20
 
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
 
 
79
21
/* The xserver have no wraps around libc-functions */
80
22
#undef WCM_NO_LIBCWRAPPER
81
23
 
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
 
 
97
24
/* Some X.org versions require that the events are scaled to screen size */
98
25
#undef WCM_XORG_TABLET_SCALING
99
26
 
100
 
/* Xserver versions 1.4 and later call Uninit before closing a device */
 
27
/* Xserver versions 1.4 and later call Uninit before closing a device. */
101
28
#undef WCM_XORG_XSERVER_1_4
102
29
 
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
 
30
/* Xserver versions 1.6 and later changed a few interfaces. */
 
31
#undef WCM_XORG_XSERVER_1_6
 
32
 
 
33
/* The X-driver can send key events for a button */
 
34
#undef WCM_KEY_SENDING_SUPPORT
 
35
 
 
36
/* Later X.org version uses dixScreenOrigins for screen positions and sizes */
 
37
#undef WCM_HAVE_DIXSCREENORIGINS
 
38
 
 
39
/* Slightly diffent abi in XINPUT >= 1.0 */
 
40
#undef WCM_XINPUTABI_MAJOR
 
41
 
 
42
#endif /* _XDRV_CONFIG_H_ */