SLIST_HEAD
#undef SLIST_HEAD
#define SLIST_HEAD(name, type) \
static SLIST_HEAD(, pfstab) table;
static SLIST_HEAD(, feedertab_entry) feedertab;
SLIST_HEAD(pf_osfp_list, pf_os_fingerprint) pf_osfp_list;
#define SLIST_HEAD(name, type) \
static SLIST_HEAD(ignhead, ignentry) ignores;
static SLIST_HEAD(, if_stat) curlist;
SLIST_HEAD(, desc_list) desc_head;