MAXMAX_GWS
static char *gw_list[MAXMAX_GWS]; /* list of gateways as user enters */
if (num_gw > MAXMAX_GWS) {
if (num_gw > MAXMAX_GWS) {
static char *gwlist[MAXMAX_GWS]; /* gateway names list */
if (gw_count >= MAXMAX_GWS) {