summaryrefslogtreecommitdiff
path: root/src/include/util-config.h.in
blob: 9fc0730723a5ce31a71e7a2d34d03609c1a93692 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* util-config.h.in */

#ifndef _UTIL_CONFIG_H_
#define _UTIL_CONFIG_H_

/* ncurses header files available */
#undef WCM_ENABLE_NCURSES

/* Enable the Linux Input subsystem */
#undef WCM_ENABLE_LINUXINPUT

/* Some X.org versions require that the events are scaled to screen size */
#undef WCM_XORG_TABLET_SCALING

/* IsXExtensionPointer is only defined in later X.org releases */
#undef WCM_ISXEXTENSIONPOINTER

/* xf86config lib is only included in some Xorg systems */
#undef WCM_XF86CONFIG

#endif /* _UTIL_CONFIG_H_ */