auth_debug_gssapi
int auth_debug_gssapi = DEBUG_GSSAPI;
#define L_PRINTF(l,args) if (auth_debug_gssapi >= l) gssrpcint_printf args
if (auth_debug_gssapi) auth_gssapi_display_status args
extern int auth_debug_gssapi;
extern int svc_debug_gssapi, misc_debug_gssapi, auth_debug_gssapi;
auth_debug_gssapi = atoi(optarg);