[xserver-commit] xserver/os xdmauth.c,1.12,1.13
Phil Blundell
xserver-commit@pdx.freedesktop.org
Fri, 31 Oct 2003 15:45:54 -0800
Committed by: pb
Update of /cvs/xserver/xserver/os
In directory pdx:/tmp/cvs-serv9452/os
Modified Files:
xdmauth.c
Log Message:
add --enable-xdm-auth-1 option to control XDM-AUTH*-1.
by default, autodetect both this and --enable-xdmcp, based on
libXdmcp presence and capabilities.
Index: xdmauth.c
===================================================================
RCS file: /cvs/xserver/xserver/os/xdmauth.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- xdmauth.c 1 Oct 2003 06:43:50 -0000 1.12
+++ xdmauth.c 31 Oct 2003 23:45:51 -0000 1.13
@@ -51,7 +51,7 @@
static Bool authFromXDMCP;
#ifdef XDMCP
-#include "Xmd.h"
+#include <X11/Xmd.h>
#undef REQUEST
/* XDM-AUTHENTICATION-1 */