From 247fbdbfa6d6282a891af4d9d2a48078df710eb3 Mon Sep 17 00:00:00 2001 From: Kevin Coffman Date: Thu, 8 Feb 2007 17:27:25 -0500 Subject: [PATCH] Use the gssglue version of gssapi.h for svcgssd_mech2file.c Signed-off-by: Kevin Coffman Remove Kerberos implementation dependency from svcgssd_mech2file.c Signed-off-by: Neil Brown --- utils/gssd/svcgssd_mech2file.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/utils/gssd/svcgssd_mech2file.c b/utils/gssd/svcgssd_mech2file.c index f44f7c6..22c3ed8 100644 --- a/utils/gssd/svcgssd_mech2file.c +++ b/utils/gssd/svcgssd_mech2file.c @@ -36,11 +36,7 @@ #include "config.h" -#ifdef HAVE_KRB5 -#include -#elif HAVE_HEIMDAL -#include -#endif +#include #include -- 2.39.2