Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libresolv add -DINET6 for DNS-over-IPv6 resolver.



details:   https://anonhg.NetBSD.org/src/rev/a853b4659b32
branches:  trunk
changeset: 474208:a853b4659b32
user:      itojun <itojun%NetBSD.org@localhost>
date:      Thu Jul 01 18:20:13 1999 +0000

description:
add -DINET6 for DNS-over-IPv6 resolver.

diffstat:

 lib/libresolv/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r a82b9d9b91a9 -r a853b4659b32 lib/libresolv/Makefile
--- a/lib/libresolv/Makefile    Thu Jul 01 18:19:35 1999 +0000
+++ b/lib/libresolv/Makefile    Thu Jul 01 18:20:13 1999 +0000
@@ -1,8 +1,9 @@
-#      $NetBSD: Makefile,v 1.6 1997/10/23 03:20:40 lukem Exp $
+#      $NetBSD: Makefile,v 1.7 1999/07/01 18:20:13 itojun Exp $
 #      from: @(#)Makefile      5.1 (Berkeley) 6/5/90
 
 LIB=resolv
 CPPFLAGS+=-DDEBUG -DLIBC_SCCS -I${.CURDIR}/../libc/include
+CPPFLAGS+=-DINET6
 
 .PATH: ${.CURDIR}/../libc/net
 



Home | Main Index | Thread Index | Old Index