#define ISC_LINK_INSIST( x )
#define ISC_LIST( type )
#define ISC_LIST_INIT( list )
#define ISC_LINK( type )
#define ISC_LINK_INIT_TYPE( elt, link, type )
#define ISC_LINK_INIT( elt, link )
#define ISC_LINK_LINKED( elt, link )
#define ISC_LIST_HEAD( list )
#define ISC_LIST_TAIL( list )
#define ISC_LIST_EMPTY( list )
#define __ISC_LIST_PREPENDUNSAFE( list, elt, link )
#define ISC_LIST_PREPEND( list, elt, link )
#define ISC_LIST_INITANDPREPEND( list, elt, link )
#define __ISC_LIST_APPENDUNSAFE( list, elt, link )
#define ISC_LIST_APPEND( list, elt, link )
#define ISC_LIST_INITANDAPPEND( list, elt, link )
#define __ISC_LIST_UNLINKUNSAFE_TYPE( list, elt, link, type )
#define __ISC_LIST_UNLINKUNSAFE( list, elt, link )
#define ISC_LIST_UNLINK_TYPE( list, elt, link, type )
#define ISC_LIST_UNLINK( list, elt, link )
#define ISC_LIST_PREV( elt, link )
#define ISC_LIST_NEXT( elt, link )
#define __ISC_LIST_INSERTBEFOREUNSAFE( list, before, elt, link )
#define ISC_LIST_INSERTBEFORE( list, before, elt, link )
#define __ISC_LIST_INSERTAFTERUNSAFE( list, after, elt, link )
#define ISC_LIST_INSERTAFTER( list, after, elt, link )
#define ISC_LIST_APPENDLIST( list1, list2, link )
#define ISC_LIST_ENQUEUE( list, elt, link )
#define __ISC_LIST_ENQUEUEUNSAFE( list, elt, link )
#define ISC_LIST_DEQUEUE( list, elt, link )
#define ISC_LIST_DEQUEUE_TYPE( list, elt, link, type )
#define __ISC_LIST_DEQUEUEUNSAFE( list, elt, link )
#define __ISC_LIST_DEQUEUEUNSAFE_TYPE( list, elt, link, type )
#define ISC_LIST_INITIAL_TYPE( type )
#define ISC_LIST_INITIAL
#define ISC_LINK_INITIAL( type )