summaryrefslogtreecommitdiff
path: root/server/kstuff.c
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1988-01-25 05:30:26 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1988-01-25 05:30:26 +0000
commit7e10e1ae60ead750a38be6a6002a94a492b3fee0 (patch)
treea946083b1b526903f564b65c6075c08cc695d20b /server/kstuff.c
parentb801284674c20f71457a726a69df38d8cd114e39 (diff)
add KERBEROS #ifdef's
Diffstat (limited to 'server/kstuff.c')
-rw-r--r--server/kstuff.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/kstuff.c b/server/kstuff.c
index 72e6f6d..70ba7a3 100644
--- a/server/kstuff.c
+++ b/server/kstuff.c
@@ -1,3 +1,4 @@
+#ifdef KERBEROS
/*
* $Source$
* $Header$
@@ -123,3 +124,4 @@ tkt_string()
{
return(tkt_file);
}
+#endif KERBEROS