]> andersk Git - moira.git/blobdiff - gen/acl.pc
Build without krb4 if it's unavailable.
[moira.git] / gen / acl.pc
index 35942a612f0335447dd3810ea501245a0a8a7c22..9a211385a5572fcad7b90528e3c64ce543e5a8c7 100644 (file)
@@ -19,7 +19,9 @@
 #include <stdlib.h>
 #include <string.h>
 
+#ifdef HAVE_KRB4
 #include <krb.h>
+#endif
 
 EXEC SQL INCLUDE sqlca;
 
@@ -27,7 +29,6 @@ RCSID("$Header$");
 
 char *whoami = "acl.gen";
 char *db = "moira/moira";
-char defaultrealm[REALM_SZ];
 
 void dump_access_file(FILE *out, int lid);
 char *merge_access_bits(char *t1, char *t2);
This page took 0.049324 seconds and 4 git commands to generate.