summaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 8f6e7ec..2e822fd 100644
--- a/config.def.h
+++ b/config.def.h
@@ -15,6 +15,9 @@
#define CONFIG_TEMPLATE "/etc/dyndhcpd/dhcpd.conf"
#define CONFIG_OUTPUT "/run/dhcpd-%s.conf"
+/* dhcpd executable */
+#define DHCPDFILE "/usr/bin/dhcpd"
+
/* pathes for pid and leases file, these are passed to dhcpd */
#define PIDFILE "/run/dhcpd-%s.pid"
#define LEASESFILE "/var/lib/dhcp/dhcp-%s.leases"