commit | 726f9b2bbdd5a607f7b0a10a64547739b807e361 | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Sun May 25 21:04:54 2003 +0000 |
committer | hasso <hasso> | Sun May 25 21:04:54 2003 +0000 |
tree | 9c46a6ce71cf4ea96553a85a231e38b462b3dee0 | |
parent | 71c0fb50fe75928f8fbe1bbff1995d9d91b3702b [diff] [blame] |
Last fixes from 6Wind patch.
diff --git a/zebra/interface.h b/zebra/interface.h index dbfa822..3ab624f 100644 --- a/zebra/interface.h +++ b/zebra/interface.h
@@ -31,7 +31,9 @@ /* Router advertisement feature. */ #if (defined(LINUX_IPV6) && (defined(__GLIBC__) && __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1)) || defined(KAME) -#define RTADV + #ifdef HAVE_RTADV + #define RTADV + #endif #endif #ifdef RTADV