/* * $Source$ * $Author$ * * Copyright 1990,1991 by the Massachusetts Institute of Technology. * All Rights Reserved. * * For copying and distribution information, please see the file * . * * Common data for krb425 library */ #if !defined(lint) && !defined(SABER) static char rcsid_425data_c[] = "$Id$"; #endif /* !lint & !SABER */ #include "krb425.h" char *_krb425_local_realm = 0; krb5_ccache _krb425_ccache = 0; int _krb425_error_init = 0; krb5_keyblock _krb425_servkey; #ifdef EBUG char * basename(s) char *s; { char *r; char *rindex(); if (r = rindex(s, '/')) return(r+1); return(s); } #endif