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:
parent
72041d01b5
commit
86bd9393c5
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user