Update sys/queue.h from OpenBSD.

This commit is contained in:
Nicholas Marriott
2017-02-06 10:05:56 +00:00
parent e1c283325e
commit c7c1018e9b
2 changed files with 116 additions and 145 deletions

View File

@ -532,6 +532,12 @@ AC_COMPILE_IFELSE([AC_LANG_SOURCE(
)
# Look for a suitable queue.h.
AC_CHECK_DECL(
TAILQ_CONCAT,
found_queue_h=yes,
found_queue_h=no,
[#include <sys/queue.h>]
)
AC_CHECK_DECL(
TAILQ_PREV,
found_queue_h=yes,