summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-08-16 10:35:58 +1000
committerDamien Miller <djm@mindrot.org>2000-08-16 10:35:58 +1000
commit11fa2cc3839b1e7fed1d85aa1158cce4d498bc58 (patch)
treef432a585240e930f3accd4aa2ab43ad1835f8ea5 /acconfig.h
parent0da2eaaf06e8d05862dcce34cc8c7d1a0740de7c (diff)
- (djm) Replacement for inet_ntoa for Irix (which breaks on gcc)
- (djm) Fix strerror replacement for old SunOS. Based on patch from Charles Levert <charles@comm.polymtl.ca> - (djm) Seperate arc4random into seperate file and use OpenSSL's RC4 implementation.
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