Files
xserver/include/xwin-config.h.meson.in
Enrico Weigelt, metux IT consult 9a82f5c30b drop remains of cygwin support
Cygwin support doesn't seem to be used anymore, so it can be dropped.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-06-12 17:21:46 +02:00

20 lines
380 B
Plaintext

/*
* xwin-config.h.in
*
* This file has all defines used in the xwin ddx
*
*/
#include <dix-config.h>
/* Winsock networking */
#mesondefine HAS_WINSOCK
/* Switch on debug messages */
#mesondefine ENABLE_DEBUG
/* Default log location */
#mesondefine DEFAULT_LOGDIR
/* Whether we should re-locate the root to where the executable lives */
#mesondefine RELOCATE_PROJECTROOT