summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/ZFmtAuth.c2
1 files changed, 2 insertions, 0 deletions
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 <zephyr/zephyr_internal.h>
+#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