diff options
author | dimitri staessens <dimitri.staessens@ugent.be> | 2017-09-13 17:00:55 +0200 |
---|---|---|
committer | dimitri staessens <dimitri.staessens@ugent.be> | 2017-09-13 17:22:28 +0200 |
commit | 0ed2ae85935be59b3fee5663a9906c4260cd64cc (patch) | |
tree | bddca1ad5b5a08ad6fb0a9ec096984e42afe0d38 /src/ipcpd/config.h.in | |
parent | 888d3dbe7c3844d2efe9d6bc9823630db5d47a3b (diff) | |
download | ouroboros-0ed2ae85935be59b3fee5663a9906c4260cd64cc.tar.gz ouroboros-0ed2ae85935be59b3fee5663a9906c4260cd64cc.zip |
build: Fix DDNS tool detection for shim-udp
This fixes output when detecting DDNS tools and homogenizes output and
the APIs used to pass variables between the build system and the
sources. Fixes some minor issues and typos).
Diffstat (limited to 'src/ipcpd/config.h.in')
-rw-r--r-- | src/ipcpd/config.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ipcpd/config.h.in b/src/ipcpd/config.h.in index 0bef20be..6fb409b7 100644 --- a/src/ipcpd/config.h.in +++ b/src/ipcpd/config.h.in @@ -40,6 +40,7 @@ #define PFT_SIZE @PFT_SIZE@ /* shim-udp */ +#cmakedefine HAVE_DDNS #define NSUPDATE_EXEC "@NSUPDATE_EXECUTABLE@" #define NSLOOKUP_EXEC "@NSLOOKUP_EXECUTABLE@" |