From 18684855af9e7fbabdb61f9704a6c21d77b00d8d Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Tue, 23 Sep 1997 15:23:52 +0000 Subject: Remove Kerberos-dependent pieces so that we can be a fixed header file (which will soon move to just zephyr.h). The Kerberos-dependent pieces are only used by the server and can be in server/zserver.h. --- h/zephyr/zephyr.h.in | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'h/zephyr') diff --git a/h/zephyr/zephyr.h.in b/h/zephyr/zephyr.h.in index c1bd5f8..156650a 100644 --- a/h/zephyr/zephyr.h.in +++ b/h/zephyr/zephyr.h.in @@ -15,16 +15,10 @@ #ifndef __ZEPHYR_H__ #define __ZEPHYR_H__ -/* Define if Zephyr uses Kerberos support. */ -#undef ZEPHYR_USES_KERBEROS - #include #include #include -#ifdef ZEPHYR_USES_KERBEROS -#include -#endif #ifndef IPPROTO_MAX /* Make sure not already included */ #include @@ -185,9 +179,6 @@ Code_t ZSetLocation ZP((char *exposure)); Code_t ZUnsetLocation ZP((void)); Code_t ZFlushMyLocations ZP((void)); char *ZParseExposureLevel ZP((char *text)); -#ifdef ZEPHYR_USES_KERBEROS -Code_t ZFormatAuthenticNotice ZP((ZNotice_t*, char*, int, int*, C_Block)); -#endif Code_t ZFormatRawNotice ZP((ZNotice_t *, char**, int *)); Code_t ZRetrieveSubscriptions ZP((unsigned short, int*)); Code_t ZOpenPort ZP((unsigned short *port)); @@ -236,14 +227,6 @@ extern char __Zephyr_realm[]; #define ZGetDestAddr() __HM_addr #define ZGetRealm() __Zephyr_realm -#ifdef ZEPHYR_USES_KERBEROS -/* Session key for last parsed packet - server only */ -extern C_Block __Zephyr_session; -#define ZGetSession() (__Zephyr_session) -#else -#define __Zephyr_realm ("local-realm") -#endif - #ifdef Z_DEBUG void ZSetDebug ZP((void (*)(ZCONST char *, va_list, void *), void *)); -- cgit v1.2.3