summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@intec.ugent.be>2016-04-27 21:36:26 +0200
committerSander Vrijders <sander.vrijders@intec.ugent.be>2016-04-27 22:37:53 +0200
commitc01a4c47d2ac21f54ad86a618eec30921f2bc73d (patch)
treea9d675152417928ebfae8c034a43d0f81e750dd4 /include
parentd697babdbe0671b5d9a4cf4e0e46234f5045faef (diff)
downloadouroboros-c01a4c47d2ac21f54ad86a618eec30921f2bc73d.tar.gz
ouroboros-c01a4c47d2ac21f54ad86a618eec30921f2bc73d.zip
ipcpd: Add registration to DNS server
This adds support for adding the application name to a BIND DNS server through the nsupdate utility.
Diffstat (limited to 'include')
-rw-r--r--include/ouroboros/config.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ouroboros/config.h.in b/include/ouroboros/config.h.in
index 6abce97a..380c1065 100644
--- a/include/ouroboros/config.h.in
+++ b/include/ouroboros/config.h.in
@@ -30,5 +30,6 @@
#define _POSIX_C_SOURCE 199506L
#define IPCP_SHIM_UDP_EXEC "@IPCP_SHIM_UDP_TARGET@"
#define IPCP_NORMAL_EXEC "@IPCP_NORMAL_TARGET@"
+#define NSUPDATE_EXEC "@NSUPDATE_EXECUTABLE@"
#endif