diff options
| author | Dimitri Staessens <dimitri.staessens@intec.ugent.be> | 2016-04-27 22:46:42 +0200 | 
|---|---|---|
| committer | Dimitri Staessens <dimitri.staessens@intec.ugent.be> | 2016-04-27 22:46:42 +0200 | 
| commit | de8f2015cbd015b1cced366cb12c054be62c23b1 (patch) | |
| tree | a9d675152417928ebfae8c034a43d0f81e750dd4 /include | |
| parent | d697babdbe0671b5d9a4cf4e0e46234f5045faef (diff) | |
| parent | c01a4c47d2ac21f54ad86a618eec30921f2bc73d (diff) | |
| download | ouroboros-de8f2015cbd015b1cced366cb12c054be62c23b1.tar.gz ouroboros-de8f2015cbd015b1cced366cb12c054be62c23b1.zip | |
Merged in sandervrijders/ouroboros/be (pull request #64)
ipcpd: Add registration to DNS server
Diffstat (limited to 'include')
| -rw-r--r-- | include/ouroboros/config.h.in | 1 | 
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 | 
