summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2017-02-06 10:05:56 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2017-02-06 10:05:56 +0000
commitc7c1018e9ba840b8f32025ce6943d74afa1fb9fb (patch)
treeef91ef85f5fa935cd5fb06e9490362335f93b27f /configure.ac
parente1c283325ecf6496f2107efc5c8d32257017558c (diff)
Update sys/queue.h from OpenBSD.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index acd63f39..6e848be6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -533,6 +533,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,
found_queue_h=no,