kdrive-config.h.in revision 706f2543
1/* kdrive-config.h.in: not at all generated. -*- c -*- 2 */ 3 4#ifndef _KDRIVE_CONFIG_H_ 5#define _KDRIVE_CONFIG_H_ 6 7#include <dix-config.h> 8#include <xkb-config.h> 9 10/* Building kdrive server. */ 11#undef KDRIVESERVER 12 13/* Include framebuffer support in X servers */ 14#undef KDRIVEFBDEV 15 16/* Enable touchscreen support */ 17#undef TOUCHSCREEN 18 19/* Support tslib touchscreen abstraction library */ 20#undef TSLIB 21 22/* Support KDrive kbd driver */ 23#undef KDRIVE_KBD 24 25/* Support KDrive mouse driver */ 26#undef KDRIVE_MOUSE 27 28/* Support KDrive evdev driver */ 29#undef KDRIVE_EVDEV 30 31/* Verbose debugging output hilarity */ 32#undef DEBUG 33 34/* Have the backtrace() function. */ 35#undef HAVE_BACKTRACE 36 37/* Have execinfo.h for backtrace(). */ 38#undef HAVE_EXECINFO_H 39 40#endif /* _KDRIVE_CONFIG_H_ */ 41