mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 10:22:07 +00:00
configure: dismiss libutil.h
Recent versions of libc on Linux (Debian Testing) create lots of compile warnings about direct usage of libutil.h
This commit is contained in:
parent
83d1614952
commit
b69442d456
@ -395,7 +395,7 @@ dnl Check other header files.
|
||||
dnl -------------------------
|
||||
AC_CHECK_HEADERS([stropts.h sys/ksym.h sys/times.h sys/select.h \
|
||||
sys/types.h linux/version.h netdb.h asm/types.h \
|
||||
sys/param.h limits.h signal.h libutil.h \
|
||||
sys/param.h limits.h signal.h \
|
||||
sys/socket.h netinet/in.h time.h sys/time.h])
|
||||
|
||||
dnl Utility macro to avoid retyping includes all the time
|
||||
|
@ -237,10 +237,6 @@ typedef int socklen_t;
|
||||
#define UINT32_MAX (4294967295U)
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LIBUTIL_H
|
||||
#include <libutil.h>
|
||||
#endif /* HAVE_LIBUTIL_H */
|
||||
|
||||
#ifdef HAVE_GLIBC_BACKTRACE
|
||||
#include <execinfo.h>
|
||||
#endif /* HAVE_GLIBC_BACKTRACE */
|
||||
|
Loading…
Reference in New Issue
Block a user