summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorhasso <hasso>2003-05-25 20:03:48 +0000
committerhasso <hasso>2003-05-25 20:03:48 +0000
commit694fb3ec6ce35d37ecebf8f9bdae44a8b929ed2a (patch)
tree6e71aabee5e346ac9079c132249156e8fa3f2784 /acconfig.h
parent6cbcce0a3b204f50b4e78db188c78fae4cd2191a (diff)
downloadquagga-694fb3ec6ce35d37ecebf8f9bdae44a8b929ed2a.tar.bz2
quagga-694fb3ec6ce35d37ecebf8f9bdae44a8b929ed2a.tar.xz
Merged 6Wind patch.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h14
1 files changed, 13 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index de39bc82..caaf3ae6 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -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