X-Git-Url: http://git.onelab.eu/?p=ipfw.git;a=blobdiff_plain;f=dummynet%2FMakefile;h=71b0b8056eced4719db9141d98689a7839b3d47e;hp=eab794af096c8979c4dfea7fc6e2e4d479c97e84;hb=79be4ffd486038576b91307260b98c0ff9b203a0;hpb=5ad9fec40da13c449d50def12f9cea6e24b6a708 diff --git a/dummynet/Makefile b/dummynet/Makefile index eab794a..71b0b80 100644 --- a/dummynet/Makefile +++ b/dummynet/Makefile @@ -37,7 +37,7 @@ VER ?= 2.6 obj-m := ipfw_mod.o # generic cflags used on all systems -ipfw-cflags += -Dradix +#ipfw-cflags += -Dradix ipfw-cflags += -DIPFIREWALL_DEFAULT_TO_ACCEPT -DTRACE # _BSD_SOURCE enables __FAVOR_BSD (udp/tcp bsd structs instead of posix) ipfw-cflags += -D_BSD_SOURCE @@ -134,7 +134,7 @@ ipfw_mod-y = $(IPFW_SRCS:%.c=%.o) # Original ipfw and dummynet sources + FreeBSD stuff, IPFW_SRCS = ip_fw2.c ip_dummynet.c ip_fw_pfil.c in_cksum.c -IPFW_SRCS += radix.c +#IPFW_SRCS += radix.c # Module glue and functions missing in linux IPFW_SRCS += ipfw2_mod.c bsd_compat.c hashtable.c new_glue.c