Fix yet another typo

This commit is contained in:
Kurt Zeilenga 2005-04-02 20:58:24 +00:00
parent a50568cdee
commit 28666f5ea8
2 changed files with 8 additions and 8 deletions

View 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)

12
configure vendored
View File

@ -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)