diff options
author | marha <marha@users.sourceforge.net> | 2009-09-02 19:11:07 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-09-02 19:11:07 +0000 |
commit | e1580ae7d64a01efb2464cbbffb6d99cb5af1b8a (patch) | |
tree | 9f2140c9eeebb6aa89d76625bd0fb93d1cb0ba79 /libXau/include/X11 | |
parent | 199039111284ed3a10508e2dc0db49ca4192389c (diff) | |
download | vcxsrv-e1580ae7d64a01efb2464cbbffb6d99cb5af1b8a.tar.gz vcxsrv-e1580ae7d64a01efb2464cbbffb6d99cb5af1b8a.tar.bz2 vcxsrv-e1580ae7d64a01efb2464cbbffb6d99cb5af1b8a.zip |
Switched to libXau-1.0.5.tar.gz
Diffstat (limited to 'libXau/include/X11')
-rw-r--r-- | libXau/include/X11/Xauth.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/libXau/include/X11/Xauth.h b/libXau/include/X11/Xauth.h index 181618ac2..ace975d84 100644 --- a/libXau/include/X11/Xauth.h +++ b/libXau/include/X11/Xauth.h @@ -128,23 +128,6 @@ void XauDisposeAuth( Xauth* /* auth */ ); -#ifdef K5AUTH -#include <krb5/krb5.h> -/* 9/93: krb5.h leaks some symbols */ -#undef BITS32 -#undef xfree - -int XauKrb5Encode( - krb5_principal /* princ */, - krb5_data * /* outbuf */ -); - -int XauKrb5Decode( - krb5_data /* inbuf */, - krb5_principal * /* princ */ -); -#endif /* K5AUTH */ - _XFUNCPROTOEND /* Return values from XauLockAuth */ |