]> andersk Git - moira.git/blobdiff - lib/kname_unparse.c
Build without krb4 if it's unavailable.
[moira.git] / lib / kname_unparse.c
index 90ee2880be4183153d7d8050cbba5746fe5fff07..ca2f98620e803afe93f8cf3a0357e5036d4f7729 100644 (file)
 
 #include <stdio.h>
 
-#include <des.h>
+#ifdef HAVE_KRB5
 #include <krb.h>
+#else
+#include <mr_krb.h>
+#endif
 
 RCSID("$Header$");
 
This page took 0.167742 seconds and 4 git commands to generate.