always define HEIM_SLIST

This commit is contained in:
Love Hornquist Astrand
2010-12-12 11:47:45 -08:00
parent 3c241aef9e
commit 73769bf777

View File

@@ -34,8 +34,6 @@
#ifndef _MECHQUEUE_H_
#define _MECHQUEUE_H_
#ifndef HEIM_SLIST_HEAD
/*
* Singly-linked List definitions.
*/
@@ -96,6 +94,4 @@ struct { \
#define HEIM_SLIST_FIRST(head) ((head)->slh_first)
#define HEIM_SLIST_NEXT(elm, field) ((elm)->field.sle_next)
#endif /* HEIM_SLIST_HEAD */
#endif /* !_MECHQUEUE_H_ */