From be2daf4ad5add8216e42e879a6bb6699a2d7e7da Mon Sep 17 00:00:00 2001 From: Simon Kelley Date: Sat, 7 Jan 2012 17:51:57 +0000 Subject: [PATCH] Enable DHCPv6 compilation --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index 3aecf0b..63e7488 100644 --- a/src/config.h +++ b/src/config.h @@ -116,7 +116,7 @@ RESOLVFILE has no library dependencies other than libc */ #define HAVE_DHCP -/* #define HAVE_DHCP6 */ +#define HAVE_DHCP6 #define HAVE_TFTP #define HAVE_SCRIPT /* #define HAVE_LUASCRIPT */