aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/dhcpd.h
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-02-20 22:29:52 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-02-20 22:29:52 +0000
commit84da0bf4754bdb695d2a984c2326992e52bba9e0 (patch)
treed4b33604cc4c7e5b92527e53e557add630f704a4 /networking/udhcp/dhcpd.h
parente376d454bb70ed41bbc3eb0358d37fa30c94358d (diff)
downloadbusybox-w32-84da0bf4754bdb695d2a984c2326992e52bba9e0.tar.gz
busybox-w32-84da0bf4754bdb695d2a984c2326992e52bba9e0.tar.bz2
busybox-w32-84da0bf4754bdb695d2a984c2326992e52bba9e0.zip
udhcp: make paths configurable
syslogd: trivial build fix
Diffstat (limited to 'networking/udhcp/dhcpd.h')
-rw-r--r--networking/udhcp/dhcpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/dhcpd.h b/networking/udhcp/dhcpd.h
index d97c8b8f7..0596e0620 100644
--- a/networking/udhcp/dhcpd.h
+++ b/networking/udhcp/dhcpd.h
@@ -10,7 +10,7 @@
10 10
11/* the period of time the client is allowed to use that address */ 11/* the period of time the client is allowed to use that address */
12#define LEASE_TIME (60*60*24*10) /* 10 days of seconds */ 12#define LEASE_TIME (60*60*24*10) /* 10 days of seconds */
13#define LEASES_FILE "/var/lib/misc/udhcpd.leases" 13#define LEASES_FILE CONFIG_DHCPD_LEASES_FILE
14 14
15/* where to find the DHCP server configuration file */ 15/* where to find the DHCP server configuration file */
16#define DHCPD_CONF_FILE "/etc/udhcpd.conf" 16#define DHCPD_CONF_FILE "/etc/udhcpd.conf"