From d81252135b696c90bf5c18bfee8403420047e476 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 1 Jun 1997 03:37:25 +0000 Subject: [PATCH] check for HAVE_H_NERR git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1793 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/hstrerror.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/roken/hstrerror.c b/lib/roken/hstrerror.c index 4680bbe1d..0e01fc342 100644 --- a/lib/roken/hstrerror.c +++ b/lib/roken/hstrerror.c @@ -52,7 +52,7 @@ RCSID("$Id$"); int h_errno = -17; /* Some magic number */ #endif -#ifndef HAVE_H_ERRLIST +#if !(defined(HAVE_H_ERRLIST) && defined(HAVE_H_NERR)) static const char *const h_errlist[] = { "Resolver Error 0 (no error)", "Unknown host", /* 1 HOST_NOT_FOUND */