comparison configure.in @ 52590:ae8115a00e62

Check members of struct ifreq.
author Dave Love <fx@gnu.org>
date Tue, 23 Sep 2003 12:39:44 +0000
parents 856b5eda5204
children aa5d7d8f5736
comparison
equal deleted inserted replaced
52589:fc78d0eb33d4 52590:ae8115a00e62
1512 AC_STRUCT_TIMEZONE 1512 AC_STRUCT_TIMEZONE
1513 AC_CHECK_MEMBER(struct tm.tm_gmtoff, 1513 AC_CHECK_MEMBER(struct tm.tm_gmtoff,
1514 [AC_DEFINE(HAVE_TM_GMTOFF, 1, 1514 [AC_DEFINE(HAVE_TM_GMTOFF, 1,
1515 [Define to 1 if `tm_gmtoff' is member of `struct tm'.])],, 1515 [Define to 1 if `tm_gmtoff' is member of `struct tm'.])],,
1516 [#include <time.h>]) 1516 [#include <time.h>])
1517 AC_CHECK_MEMBERS([struct ifreq.ifr_flags, struct ifreq.ifr_hwaddr,
1518 struct ifreq.ifr_netmask, struct ifreq.ifr_broadaddr,
1519 struct ifreq.ifr_addr], , ,[#include <net/if.h>])
1517 1520
1518 dnl checks for compiler characteristics 1521 dnl checks for compiler characteristics
1519 1522
1520 dnl Testing __STDC__ to determine prototype support isn't good enough. 1523 dnl Testing __STDC__ to determine prototype support isn't good enough.
1521 dnl DEC C, for instance, doesn't define it with default options, and 1524 dnl DEC C, for instance, doesn't define it with default options, and