#ifdef HAVE_CONFIG_H #include #endif #include RCSID("$Id$"); const char * krb_get_err_text(int n) { return krb_err_txt[n]; }