no AFSKEYFILE in small libraries

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23969 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-10-26 18:23:00 +00:00
parent ca24339009
commit 1dae446485

View File

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