aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorSUZUKI, Shinsuke <suz@kame.net>2005-12-11 06:10:10 +0000
committerSUZUKI, Shinsuke <suz@kame.net>2005-12-11 06:10:10 +0000
commit013e805485be9c41cf89aeaba8b30a3403287de9 (patch)
treec7bcac36159477588c140290b88065da082b4dcb /Makefile.in
parentc6b9e62f830f310df612af664c07fb63efddb39c (diff)
* Assign an official option number for Information Refresh Timer
* Removed old prefix delegation options, since these options numbers coinsides with Information Refresh Timer.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index 2d48569..e241f5d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -25,7 +25,7 @@
# SUCH DAMAGE.
#
-# $Id: Makefile.in,v 1.2 2005-12-11 05:52:23 suzsuz Exp $
+# $Id: Makefile.in,v 1.3 2005-12-11 06:10:10 suzsuz Exp $
# $KAME: Makefile.in,v 1.45 2005/10/16 16:25:38 suz Exp $
#
@@ -53,11 +53,8 @@ mandir= @mandir@
CFLAGS+= @DHCPOPT_DNS@ @DH6OPT_DNSNAME@ \
@DH6OPT_IA_PD@ @DH6OPT_IA_PD_PREFIX@ \
- -DCONF_DH6OPT_PREFIX_DELEGATION=@dhcpopt_pdel@ \
- -DCONF_DH6OPT_PREFIX_INFORMATION=@dhcpopt_pinfo@ \
- -DCONF_DH6OPT_PREFIX_REQUEST=@dhcpopt_preq@ \
+ @DH6OPT_REFRESHTIME@ \
-DCONF_DH6OPT_NTP=@dhcpopt_ntp@ \
- -DCONF_DH6OPT_REFRESHTIME=@dhcpopt_refreshtime@
GENSRCS=cfparse.c cftoken.c
CLIENTOBJS= dhcp6c.o common.o config.o prefixconf.o dhcp6c_ia.o timer.o \