Name changed from !HAVE_H_ERRNO to NEED_H_ERRNO_DECLARATION.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@714 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-09-03 18:05:49 +00:00
parent daa86645f6
commit 629ba3dfca
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ char *strerror(int eno);
char *hstrerror(int herr); char *hstrerror(int herr);
#endif #endif
#ifndef HAVE_H_ERRNO #ifdef NEED_H_ERRNO_DECLARATION
extern int h_errno; extern int h_errno;
#endif #endif

View File

@@ -49,7 +49,7 @@ char *strerror(int eno);
char *hstrerror(int herr); char *hstrerror(int herr);
#endif #endif
#ifndef HAVE_H_ERRNO #ifdef NEED_H_ERRNO_DECLARATION
extern int h_errno; extern int h_errno;
#endif #endif