summaryrefslogtreecommitdiff
path: root/lib/ZFmtAuth.c
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1988-11-14 06:29:03 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1988-11-14 06:29:03 +0000
commitfbd6c3a023e7dd0adbc5fd45d0380ae5813512a4 (patch)
tree8becafc27eb5672530ef0edc4b97f37ee3d44c42 /lib/ZFmtAuth.c
parentee73791af12d0ad1e95fd10e83372f97c20424a4 (diff)
don't compile if not KERBEROS
Diffstat (limited to 'lib/ZFmtAuth.c')
-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