From 99a9e88e55c4cb46ce645aedac3e5d1a906dfd69 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 7 Aug 1995 18:24:47 +0000 Subject: Mon Aug 7 14:04:36 1995 Roland McGrath * sysdeps/generic/sysd-stdio.c (__stdio_reopen): Return failure when __stdio_open fails with a code other than ENFILE or EMFILE. * csu/initfini.c (SECTION): New macro, different definitions for #ifdef HAVE_ELF and not. (_init, _fini): Use that macro. * config.make.in (have-initfini): New variable, set by configure. * conf/portability.h (NEED_INETADDR, NEED_INETATON): New macros. --- conf/portability.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'conf') diff --git a/conf/portability.h b/conf/portability.h index ab41b5d977..a3c6302544 100644 --- a/conf/portability.h +++ b/conf/portability.h @@ -18,3 +18,9 @@ #ifdef sun. */ #undef sun + +/* The source code copied from BIND for inet_addr/inet_aton + doesn't actually define the functions without these macros. */ + +#define NEED_INETADDR +#define NEED_INETATON -- cgit v1.2.3