]> git.sur5r.net Git - openldap/commitdiff
Fix yet another typo
authorKurt Zeilenga <kurt@openldap.org>
Sat, 2 Apr 2005 20:58:24 +0000 (20:58 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 2 Apr 2005 20:58:24 +0000 (20:58 +0000)
build/openldap.m4
configure

index 3594e54ddb3e3617802ec729813f79066fb7b5f5..c69f1246f2704574ba59fecdeadbb791b3917510 100644 (file)
@@ -274,7 +274,7 @@ AC_DEFUN([OL_RESOLVER_TRY],
        unsigned char host[64*1024];
        unsigned char *p;
 
-#ifdef HS_HFIXEDSZ
+#ifdef NS_HFIXEDSZ
        /* Bind 8/9 interface */
        len = res_query(request, ns_c_in, ns_t_srv, reply, sizeof(reply));
 #else
@@ -285,7 +285,7 @@ AC_DEFUN([OL_RESOLVER_TRY],
        len = res_query(request, C_IN, T_SRV, reply, sizeof(reply));
 #endif
        p = reply;
-#ifdef HS_HFIXEDSZ
+#ifdef NS_HFIXEDSZ
        /* Bind 8/9 interface */
        p += NS_HFIXEDSZ;
 #elif defined(HFIXEDSZ)
index 4ef54c1f639b0b398c6d8a54acda3519faef863f..18a3deab872e2933aef96c5cc19954ab91a1e55d 100755 (executable)
--- a/configure
+++ b/configure
@@ -10275,7 +10275,7 @@ int main() {
        unsigned char host[64*1024];
        unsigned char *p;
 
-#ifdef HS_HFIXEDSZ
+#ifdef NS_HFIXEDSZ
        /* Bind 8/9 interface */
        len = res_query(request, ns_c_in, ns_t_srv, reply, sizeof(reply));
 #else
@@ -10286,7 +10286,7 @@ int main() {
        len = res_query(request, C_IN, T_SRV, reply, sizeof(reply));
 #endif
        p = reply;
-#ifdef HS_HFIXEDSZ
+#ifdef NS_HFIXEDSZ
        /* Bind 8/9 interface */
        p += NS_HFIXEDSZ;
 #elif defined(HFIXEDSZ)
@@ -10356,7 +10356,7 @@ int main() {
        unsigned char host[64*1024];
        unsigned char *p;
 
-#ifdef HS_HFIXEDSZ
+#ifdef NS_HFIXEDSZ
        /* Bind 8/9 interface */
        len = res_query(request, ns_c_in, ns_t_srv, reply, sizeof(reply));
 #else
@@ -10367,7 +10367,7 @@ int main() {
        len = res_query(request, C_IN, T_SRV, reply, sizeof(reply));
 #endif
        p = reply;
-#ifdef HS_HFIXEDSZ
+#ifdef NS_HFIXEDSZ
        /* Bind 8/9 interface */
        p += NS_HFIXEDSZ;
 #elif defined(HFIXEDSZ)
@@ -10437,7 +10437,7 @@ int main() {
        unsigned char host[64*1024];
        unsigned char *p;
 
-#ifdef HS_HFIXEDSZ
+#ifdef NS_HFIXEDSZ
        /* Bind 8/9 interface */
        len = res_query(request, ns_c_in, ns_t_srv, reply, sizeof(reply));
 #else
@@ -10448,7 +10448,7 @@ int main() {
        len = res_query(request, C_IN, T_SRV, reply, sizeof(reply));
 #endif
        p = reply;
-#ifdef HS_HFIXEDSZ
+#ifdef NS_HFIXEDSZ
        /* Bind 8/9 interface */
        p += NS_HFIXEDSZ;
 #elif defined(HFIXEDSZ)