MAX_MECH_OID_PAIRS
static char *mech_list[MAX_MECH_OID_PAIRS+1];
status = __gss_get_mechanisms(mech_list, MAX_MECH_OID_PAIRS+1);
for (i = 0; i < MAX_MECH_OID_PAIRS && mech_list[i] != NULL; i++) {
static char *mech_list[MAX_MECH_OID_PAIRS+1];
__gss_get_mechanisms(mech_list, MAX_MECH_OID_PAIRS+1);