From f5875f045c1546f7504a2a0c4bc6744948772a54 Mon Sep 17 00:00:00 2001 From: gnn Date: Sun, 1 Jul 2007 12:08:08 +0000 Subject: Commit IPv6 support for FAST_IPSEC to the tree. This commit includes all remaining changes for the time being including user space updates. Submitted by: bz Approved by: re --- usr.sbin/rrenumd/Makefile | 2 +- usr.sbin/rrenumd/rrenumd.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/rrenumd') diff --git a/usr.sbin/rrenumd/Makefile b/usr.sbin/rrenumd/Makefile index c31a7c7..52452d0 100644 --- a/usr.sbin/rrenumd/Makefile +++ b/usr.sbin/rrenumd/Makefile @@ -18,7 +18,7 @@ PROG= rrenumd MAN= rrenumd.conf.5 rrenumd.8 SRCS= rrenumd.c parser.y lexer.l -CFLAGS+= -DIPSEC -I. -I${.CURDIR} +CFLAGS+= -DIPSEC -DFAST_IPSEC -I. -I${.CURDIR} YFLAGS= -d LDADD= -lipsec -ll -ly diff --git a/usr.sbin/rrenumd/rrenumd.c b/usr.sbin/rrenumd/rrenumd.c index 2f863d6..fddd6a1 100644 --- a/usr.sbin/rrenumd/rrenumd.c +++ b/usr.sbin/rrenumd/rrenumd.c @@ -49,7 +49,7 @@ #include #ifdef IPSEC -#include +#include #endif #include -- cgit v1.1