summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
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