11b5d61b8Smrg/*
21b5d61b8Smrg * xwin-config.h.in
31b5d61b8Smrg *
41b5d61b8Smrg * This file has all defines used in the xwin ddx
51b5d61b8Smrg *
61b5d61b8Smrg */
71b5d61b8Smrg#include <dix-config.h>
81b5d61b8Smrg
91b5d61b8Smrg/* Winsock networking */
101b5d61b8Smrg#mesondefine HAS_WINSOCK
111b5d61b8Smrg
121b5d61b8Smrg/* Cygwin has /dev/windows for signaling new win32 messages */
131b5d61b8Smrg#mesondefine HAS_DEVWINDOWS
141b5d61b8Smrg
151b5d61b8Smrg/* Switch on debug messages */
161b5d61b8Smrg#mesondefine CYGDEBUG
171b5d61b8Smrg#mesondefine CYGWINDOWING_DEBUG
181b5d61b8Smrg#mesondefine CYGMULTIWINDOW_DEBUG
191b5d61b8Smrg
201b5d61b8Smrg/* Default log location */
211b5d61b8Smrg#mesondefine DEFAULT_LOGDIR
221b5d61b8Smrg
231b5d61b8Smrg/* Whether we should re-locate the root to where the executable lives */
241b5d61b8Smrg#mesondefine RELOCATE_PROJECTROOT
25