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:
@@ -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
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user