From fbd6c3a023e7dd0adbc5fd45d0380ae5813512a4 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Mon, 14 Nov 1988 06:29:03 +0000 Subject: don't compile if not KERBEROS --- lib/ZFmtAuth.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/ZFmtAuth.c') diff --git a/lib/ZFmtAuth.c b/lib/ZFmtAuth.c index 7222f49..7698058 100644 --- a/lib/ZFmtAuth.c +++ b/lib/ZFmtAuth.c @@ -20,6 +20,7 @@ static char rcsid_ZFormatAuthenticNotice_c[] = "$Header$"; #include +#ifdef KERBEROS Code_t ZFormatAuthenticNotice(notice, buffer, buffer_len, len, session) ZNotice_t *notice; char *buffer; @@ -61,3 +62,4 @@ Code_t ZFormatAuthenticNotice(notice, buffer, buffer_len, len, session) return (ZERR_NONE); } +#endif -- cgit v1.2.3