no AFSKEYFILE in small libraries
authorLove Hörnquist Åstrand <lha@kth.se>
Sun, 26 Oct 2008 18:23:00 +0000 (18:23 +0000)
committerLove Hörnquist Åstrand <lha@kth.se>
Sun, 26 Oct 2008 18:23:00 +0000 (18:23 +0000)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23969 ec53bebd-3082-4978-b11e-865c3cabbd6b

lib/krb5/keytab_keyfile.c

index e13de86fd2c6370671d49cd2d3c97d54c2864879..71d3d89d583abcf15f498f2b3862f5ddd6b68a9e 100644 (file)
@@ -35,6 +35,8 @@
 
 RCSID("$Id$");
 
+#ifndef HEIMDAL_SMALLER
+
 /* afs keyfile operations --------------------------------------- */
 
 /*
@@ -445,3 +447,5 @@ const krb5_kt_ops krb5_akf_ops = {
     akf_add_entry,
     NULL /* remove */
 };
+
+#endif /* HEIMDAL_SMALLER */