From 86bd9393c5e637ca0dac1cf019267c59bd2ee7ac Mon Sep 17 00:00:00 2001 From: Dave Love Date: Tue, 23 Sep 2003 12:39:44 +0000 Subject: [PATCH] Check members of struct ifreq. --- configure.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.in b/configure.in index b59c983e4d9..3add836efc4 100644 --- a/configure.in +++ b/configure.in @@ -1514,6 +1514,9 @@ AC_CHECK_MEMBER(struct tm.tm_gmtoff, [AC_DEFINE(HAVE_TM_GMTOFF, 1, [Define to 1 if `tm_gmtoff' is member of `struct tm'.])],, [#include ]) +AC_CHECK_MEMBERS([struct ifreq.ifr_flags, struct ifreq.ifr_hwaddr, + struct ifreq.ifr_netmask, struct ifreq.ifr_broadaddr, + struct ifreq.ifr_addr], , ,[#include ]) dnl checks for compiler characteristics -- 2.39.2