HAVE_FOO_DECLARATION -> HAVE_DECL_FOO

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14170 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2004-08-26 15:11:39 +00:00
parent 4131cb9d00
commit 970edde9f8
2 changed files with 10 additions and 10 deletions

View File

@@ -60,7 +60,7 @@ const
int h_nerr = { sizeof h_errlist / sizeof h_errlist[0] };
#else
#ifndef HAVE_H_ERRLIST_DECLARATION
#if !HAVE_DECL_H_ERRLIST
extern const char *h_errlist[];
extern int h_nerr;
#endif