diff options
author | Jim Gettys <jg@freedesktop.org> | 2004-08-21 02:06:44 +0000 |
---|---|---|
committer | Jim Gettys <jg@freedesktop.org> | 2004-08-21 02:06:44 +0000 |
commit | acd9d627415ce0beaf485823795e58cff950cf3c (patch) | |
tree | ea977f4ca0c121dbd36d28ec08b2826db3ae315c | |
parent | e2cb5a66e2623afd55191cc99c808535365fef22 (diff) |
Add Wraphelp.c to lib/Xdmcp, at long last, along with the U.S. government
required notifications. The website notification went up first.
Clean up Wraphelp.c so that it compiles cleanly.
I chose the version Australian version written for R5 written by Eric
Eay@psych.psy.uq.oz.au, as I don't know where the original one was, and
didn't want to touch XFree86.
Make HasXdmAuth YES for xorg.
-rw-r--r-- | xorgsite.def | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xorgsite.def b/xorgsite.def index c6a6b0a..f4e1121 100644 --- a/xorgsite.def +++ b/xorgsite.def @@ -584,10 +584,11 @@ XCOMM $XFree86: xc/config/cf/xf86site.def,v 3.186 2003/06/25 18:06:22 eich Exp $ */ /* - * If you want XDMAUTH support (if you have Wraphelp.c), uncomment this. + * If you don't want XDMAUTH support (if you don't have Wraphelp.c), + * comment this out. * -#define HasXdmAuth YES */ +#define HasXdmAuth YES /* * If you have Linux DECnet support, and want to build XFree86 with support |