1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

Check members of struct ifreq.

This commit is contained in:
Dave Love 2003-09-23 12:39:44 +00:00
parent 72041d01b5
commit 86bd9393c5

View File

@ -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 <time.h>])
AC_CHECK_MEMBERS([struct ifreq.ifr_flags, struct ifreq.ifr_hwaddr,
struct ifreq.ifr_netmask, struct ifreq.ifr_broadaddr,
struct ifreq.ifr_addr], , ,[#include <net/if.h>])
dnl checks for compiler characteristics