diff options
author | marha <marha@users.sourceforge.net> | 2010-02-23 05:57:53 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-02-23 05:57:53 +0000 |
commit | 64eebb5eeb9556dab6f16757f7e836e4846b15d6 (patch) | |
tree | 7b42caece7dff6674ecbc6f1b54f94c698b40e61 /include/dix-config.h | |
parent | 3582078999db699c45afb800cd8b78f8a04baf91 (diff) | |
download | vcxsrv-64eebb5eeb9556dab6f16757f7e836e4846b15d6.tar.gz vcxsrv-64eebb5eeb9556dab6f16757f7e836e4846b15d6.tar.bz2 vcxsrv-64eebb5eeb9556dab6f16757f7e836e4846b15d6.zip |
Enabled XCSECURITY
Diffstat (limited to 'include/dix-config.h')
-rw-r--r-- | include/dix-config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dix-config.h b/include/dix-config.h index 8f5aab905..53cbd31ba 100644 --- a/include/dix-config.h +++ b/include/dix-config.h @@ -357,7 +357,7 @@ #define XCMISC 1 /* Build Security extension */ -#undef XCSECURITY +#define XCSECURITY 1 /* Support Xdmcp */ #define XDMCP 1 |