summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam Jackson <ajax@benzedrine.nwnk.net>2007-06-04 18:07:00 -0400
committerAdam Jackson <ajax@benzedrine.nwnk.net>2007-06-04 18:07:00 -0400
commitdfbe32b5b828cc4e3da36a0e2e6ad641164eaa5e (patch)
tree1b08018adca275fe5ee38eb12366ac8d256f191a /include
parent75dece08fb72803d5116e6776e9f1534ff20e37b (diff)
Remove the old Kerberos 5 authentication code.
Before you complain, this code hasn't seen material change since at least X11R6. It certainly does not build with any modern version of Kerberos. Anybody wanting krb5 auth to their X server should probably be using GSSAPI instead of internal krb5 API anyway.
Diffstat (limited to 'include')
-rw-r--r--include/dixstruct.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/dixstruct.h b/include/dixstruct.h
index b5ffcca49..dd6347f18 100644
--- a/include/dixstruct.h
+++ b/include/dixstruct.h
@@ -207,10 +207,6 @@ extern int (* ProcVector[256]) (ClientPtr /*client*/);
extern int (* SwappedProcVector[256]) (ClientPtr /*client*/);
-#ifdef K5AUTH
-extern int (*k5_Vector[256])(ClientPtr /*client*/);
-#endif
-
extern ReplySwapPtr ReplySwapVector[256];
extern int ProcBadRequest(ClientPtr /*client*/);