summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomek Mrugalski <tomek@isc.org>2022-03-30 16:31:34 +0200
committerTomek Mrugalski <tomek@isc.org>2022-03-30 16:31:34 +0200
commitc661be2fcb74085ff20f19ededd45f3b1ef82f42 (patch)
treeff3c6753cfa2fb32219cf4d3dd6fc0f0f540a820
parent9cd5f3a69c70fe9caaf44f75a29d6e74f884d170 (diff)
downloadisc-dhcp-c661be2fcb74085ff20f19ededd45f3b1ef82f42.tar.gz
[#227] Defines for obsolete options removed
-rw-r--r--includes/config.h.in18
1 files changed, 0 insertions, 18 deletions
diff --git a/includes/config.h.in b/includes/config.h.in
index d559a338..0737d9ec 100644
--- a/includes/config.h.in
+++ b/includes/config.h.in
@@ -224,18 +224,6 @@
/* Define to 1 if on MINIX. */
#undef _MINIX
-/* File for dhclient6 leases. */
-#undef _PATH_DHCLIENT6_DB
-
-/* File for dhclient6 process information. */
-#undef _PATH_DHCLIENT6_PID
-
-/* File for dhclient leases. */
-#undef _PATH_DHCLIENT_DB
-
-/* File for dhclient process information. */
-#undef _PATH_DHCLIENT_PID
-
/* File for dhcpd6 leases. */
#undef _PATH_DHCPD6_DB
@@ -251,12 +239,6 @@
/* File for dhcpd process information. */
#undef _PATH_DHCPD_PID
-/* File for dhcrelay6 process information. */
-#undef _PATH_DHCRELAY6_PID
-
-/* File for dhcrelay process information. */
-#undef _PATH_DHCRELAY_PID
-
/* Define to 2 if the system does not provide POSIX.1 features except with
this defined. */
#undef _POSIX_1_SOURCE