Fix typos GETNAMEINFO->HAVE_GETNAMEINFO, HAVE_HERROR->HAVE_HSTRERROR

This commit is contained in:
Hallvard Furuseth 2005-07-14 19:17:05 +00:00
parent a4e0331f89
commit 3d8aceab81

View file

@ -195,7 +195,7 @@ int ldap_pvt_gethostbyname_a(
#endif
}
#if !defined( GETNAMEINFO ) && !defined( HAVE_HERROR )
#if !defined( HAVE_GETNAMEINFO ) && !defined( HAVE_HSTRERROR )
static const char *
hp_strerror( int err )
{