From 4d1cdd21bb4fe8c4799dd2323efbf78acf2cd0ab Mon Sep 17 00:00:00 2001 From: mbr Date: Tue, 2 Sep 2003 15:56:05 +0000 Subject: Set HAVE_STRUCT_IFREQ_IFR_ADDR, HAVE_STRUCT_FHSTATUS_FHS_FH to 1. --- usr.sbin/amd/include/config.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'usr.sbin/amd') diff --git a/usr.sbin/amd/include/config.h b/usr.sbin/amd/include/config.h index 610b996..d849ff8 100644 --- a/usr.sbin/amd/include/config.h +++ b/usr.sbin/amd/include/config.h @@ -1337,6 +1337,15 @@ /* Define if you have the strstr function. */ #define HAVE_STRSTR 1 +/* Define if `fhs_fh' is member of `struct fhstatus'. */ +/* #undef HAVE_STRUCT_FHSTATUS_FHS_FH */ + +/* Define if `ifa_next' is member of `struct ifaddrs'. */ +#define HAVE_STRUCT_IFADDRS_IFA_NEXT 1 + +/* Define if `ifr_addr' is member of `struct ifreq'. */ +#define HAVE_STRUCT_IFREQ_IFR_ADDR 1 + /* Define if you have the svc_getreq function. */ #define HAVE_SVC_GETREQ 1 -- cgit v1.1