Searched refs:LEASEFILE (Results 1 – 8 of 8) sorted by relevance
44 #ifndef LEASEFILE46 # define LEASEFILE "/var/db/dnsmasq.leases" macro48 # define LEASEFILE "/var/cache/dnsmasq.leases" macro50 # define LEASEFILE "/data/misc/dhcp/dnsmasq.leases" macro52 # define LEASEFILE "/var/lib/misc/dnsmasq.leases" macro
120 daemon->lease_file = LEASEFILE; in main()
260 …ARG_ONE, "path", gettext_noop("Specify where to store DHCP leases (defaults to %s)."), LEASEFILE },
48 #ifndef LEASEFILE49 # define LEASEFILE DBDIR "/" PACKAGE "-%s%s%s.lease" macro52 # define LEASEFILE6 LEASEFILE "6"
43 #define LEASE_IDENTIFIER_LEN (PATH_MAX - sizeof(LEASEFILE))
744 family == AF_INET ? LEASEFILE : LEASEFILE6, in dhcp_set_leasefile()748 family == AF_INET ? LEASEFILE : LEASEFILE6, in dhcp_set_leasefile()
1--- ./src/config.h.orig 2004-07-26 10 ...
168 LEASEFILE and CONFFILE symbols to be overriden in CFLAGS.