SIMPLEQ_EMPTY
#define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head))
#undef SIMPLEQ_EMPTY
#define SIMPLEQ_EMPTY STAILQ_EMPTY