mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
With this, X servers don't have to parse this option separately, and can just use it after including dix-config.h Linux kdrive servers (currently Xfbdev only) now support logging. Signed-off-by: stefan11111 <stefan11111@shitposting.expert>
23 lines
463 B
Plaintext
23 lines
463 B
Plaintext
/*
|
|
* xwin-config.h.in
|
|
*
|
|
* This file has all defines used in the xwin ddx
|
|
*
|
|
*/
|
|
|
|
#ifndef XSERVER_XWIN_CONFIG_H
|
|
#define XSERVER_XWIN_CONFIG_H
|
|
|
|
#include <dix-config.h>
|
|
|
|
/* Cygwin has /dev/windows for signaling new win32 messages */
|
|
#mesondefine HAS_DEVWINDOWS
|
|
|
|
/* Switch on debug messages */
|
|
#mesondefine ENABLE_DEBUG
|
|
|
|
/* Whether we should re-locate the root to where the executable lives */
|
|
#mesondefine RELOCATE_PROJECTROOT
|
|
|
|
#endif /* XSERVER_XWIN_CONFIG_H */
|