aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorSUZUKI, Shinsuke <suz@kame.net>2006-07-30 10:24:19 +0000
committerSUZUKI, Shinsuke <suz@kame.net>2006-07-30 10:24:19 +0000
commitd9f9f7c2dcd7bfe811180c5d81bead4559a4fb2e (patch)
tree28c050fe90de341a51f758995cf2f982ff76333b /Makefile.in
parent0f9655313ebb4d789165c167262d8becba6e5d01 (diff)
* supported the following options:
NIS server option, NIS domain option (RFC3898) NIS+ server option, NIS+ domain option (RFC3898) BCMCS server option, BCMCS domain option (RFC4280) * changed the name of the enviromental variable for SIP server address (new_sip_servers). * removed a configure option to control the NTP option number. (since one year has been passed since its official assignment)
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile.in b/Makefile.in
index e82b5f9..352133b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -25,7 +25,7 @@
# SUCH DAMAGE.
#
-# $Id: Makefile.in,v 1.8 2006-07-13 14:19:51 suzsuz Exp $
+# $Id: Makefile.in,v 1.9 2006-07-30 10:24:19 suzsuz Exp $
# $KAME: Makefile.in,v 1.45 2005/10/16 16:25:38 suz Exp $
#
@@ -51,11 +51,6 @@ bindir= @bindir@
sbindir=@sbindir@
mandir= @mandir@
-CFLAGS+= @DHCPOPT_DNS@ @DH6OPT_DNSNAME@ \
- @DH6OPT_IA_PD@ @DH6OPT_IA_PD_PREFIX@ \
- @DH6OPT_REFRESHTIME@ \
- -DCONF_DH6OPT_NTP=@dhcpopt_ntp@ \
-
GENSRCS=cfparse.c cftoken.c
CLIENTOBJS= dhcp6c.o common.o config.o prefixconf.o dhcp6c_ia.o timer.o \
dhcp6c_script.o if.o base64.o auth.o dhcp6_ctl.o addrconf.o lease.o \