diff options
Diffstat (limited to 'networking/udhcp/dhcpd.h')
-rw-r--r-- | networking/udhcp/dhcpd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/udhcp/dhcpd.h b/networking/udhcp/dhcpd.h index b55fd6c06..2f2f5b33a 100644 --- a/networking/udhcp/dhcpd.h +++ b/networking/udhcp/dhcpd.h | |||
@@ -7,8 +7,8 @@ PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN | |||
7 | 7 | ||
8 | /* Defaults you may want to tweak */ | 8 | /* Defaults you may want to tweak */ |
9 | /* Default max_lease_sec */ | 9 | /* Default max_lease_sec */ |
10 | #define LEASE_TIME (60*60*24 * 10) | 10 | #define DEFAULT_LEASE_TIME (60*60*24 * 10) |
11 | #define LEASES_FILE CONFIG_DHCPD_LEASES_FILE | 11 | #define LEASES_FILE CONFIG_DHCPD_LEASES_FILE |
12 | /* Where to find the DHCP server configuration file */ | 12 | /* Where to find the DHCP server configuration file */ |
13 | #define DHCPD_CONF_FILE "/etc/udhcpd.conf" | 13 | #define DHCPD_CONF_FILE "/etc/udhcpd.conf" |
14 | 14 | ||