From 1cc5ee037b36b56016d408fee3bd873ba27cfa3d Mon Sep 17 00:00:00 2001 From: ume Date: Fri, 14 Nov 2003 17:34:08 +0000 Subject: - poll(2) support. - simplify by strdup. - set ai_protocol in hints to TCP. - g/c FAITH_NS (no description, not maintained for years) - warn if connection from IPv4 mapped is reached. - IPV6_V6ONLY if possible. - unifdef -UFAITH4. - drop rsh/rlogin support. - deal with negative return value from wait3. Obtained from: KAME --- usr.sbin/faithd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/faithd/Makefile') diff --git a/usr.sbin/faithd/Makefile b/usr.sbin/faithd/Makefile index 29634c3..3d663b8 100644 --- a/usr.sbin/faithd/Makefile +++ b/usr.sbin/faithd/Makefile @@ -16,8 +16,8 @@ PROG= faithd MAN= faithd.8 -SRCS= faithd.c tcp.c ftp.c rsh.c prefix.c +SRCS= faithd.c tcp.c ftp.c prefix.c -#CFLAGS+= -DFAITH4 +CFLAGS= -DHAVE_POLL_H .include -- cgit v1.1