From c714471f650de665f03591e2c5652d2831f04684 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 5 Dec 1996 04:30:31 +0000 Subject: Autocinfigure for herror. svn path=/trunk/; revision=601 --- fetchmail.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index 539da0e7..83ce10ef 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -343,8 +343,10 @@ int main (int argc, char **argv) if (errno == ENETUNREACH) break; /* go to sleep */ } +#ifdef HAVE_HERROR /* NEXTSTEP doesn't */ else herror("DNS error"); +#endif /* HAVE_HERROR */ continue; } else -- cgit v1.2.3