check for HAVE_H_NERR

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1793 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-06-01 03:37:25 +00:00
parent 1ce3380a8d
commit d81252135b

View File

@@ -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 */