1
0
mirror of https://github.com/bgp/bgpq4.git synced 2024-05-11 05:55:05 +00:00

Current OpenBSD queue.h has STAILQ_

This commit is contained in:
Job Snijders
2021-08-17 12:23:50 +00:00
parent 757dc33bb0
commit 21b574fc91

View File

@ -19,8 +19,6 @@ AM_CONDITIONAL([HAVE_STRLCPY], [test "x$ac_cv_func_strlcpy" = xyes])
AC_CHECK_HEADERS([sys/cdefs.h sys/queue.h sys/tree.h sys/select.h])
AC_MSG_CHECKING([for STAILQ_ interface in queue.h])
AC_CHECK_FUNCS(strlcpy)
AC_CHECK_FUNCS(pledge)