array_list_t
array_list_t *al; /* Linked list of arrays of list structures */
array_list_t *alp;
array_list_t *alp, *alp2 = NULL;
if ((alp = config_calloc_check(1, sizeof (array_list_t),
array_list_t *ap, *ap2;