1/*
2 * xwin-config.h.in
3 *
4 * This file has all defines used in the xwin ddx
5 *
6 */
7#include <dix-config.h>
8
9/* Winsock networking */
10#mesondefine HAS_WINSOCK
11
12/* Cygwin has /dev/windows for signaling new win32 messages */
13#mesondefine HAS_DEVWINDOWS
14
15/* Switch on debug messages */
16#mesondefine CYGDEBUG
17#mesondefine CYGWINDOWING_DEBUG
18#mesondefine CYGMULTIWINDOW_DEBUG
19
20/* Default log location */
21#mesondefine DEFAULT_LOGDIR
22
23/* Whether we should re-locate the root to where the executable lives */
24#mesondefine RELOCATE_PROJECTROOT
25