2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 14:25:41 +00:00

Don't redefine _PATH_DHCPD_CONF or _PATH_DHCPD_DB

This commit is contained in:
Ted Lemon
1996-06-01 00:29:14 +00:00
parent 106487a843
commit 80ba033e2b
2 changed files with 4 additions and 0 deletions

View File

@@ -204,7 +204,9 @@ typedef unsigned char option_mask [16];
/* Default path to dhcpd config file. */
#ifdef DEBUG
#undef _PATH_DHCPD_CONF
#define _PATH_DHCPD_CONF "dhcpd.conf"
#undef _PATH_DHCPD_DB
#define _PATH_DHCPD_DB "dhcpd.leases"
#else
#ifndef _PATH_DHCPD_CONF