auth-ktc-no-kernel-has-ktc-h-20010711
[openafs.git] / src / auth / ktc.c
index 53343e9..cbcd1d0 100644 (file)
@@ -136,9 +136,6 @@ char *ktc_tkt_string();
 
 #ifdef KERNEL_KTC_COMPAT
 
-/* In case there is no include file. */
-#ifdef MAYBE_NO_KTC
-
 #ifndef KTC_SYSCALL
 #define KTC_SYSCALL    32
 #endif
@@ -156,10 +153,6 @@ char *ktc_tkt_string();
 
 #define KTC_INTERFACE_VERSION 3
 
-#else
-#include <afs/ktc.h>
-#endif
-
 /* We have to determine if the kernel supports the ktc system call.  To do so
  * we attempt to execute its noop function.  If this is successful we use the
  * kernel calls in the future otherwise we let the old code run. */