diff options
author | marha <marha@users.sourceforge.net> | 2013-11-08 11:47:30 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-11-08 11:47:30 +0100 |
commit | c8483dc2831dc37d93a36804022f6b064f5962ea (patch) | |
tree | 599f145a848e10b75a1a8c314ed9c51031446506 /xorg-server/include/xwin-config.h | |
parent | c97d11aec40d8fa07d6b456bf8694133a77d35f4 (diff) | |
download | vcxsrv-c8483dc2831dc37d93a36804022f6b064f5962ea.tar.gz vcxsrv-c8483dc2831dc37d93a36804022f6b064f5962ea.tar.bz2 vcxsrv-c8483dc2831dc37d93a36804022f6b064f5962ea.zip |
Solved compilation and link problems after last merge
Diffstat (limited to 'xorg-server/include/xwin-config.h')
-rw-r--r-- | xorg-server/include/xwin-config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xorg-server/include/xwin-config.h b/xorg-server/include/xwin-config.h index a509162ee..e6c4488a3 100644 --- a/xorg-server/include/xwin-config.h +++ b/xorg-server/include/xwin-config.h @@ -31,3 +31,6 @@ /* Default log location */ #define DEFAULT_LOGDIR "." + +/* Whether we should re-locate the root to where the executable lives */ +/* #undef RELOCATE_PROJECTROOT */ |