From 8c6fedaf22799ac3bfcaad8f6020ec9d5f4d834d Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sat, 5 Aug 2006 15:24:59 +1000 Subject: - (dtucker) [auth2-gss.c] We still need the #ifdef GSSAPI in -portable. --- auth2-gss.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'auth2-gss.c') diff --git a/auth2-gss.c b/auth2-gss.c index 67144e49..d88bc427 100644 --- a/auth2-gss.c +++ b/auth2-gss.c @@ -26,6 +26,8 @@ #include "includes.h" +#ifdef GSSAPI + #include #include "xmalloc.h" @@ -293,3 +295,5 @@ Authmethod method_gssapi = { userauth_gssapi, &options.gss_authentication }; + +#endif /* GSSAPI */ -- cgit v1.2.3