Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Now that we have res_nsearch, use it. Thanks christos for ad...
details: https://anonhg.NetBSD.org/src/rev/3142a1611519
branches: trunk
changeset: 566946:3142a1611519
user: lha <lha%NetBSD.org@localhost>
date: Tue May 25 11:15:43 2004 +0000
description:
Now that we have res_nsearch, use it. Thanks christos for adding it.
diffstat:
crypto/dist/heimdal/lib/roken/resolve.c | 3 +--
include/heimdal/config.h | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 74efc202358f -r 3142a1611519 crypto/dist/heimdal/lib/roken/resolve.c
--- a/crypto/dist/heimdal/lib/roken/resolve.c Tue May 25 10:54:58 2004 +0000
+++ b/crypto/dist/heimdal/lib/roken/resolve.c Tue May 25 11:15:43 2004 +0000
@@ -46,9 +46,8 @@
#include <assert.h>
__RCSID("$Heimdal: resolve.c,v 1.38.2.1 2003/04/22 15:02:47 lha Exp $"
- "$NetBSD: resolve.c,v 1.6 2003/05/15 21:36:55 lha Exp $");
+ "$NetBSD: resolve.c,v 1.7 2004/05/25 11:15:43 lha Exp $");
-#undef HAVE_RES_NSEARCH
#if (defined(HAVE_RES_SEARCH) || defined(HAVE_RES_NSEARCH)) && defined(HAVE_DN_EXPAND)
#define DECL(X) {#X, T_##X}
diff -r 74efc202358f -r 3142a1611519 include/heimdal/config.h
--- a/include/heimdal/config.h Tue May 25 10:54:58 2004 +0000
+++ b/include/heimdal/config.h Tue May 25 11:15:43 2004 +0000
@@ -580,7 +580,7 @@
#define HAVE_RESOLV_H 1
/* Define to 1 if you have the `res_nsearch' function. */
-/* #undef HAVE_RES_NSEARCH */
+#define HAVE_RES_NSEARCH 1
/* Define to 1 if you have the `res_search' function. */
#define HAVE_RES_SEARCH 1
Home |
Main Index |
Thread Index |
Old Index