]> git.sur5r.net Git - openldap/commitdiff
Fix typos GETNAMEINFO->HAVE_GETNAMEINFO, HAVE_HERROR->HAVE_HSTRERROR
authorHallvard Furuseth <hallvard@openldap.org>
Thu, 14 Jul 2005 19:17:05 +0000 (19:17 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Thu, 14 Jul 2005 19:17:05 +0000 (19:17 +0000)
libraries/libldap/util-int.c

index 326fbf9693e4a5d545f832dd9f37f5d0af12db9b..cfd755f85ed23014440c27384e21a9527c27d1c5 100644 (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 )
 {