summaryrefslogtreecommitdiff
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 358390bc4..6c25c8fc9 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -6,9 +6,15 @@
6 6
7@TOP@ 7@TOP@
8 8
9/* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
10#undef BROKEN_INET_NTOA
11
9/* Define if your system defines sys_errlist[] */ 12/* Define if your system defines sys_errlist[] */
10#undef HAVE_SYS_ERRLIST 13#undef HAVE_SYS_ERRLIST
11 14
15/* Define if your system defines sys_nerr */
16#undef HAVE_SYS_NERR
17
12/* Define if your system choked on IP TOS setting */ 18/* Define if your system choked on IP TOS setting */
13#undef IP_TOS_IS_BROKEN 19#undef IP_TOS_IS_BROKEN
14 20