diff options
author | John Kohl <jtkohl@mit.edu> | 1988-07-26 12:58:20 +0000 |
---|---|---|
committer | John Kohl <jtkohl@mit.edu> | 1988-07-26 12:58:20 +0000 |
commit | ff479a3d201fa997a444bfb0954c73e83f352e76 (patch) | |
tree | c398c3f8d29ca4f1e2dd30e9fbede5cb7cd0f416 /h | |
parent | 067c6156dc6d2f2124884fc5662b9c6f208803ca (diff) |
Remove config-dependent stuff.
Change ZGetWGPort() to int
Diffstat (limited to 'h')
-rw-r--r-- | h/zephyr/zephyr.h | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/h/zephyr/zephyr.h b/h/zephyr/zephyr.h index 6fb9628..282f462 100644 --- a/h/zephyr/zephyr.h +++ b/h/zephyr/zephyr.h @@ -156,7 +156,7 @@ extern int errno; /* Random declarations */ extern char *ZGetSender(), *ZGetVariable(); -extern short ZGetWGPort(); +extern int ZGetWGPort(); /* Successful function return */ #define ZERR_NONE 0 @@ -164,19 +164,11 @@ extern short ZGetWGPort(); /* Hostmanager wait time (in secs) */ #define HM_TIMEOUT 30 - /* Kerberos information */ -#define SERVER_SERVICE "zephyr" -#define SERVER_INSTANCE "zephyr" -#define SERVER_SRVTAB "/usr/athena/lib/zephyr/srvtab" - - /* Kerberos defines for ZFormatNotice, et al. */ + /* Defines for ZFormatNotice, et al. */ extern int ZMakeAuthentication(); #define ZAUTH ZMakeAuthentication #define ZNOAUTH (int (*)())0 - /* General filenames */ -#define DEFAULT_VARS_FILE "/etc/athena/zephyr.vars" - /* Packet strings */ #define ZSRVACK_SENT "SENT" /* SERVACK codes */ |