From 792d8d434be9fb6371d3b28beef0342701a2439e Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 6 Jun 1995 03:44:07 +0000 Subject: [PATCH] added HAVE_KERBEROS --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.h.in b/config.h.in index f1584f3bc..fe997382f 100644 --- a/config.h.in +++ b/config.h.in @@ -90,6 +90,9 @@ /* Define if you use Skey. */ #undef HAVE_SKEY +/* Define if you use Kerberos. */ +#undef HAVE_KERBEROS + /* Define if you use AFS. */ #undef HAVE_AFS