aboutsummaryrefslogtreecommitdiff
path: root/configure.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 /configure.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 'configure.in')
-rw-r--r--configure.in75
1 files changed, 0 insertions, 75 deletions
diff --git a/configure.in b/configure.in
index edf4f0e..624061f 100644
--- a/configure.in
+++ b/configure.in
@@ -144,81 +144,6 @@ case $pred_func_id in
;;
esac
-dnl DHCP option type values that have been assigned very recently:
-dnl These values may need be configurable for interoperability with
-dnl prior experimental implementations.
-AC_MSG_CHECKING(for DHCP DNS option)
-AC_ARG_WITH(opt-dns,
-[ --with-opt-dns=VALUE specify DHCP option value for DNS],
- dhcpopt_dns="$withval", dhcpopt_dns=0)
-if test $dhcpopt_dns != 0 ; then
- AC_MSG_RESULT(using $dhcpopt_dns)
- DHCPOPT_DNS="-DDH6OPT_DNS=$dhcpopt_dns"
- AC_SUBST(DHCPOPT_DNS)
-else
- AC_MSG_RESULT(no)
-fi
-
-AC_MSG_CHECKING(for DHCP DNS_NAME option)
-AC_ARG_WITH(opt-dnsname,
-[ --with-opt-dnsname=VALUE specify DHCP option value for DNS_NAME],
- dhcpopt_dnsname="$withval", dhcpopt_dnsname=0)
-if test $dhcpopt_dnsname != 0 ; then
- AC_MSG_RESULT(using $dhcpopt_dnsname)
- DH6OPT_DNSNAME="-DDH6OPT_DNSNAME=$dhcpopt_dnsname"
- AC_SUBST(DH6OPT_DNSNAME)
-else
- AC_MSG_RESULT(no)
-fi
-
-AC_MSG_CHECKING(for DHCP IA_PD option)
-AC_ARG_WITH(opt-ia-pd,
-[ --with-opt-ia-pd=VALUE specify DHCP option value for IA_PD],
- dhcpopt_ia_pd="$withval", dhcpopt_ia_pd=0)
-if test $dhcpopt_ia_pd != 0 ; then
- AC_MSG_RESULT(using $dhcpopt_ia_pd)
- DH6OPT_IA_PD="-DDH6OPT_IA_PD=$dhcpopt_ia_pd"
- AC_SUBST(DH6OPT_IA_PD)
-else
- AC_MSG_RESULT(no)
-fi
-
-AC_MSG_CHECKING(for DHCP IA_PD_PREFIX option)
-AC_ARG_WITH(opt-ia-pd-prefix,
-[ --with-opt-ia-pd-prefix=VALUE specify DHCP option value for IA_PD prefix],
- dhcpopt_ia_pd_prefix="$withval", dhcpopt_ia_pd_prefix=0)
-if test $dhcpopt_ia_pd_prefix != 0 ; then
- AC_MSG_RESULT(using $dhcpopt_ia_pd_prefix)
- DH6OPT_IA_PD_PREFIX="-DDH6OPT_IA_PD_PREFIX=$dhcpopt_ia_pd_prefix"
- AC_SUBST(DH6OPT_IA_PD_PREFIX)
-else
- AC_MSG_RESULT(no)
-fi
-
-AC_MSG_CHECKING(for DHCP information refresh time option)
-AC_ARG_WITH(opt-refreshtime,
-[ --with-opt-refreshtime=VALUE specify DHCP option value for refresh time],
- dhcpopt_refreshtime="$withval", dhcpopt_refreshtime=0)
-if test $dhcpopt_refreshtime != 0 ; then
- AC_MSG_RESULT(using $dhcpopt_refresh)
- DH6OPT_REFRESHTIME="-DDH6OPT_REFRESHTIME=$dhcpopt_refreshtime"
- AC_SUBST(DH6OPT_REFRESHTIME)
-else
- AC_MSG_RESULT(no)
-fi
-
-AC_MSG_CHECKING(for DHCP NTP option)
-AC_ARG_WITH(opt-ntp,
-[ --with-opt-ntp=VALUE specify DHCP option value for NTP],
- dhcpopt_ntp="$withval", dhcpopt_ntp=0)
-if test $dhcpopt_ntp != 0 ; then
- AC_MSG_RESULT(using $dhcpopt_ntp)
- DH6OPT_NTP="-DDH6OPT_NTP=$dhcpopt_ntp"
- AC_SUBST(DH6OPT_NTP)
-else
- AC_MSG_RESULT(no)
-fi
-
dnl DHCP option type values not officially defined
dnl (no such option now)