NEED*DECLARATION -> HAVE*DECLARATION

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1512 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-03-30 15:25:39 +00:00
parent ca29d05fdd
commit f04aa48ecd
3 changed files with 11 additions and 11 deletions

View File

@@ -64,7 +64,7 @@ const
int h_nerr = { sizeof h_errlist / sizeof h_errlist[0] };
#else
#ifdef NEED_H_ERRLIST_DECLARATION
#ifndef HAVE_H_ERRLIST_DECLARATION
extern const char *h_errlist[];
extern int h_nerr;
#endif