summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 358390bc..6c25c8fc 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -6,9 +6,15 @@
@TOP@
+/* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
+#undef BROKEN_INET_NTOA
+
/* Define if your system defines sys_errlist[] */
#undef HAVE_SYS_ERRLIST
+/* Define if your system defines sys_nerr */
+#undef HAVE_SYS_NERR
+
/* Define if your system choked on IP TOS setting */
#undef IP_TOS_IS_BROKEN