From f4ceef3ef6c671e0a3435b0c9b38f43fae7b5b5e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 16 Sep 2002 11:55:43 +0000 Subject: 2002-09-16 Joel Sherrill * netinet/Makefile.am, netinet/udp_usrreq.c: Back off some of the IP_FORWARD patch as it appears to not compile in the current tree. --- cpukit/libnetworking/netinet/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpukit/libnetworking/netinet/Makefile.am') diff --git a/cpukit/libnetworking/netinet/Makefile.am b/cpukit/libnetworking/netinet/Makefile.am index 8eefdeb2e8..f6022fa023 100644 --- a/cpukit/libnetworking/netinet/Makefile.am +++ b/cpukit/libnetworking/netinet/Makefile.am @@ -22,8 +22,9 @@ include $(top_srcdir)/../automake/lib.am # Add local stuff here using += # +# Add -DFORWARD_PROTOCOL to enable UDP forwarding -- requires missing net/pf.h AM_CPPFLAGS += -D_COMPILING_BSD_KERNEL_ -DKERNEL -DINET -DNFS -DDIAGNOSTIC \ - -DBOOTP_COMPAT -DFORWARD_PROTOCOL + -DBOOTP_COMPAT $(LIB): $(OBJS) $(make-library) -- cgit v1.2.3