You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
421 B
C
22 lines
421 B
C
/* kdrive-config.h.in: not at all generated. -*- c -*-
|
|
*/
|
|
|
|
#ifndef _KDRIVE_CONFIG_H_
|
|
#define _KDRIVE_CONFIG_H_
|
|
|
|
#include <dix-config.h>
|
|
|
|
/* Building kdrive server. */
|
|
#undef KDRIVESERVER
|
|
|
|
/* Include framebuffer support in X servers */
|
|
#undef KDRIVEFBDEV
|
|
|
|
/* Include vesa support in X servers */
|
|
#undef KDRIVEVESA
|
|
|
|
/* Verbose debugging output hilarity */
|
|
#undef DEBUG
|
|
|
|
#endif /* _KDRIVE_CONFIG_H_ */
|