summaryrefslogtreecommitdiff
path: root/includes/site.h
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.com>2013-12-10 04:03:12 +0000
committerShawn Routhier <sar@isc.com>2013-12-10 04:03:12 +0000
commite54ff84f08a5bebce9f1a343e736202d56cf1a90 (patch)
tree443a15d1b80c163ad16c02b7266df4c922a85df1 /includes/site.h
parent64fb661cc8ec8ab08b1a8e54f235ccd2d46b1636 (diff)
downloadisc-dhcp-e54ff84f08a5bebce9f1a343e736202d56cf1a90.tar.gz
-n master Patch for 30461 and update the auto generated files
Update the auto genrated files to add the required bind9 libraries Fix up dhcpctl/Makefile.am to include the isccfg lib Patch for 30461 to allow the DHCP server to find the name server to update via the DNS Conflicts:
Diffstat (limited to 'includes/site.h')
-rw-r--r--includes/site.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/site.h b/includes/site.h
index a45453a8..7576e1d8 100644
--- a/includes/site.h
+++ b/includes/site.h
@@ -117,6 +117,10 @@
#define NSUPDATE
+/* Define this if you want to enable the DHCP server attempting to
+ find a nameserver to use for DDNS updates. */
+#define DNS_ZONE_LOOKUP
+
/* Define this if you want the dhcpd.pid file to go somewhere other than
the default (which varies from system to system, but is usually either
/etc or /var/run. */