Files
xserver/include/xwin-config.h.meson.in
Enrico Weigelt, metux IT consult 14f03de002 xwin: move winsock specific errno checks into ossock
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2026-02-11 12:02:44 +01:00

26 lines
519 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
/* Default log location */
#mesondefine DEFAULT_LOGDIR
/* Whether we should re-locate the root to where the executable lives */
#mesondefine RELOCATE_PROJECTROOT
#endif /* XSERVER_XWIN_CONFIG_H */