From 11fa2cc3839b1e7fed1d85aa1158cce4d498bc58 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 16 Aug 2000 10:35:58 +1000 Subject: - (djm) Replacement for inet_ntoa for Irix (which breaks on gcc) - (djm) Fix strerror replacement for old SunOS. Based on patch from Charles Levert - (djm) Seperate arc4random into seperate file and use OpenSSL's RC4 implementation. --- acconfig.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index 358390bc4..6c25c8fc9 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 -- cgit v1.2.3