move h_errno to its own file

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10442 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2001-08-08 03:47:23 +00:00
parent fa30650a47
commit 10779edf0e
3 changed files with 42 additions and 4 deletions

View File

@@ -46,10 +46,6 @@ RCSID("$Id$");
#undef hstrerror
#endif
#ifndef HAVE_H_ERRNO
int h_errno = -17; /* Some magic number */
#endif
#if !(defined(HAVE_H_ERRLIST) && defined(HAVE_H_NERR))
static const char *const h_errlist[] = {
"Resolver Error 0 (no error)",