make scache dependant on sqlite

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23993 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-10-26 18:27:24 +00:00
parent df9be7bc58
commit 106c810509

View File

@@ -32,6 +32,9 @@
*/
#include "krb5_locl.h"
#ifdef HAVE_SQLITE
#include <sqlite3.h>
RCSID("$Id$");
@@ -1426,3 +1429,5 @@ KRB5_LIB_VARIABLE const krb5_cc_ops krb5_scc_ops = {
scc_get_default_name,
scc_set_default
};
#endif