diff options
author | mbr <mbr@FreeBSD.org> | 2003-09-02 15:56:05 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2003-09-02 15:56:05 +0000 |
commit | 4d1cdd21bb4fe8c4799dd2323efbf78acf2cd0ab (patch) | |
tree | b602bcfe772fc232c3d9c074bafe1aba6a0ba4f3 /usr.sbin | |
parent | 32d785167f1daa6c834f538296528f4b05537ede (diff) | |
download | FreeBSD-src-4d1cdd21bb4fe8c4799dd2323efbf78acf2cd0ab.zip FreeBSD-src-4d1cdd21bb4fe8c4799dd2323efbf78acf2cd0ab.tar.gz |
Set HAVE_STRUCT_IFREQ_IFR_ADDR, HAVE_STRUCT_FHSTATUS_FHS_FH to 1.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/amd/include/config.h | 9 |
1 files changed, 9 insertions, 0 deletions
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 |