X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=networking%2Fudhcp%2Fdhcpd.h;h=d53a809cac22a28af57179b8119d596e49f5c61e;hb=a8992635b117723e65078ada845cc88a9cb77aa3;hp=e219143cc3f84d1778e93c510c5de669cb90710f;hpb=24833430bc2dbea733c3b0b9ea6c6b976f95474a;p=oweals%2Fbusybox.git diff --git a/networking/udhcp/dhcpd.h b/networking/udhcp/dhcpd.h index e219143cc..d53a809ca 100644 --- a/networking/udhcp/dhcpd.h +++ b/networking/udhcp/dhcpd.h @@ -5,7 +5,9 @@ #include #include +#include "libbb_udhcp.h" #include "leases.h" +#include "version.h" /************************************/ /* Defaults _you_ may want to tweak */ @@ -13,6 +15,7 @@ /* the period of time the client is allowed to use that address */ #define LEASE_TIME (60*60*24*10) /* 10 days of seconds */ +#define LEASES_FILE "/var/lib/misc/udhcpd.leases" /* where to find the DHCP server configuration file */ #define DHCPD_CONF_FILE "/etc/udhcpd.conf"