]> andersk Git - moira.git/commitdiff
#define KRB5_DEPRECATED and KRB5_PRIVATE, so we can build against more
authorzacheiss <zacheiss>
Tue, 20 Jul 2004 08:11:25 +0000 (08:11 +0000)
committerzacheiss <zacheiss>
Tue, 20 Jul 2004 08:11:25 +0000 (08:11 +0000)
recent krb5.

reg_svr/kerberos.c

index 870dfd416c20a80570b04852db01e4f32638edd6..b9621bf55dd0fa83672ca009d9e259a0d85197f5 100644 (file)
@@ -21,6 +21,9 @@
 
 #include <com_err.h>
 
+#define KRB5_DEPRECATED 1
+#define KRB5_PRIVATE 1
+
 #ifdef KRB4
 #include <des.h>
 #include <kadm.h>
This page took 0.034451 seconds and 5 git commands to generate.