diff options
author | hasso <hasso> | 2003-05-25 20:03:48 +0000 |
---|---|---|
committer | hasso <hasso> | 2003-05-25 20:03:48 +0000 |
commit | d2de34829e6a695bdeb5bfa8b36fb960a872e88c (patch) | |
tree | 5f9e8b19b943c0cd6a1f82a47047a61be25c9cf2 /acconfig.h | |
parent | 81dfcaa2e27d53f4eb61c549e03065dcb1b8eec3 (diff) |
Merged 6Wind patch.
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -32,7 +32,7 @@ #undef HAVE_IPV6 /* Define if you wish to support ipv6 router advertisment. */ -/* #undef HAVE_RTADV */ +#undef HAVE_RTADV /* whether system has GNU regex */ #undef HAVE_GNU_REGEX @@ -40,6 +40,9 @@ /* whether system has SNMP library */ #undef HAVE_SNMP +/* whether systme has a ifra_lifetime field */ +#undef HAVE_IFRA_LIFETIME + /* whether sockaddr has a sa_len field */ #undef HAVE_SA_LEN @@ -88,6 +91,9 @@ /* Define if you have KAME project ipv6 stack. */ #undef KAME +/* Define if you have 6WIND MUSICA IPv6 stack. */ +#undef MUSICA + /* Define if you have Linux ipv6 stack. */ #undef LINUX_IPV6 @@ -139,6 +145,12 @@ /* Define if FreeBSD 3.2 */ #undef FREEBSD_32 +/* Define if FreeBSD */ +#undef FREEBSD + +/* Define if SIXOS */ +#undef SIXOS + /* Define if OpenBSD */ #undef OPEN_BSD |