diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-01-29 08:31:48 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-01-29 08:31:48 +0800 |
commit | 45f610c510c9e577b88f5544a39fb1e1fcd3b85c (patch) | |
tree | 74d37febc46480d3e440fb97ec940834b8e089a1 /acconfig.h | |
parent | 0664becb605fafac08b830ac8257e4028056381b (diff) | |
download | gsoc2013-evolution-45f610c510c9e577b88f5544a39fb1e1fcd3b85c.tar.gz gsoc2013-evolution-45f610c510c9e577b88f5544a39fb1e1fcd3b85c.tar.zst gsoc2013-evolution-45f610c510c9e577b88f5544a39fb1e1fcd3b85c.zip |
conditionally define which krb5 impl we have
svn path=/trunk/; revision=19677
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 70814f4172..2069c0129b 100644 --- a/acconfig.h +++ b/acconfig.h @@ -15,6 +15,8 @@ #undef HAVE_TM_GMTOFF #undef HAVE_KRB4 #undef NEED_KRB_SENDAUTH_PROTO +#undef HAVE_HEIMDAL_KRB5 +#undef HAVE_MIT_KRB5 #undef HAVE_KRB5 #undef HAVE_NSS #undef HAVE_OPENSSL |