From: bert hubert Date: Wed, 26 Aug 2015 11:58:11 +0000 (+0200) Subject: remove 'populate' hack, check in symlinks directly X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~62^2~7^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73251aff5ab4acdf8430a407855eebcf5c0c5ad8;p=thirdparty%2Fpdns.git remove 'populate' hack, check in symlinks directly --- diff --git a/pdns/dnsdistdist/.gitignore b/pdns/dnsdistdist/.gitignore index ad5dc6452e..1a41884531 100644 --- a/pdns/dnsdistdist/.gitignore +++ b/pdns/dnsdistdist/.gitignore @@ -1,61 +1,5 @@ *.tar.gz *.tar.bz2 .version -/ext/ -/m4/ -/Makefile -/Makefile.in -/README.md -/aclocal.m4 -/autom4te.cache/ -/base32.hh -/base64.hh -/config.guess -/config.h -/config.h.in -/config.log -/config.status -/config.sub -/configure -/depcomp -/delaypipe.cc -/delaypipe.hh -/dns.hh -/dnsdist -/dnsdist-lua.cc -/dnsdist-tcp.cc -/dnsdist-web.cc -/dnsdist.1 -/dnsdist.cc -/dnsdist.hh -/dnsdistconf.lua -/dnslabeltext.cc -/dnslabeltext.rl -/dnsdist-carbon.cc -/dnsname.cc -/dnsname.hh -/dnsparser.hh -/dnsrulactions.hh -/dnswriter.cc -/dnswriter.hh -/dolog.hh -/htmlfiles.h -/install-sh -/iputils.cc -/iputils.hh -/libtool -/ltmain.sh -/mbedtlscompat.hh -/misc.cc -/misc.hh -/missing -/namespaces.hh -/pdnsexception.hh -/qtype.cc -/qtype.hh -/sholder.hh -/sodcrypto.cc -/sodcrypto.hh -/sstuff.hh /stamp-h1 /compile diff --git a/pdns/dnsdistdist/README.md b/pdns/dnsdistdist/README.md new file mode 120000 index 0000000000..35d8b2d6dc --- /dev/null +++ b/pdns/dnsdistdist/README.md @@ -0,0 +1 @@ +../README-dnsdist.md \ No newline at end of file diff --git a/pdns/dnsdistdist/base32.hh b/pdns/dnsdistdist/base32.hh new file mode 120000 index 0000000000..ad650d230c --- /dev/null +++ b/pdns/dnsdistdist/base32.hh @@ -0,0 +1 @@ +../base32.hh \ No newline at end of file diff --git a/pdns/dnsdistdist/base64.hh b/pdns/dnsdistdist/base64.hh new file mode 120000 index 0000000000..93cb62ef2a --- /dev/null +++ b/pdns/dnsdistdist/base64.hh @@ -0,0 +1 @@ +../base64.hh \ No newline at end of file diff --git a/pdns/dnsdistdist/delaypipe.cc b/pdns/dnsdistdist/delaypipe.cc new file mode 120000 index 0000000000..7de9446cd7 --- /dev/null +++ b/pdns/dnsdistdist/delaypipe.cc @@ -0,0 +1 @@ +../delaypipe.cc \ No newline at end of file diff --git a/pdns/dnsdistdist/delaypipe.hh b/pdns/dnsdistdist/delaypipe.hh new file mode 120000 index 0000000000..f67d1fde09 --- /dev/null +++ b/pdns/dnsdistdist/delaypipe.hh @@ -0,0 +1 @@ +../delaypipe.hh \ No newline at end of file diff --git a/pdns/dnsdistdist/dns.hh b/pdns/dnsdistdist/dns.hh new file mode 120000 index 0000000000..e3518f2bcf --- /dev/null +++ b/pdns/dnsdistdist/dns.hh @@ -0,0 +1 @@ +../dns.hh \ No newline at end of file diff --git a/pdns/dnsdistdist/dnsdist-carbon.cc b/pdns/dnsdistdist/dnsdist-carbon.cc new file mode 120000 index 0000000000..dce7a30b31 --- /dev/null +++ b/pdns/dnsdistdist/dnsdist-carbon.cc @@ -0,0 +1 @@ +../dnsdist-carbon.cc \ No newline at end of file diff --git a/pdns/dnsdistdist/dnsdist-lua.cc b/pdns/dnsdistdist/dnsdist-lua.cc new file mode 120000 index 0000000000..d3eb31e6ba --- /dev/null +++ b/pdns/dnsdistdist/dnsdist-lua.cc @@ -0,0 +1 @@ +../dnsdist-lua.cc \ No newline at end of file diff --git a/pdns/dnsdistdist/dnsdist-tcp.cc b/pdns/dnsdistdist/dnsdist-tcp.cc new file mode 120000 index 0000000000..58e398a5a0 --- /dev/null +++ b/pdns/dnsdistdist/dnsdist-tcp.cc @@ -0,0 +1 @@ +../dnsdist-tcp.cc \ No newline at end of file diff --git a/pdns/dnsdistdist/dnsdist-web.cc b/pdns/dnsdistdist/dnsdist-web.cc new file mode 120000 index 0000000000..062182f6d4 --- /dev/null +++ b/pdns/dnsdistdist/dnsdist-web.cc @@ -0,0 +1 @@ +../dnsdist-web.cc \ No newline at end of file diff --git a/pdns/dnsdistdist/dnsdist.cc b/pdns/dnsdistdist/dnsdist.cc new file mode 120000 index 0000000000..dc104b27f9 --- /dev/null +++ b/pdns/dnsdistdist/dnsdist.cc @@ -0,0 +1 @@ +../dnsdist.cc \ No newline at end of file diff --git a/pdns/dnsdistdist/dnsdist.hh b/pdns/dnsdistdist/dnsdist.hh new file mode 120000 index 0000000000..2a87e4f9d6 --- /dev/null +++ b/pdns/dnsdistdist/dnsdist.hh @@ -0,0 +1 @@ +../dnsdist.hh \ No newline at end of file diff --git a/pdns/dnsdistdist/dnsdistconf.lua b/pdns/dnsdistdist/dnsdistconf.lua new file mode 120000 index 0000000000..cbb22911a4 --- /dev/null +++ b/pdns/dnsdistdist/dnsdistconf.lua @@ -0,0 +1 @@ +../dnsdistconf.lua \ No newline at end of file diff --git a/pdns/dnsdistdist/dnslabeltext.rl b/pdns/dnsdistdist/dnslabeltext.rl new file mode 120000 index 0000000000..7eb54dbf6c --- /dev/null +++ b/pdns/dnsdistdist/dnslabeltext.rl @@ -0,0 +1 @@ +../dnslabeltext.rl \ No newline at end of file diff --git a/pdns/dnsdistdist/dnsname.cc b/pdns/dnsdistdist/dnsname.cc new file mode 120000 index 0000000000..25368dd83e --- /dev/null +++ b/pdns/dnsdistdist/dnsname.cc @@ -0,0 +1 @@ +../dnsname.cc \ No newline at end of file diff --git a/pdns/dnsdistdist/dnsname.hh b/pdns/dnsdistdist/dnsname.hh new file mode 120000 index 0000000000..af918ec1f1 --- /dev/null +++ b/pdns/dnsdistdist/dnsname.hh @@ -0,0 +1 @@ +../dnsname.hh \ No newline at end of file diff --git a/pdns/dnsdistdist/dnsparser.hh b/pdns/dnsdistdist/dnsparser.hh new file mode 120000 index 0000000000..6c813100b4 --- /dev/null +++ b/pdns/dnsdistdist/dnsparser.hh @@ -0,0 +1 @@ +../dnsparser.hh \ No newline at end of file diff --git a/pdns/dnsdistdist/dnsrulactions.hh b/pdns/dnsdistdist/dnsrulactions.hh new file mode 120000 index 0000000000..1744ce73b1 --- /dev/null +++ b/pdns/dnsdistdist/dnsrulactions.hh @@ -0,0 +1 @@ +../dnsrulactions.hh \ No newline at end of file diff --git a/pdns/dnsdistdist/dnswriter.cc b/pdns/dnsdistdist/dnswriter.cc new file mode 120000 index 0000000000..7e0f3a2185 --- /dev/null +++ b/pdns/dnsdistdist/dnswriter.cc @@ -0,0 +1 @@ +../dnswriter.cc \ No newline at end of file diff --git a/pdns/dnsdistdist/dnswriter.hh b/pdns/dnsdistdist/dnswriter.hh new file mode 120000 index 0000000000..5906a17fa0 --- /dev/null +++ b/pdns/dnsdistdist/dnswriter.hh @@ -0,0 +1 @@ +../dnswriter.hh \ No newline at end of file diff --git a/pdns/dnsdistdist/dolog.hh b/pdns/dnsdistdist/dolog.hh new file mode 120000 index 0000000000..e458b07d27 --- /dev/null +++ b/pdns/dnsdistdist/dolog.hh @@ -0,0 +1 @@ +../dolog.hh \ No newline at end of file diff --git a/pdns/dnsdistdist/ext/incbin/incbin.h b/pdns/dnsdistdist/ext/incbin/incbin.h new file mode 120000 index 0000000000..ef17090c2c --- /dev/null +++ b/pdns/dnsdistdist/ext/incbin/incbin.h @@ -0,0 +1 @@ +../../../../ext/incbin/incbin.h \ No newline at end of file diff --git a/pdns/dnsdistdist/ext/json11/json11.cpp b/pdns/dnsdistdist/ext/json11/json11.cpp new file mode 120000 index 0000000000..6e6bf9a9ff --- /dev/null +++ b/pdns/dnsdistdist/ext/json11/json11.cpp @@ -0,0 +1 @@ +../../../../ext/json11/json11.cpp \ No newline at end of file diff --git a/pdns/dnsdistdist/ext/json11/json11.hpp b/pdns/dnsdistdist/ext/json11/json11.hpp new file mode 120000 index 0000000000..137d86c8a9 --- /dev/null +++ b/pdns/dnsdistdist/ext/json11/json11.hpp @@ -0,0 +1 @@ +../../../../ext/json11/json11.hpp \ No newline at end of file diff --git a/pdns/dnsdistdist/ext/luawrapper/include/LuaContext.hpp b/pdns/dnsdistdist/ext/luawrapper/include/LuaContext.hpp new file mode 120000 index 0000000000..17e59aa205 --- /dev/null +++ b/pdns/dnsdistdist/ext/luawrapper/include/LuaContext.hpp @@ -0,0 +1 @@ +../../../../../ext/luawrapper/include/LuaContext.hpp \ No newline at end of file diff --git a/pdns/dnsdistdist/ext/yahttp/LICENSE b/pdns/dnsdistdist/ext/yahttp/LICENSE new file mode 120000 index 0000000000..f74a5e3975 --- /dev/null +++ b/pdns/dnsdistdist/ext/yahttp/LICENSE @@ -0,0 +1 @@ +../../../../ext/yahttp/LICENSE \ No newline at end of file diff --git a/pdns/dnsdistdist/ext/yahttp/Makefile.am b/pdns/dnsdistdist/ext/yahttp/Makefile.am new file mode 120000 index 0000000000..1e749e8396 --- /dev/null +++ b/pdns/dnsdistdist/ext/yahttp/Makefile.am @@ -0,0 +1 @@ +../../../../ext/yahttp/Makefile.am \ No newline at end of file diff --git a/pdns/dnsdistdist/ext/yahttp/README.md b/pdns/dnsdistdist/ext/yahttp/README.md new file mode 120000 index 0000000000..f4b3535371 --- /dev/null +++ b/pdns/dnsdistdist/ext/yahttp/README.md @@ -0,0 +1 @@ +../../../../ext/yahttp/README.md \ No newline at end of file diff --git a/pdns/dnsdistdist/ext/yahttp/yahttp/Makefile.am b/pdns/dnsdistdist/ext/yahttp/yahttp/Makefile.am new file mode 120000 index 0000000000..6c3b3e145c --- /dev/null +++ b/pdns/dnsdistdist/ext/yahttp/yahttp/Makefile.am @@ -0,0 +1 @@ +../../../../../ext/yahttp/yahttp/Makefile.am \ No newline at end of file diff --git a/pdns/dnsdistdist/ext/yahttp/yahttp/cookie.hpp b/pdns/dnsdistdist/ext/yahttp/yahttp/cookie.hpp new file mode 120000 index 0000000000..5f5a0237b1 --- /dev/null +++ b/pdns/dnsdistdist/ext/yahttp/yahttp/cookie.hpp @@ -0,0 +1 @@ +../../../../../ext/yahttp/yahttp/cookie.hpp \ No newline at end of file diff --git a/pdns/dnsdistdist/ext/yahttp/yahttp/exception.hpp b/pdns/dnsdistdist/ext/yahttp/yahttp/exception.hpp new file mode 120000 index 0000000000..d7e3da2061 --- /dev/null +++ b/pdns/dnsdistdist/ext/yahttp/yahttp/exception.hpp @@ -0,0 +1 @@ +../../../../../ext/yahttp/yahttp/exception.hpp \ No newline at end of file diff --git a/pdns/dnsdistdist/ext/yahttp/yahttp/reqresp.cpp b/pdns/dnsdistdist/ext/yahttp/yahttp/reqresp.cpp new file mode 120000 index 0000000000..04e42d0368 --- /dev/null +++ b/pdns/dnsdistdist/ext/yahttp/yahttp/reqresp.cpp @@ -0,0 +1 @@ +../../../../../ext/yahttp/yahttp/reqresp.cpp \ No newline at end of file diff --git a/pdns/dnsdistdist/ext/yahttp/yahttp/reqresp.hpp b/pdns/dnsdistdist/ext/yahttp/yahttp/reqresp.hpp new file mode 120000 index 0000000000..847aea9ff7 --- /dev/null +++ b/pdns/dnsdistdist/ext/yahttp/yahttp/reqresp.hpp @@ -0,0 +1 @@ +../../../../../ext/yahttp/yahttp/reqresp.hpp \ No newline at end of file diff --git a/pdns/dnsdistdist/ext/yahttp/yahttp/router.cpp b/pdns/dnsdistdist/ext/yahttp/yahttp/router.cpp new file mode 120000 index 0000000000..4f0742275f --- /dev/null +++ b/pdns/dnsdistdist/ext/yahttp/yahttp/router.cpp @@ -0,0 +1 @@ +../../../../../ext/yahttp/yahttp/router.cpp \ No newline at end of file diff --git a/pdns/dnsdistdist/ext/yahttp/yahttp/router.hpp b/pdns/dnsdistdist/ext/yahttp/yahttp/router.hpp new file mode 120000 index 0000000000..d5b76b5449 --- /dev/null +++ b/pdns/dnsdistdist/ext/yahttp/yahttp/router.hpp @@ -0,0 +1 @@ +../../../../../ext/yahttp/yahttp/router.hpp \ No newline at end of file diff --git a/pdns/dnsdistdist/ext/yahttp/yahttp/url.hpp b/pdns/dnsdistdist/ext/yahttp/yahttp/url.hpp new file mode 120000 index 0000000000..aeecf0fbe2 --- /dev/null +++ b/pdns/dnsdistdist/ext/yahttp/yahttp/url.hpp @@ -0,0 +1 @@ +../../../../../ext/yahttp/yahttp/url.hpp \ No newline at end of file diff --git a/pdns/dnsdistdist/ext/yahttp/yahttp/utility.hpp b/pdns/dnsdistdist/ext/yahttp/yahttp/utility.hpp new file mode 120000 index 0000000000..696837c4b9 --- /dev/null +++ b/pdns/dnsdistdist/ext/yahttp/yahttp/utility.hpp @@ -0,0 +1 @@ +../../../../../ext/yahttp/yahttp/utility.hpp \ No newline at end of file diff --git a/pdns/dnsdistdist/ext/yahttp/yahttp/yahttp-config.h b/pdns/dnsdistdist/ext/yahttp/yahttp/yahttp-config.h new file mode 120000 index 0000000000..f0992b292c --- /dev/null +++ b/pdns/dnsdistdist/ext/yahttp/yahttp/yahttp-config.h @@ -0,0 +1 @@ +../../../../../ext/yahttp/yahttp/yahttp-config.h \ No newline at end of file diff --git a/pdns/dnsdistdist/ext/yahttp/yahttp/yahttp.hpp b/pdns/dnsdistdist/ext/yahttp/yahttp/yahttp.hpp new file mode 120000 index 0000000000..ef1b34cdcc --- /dev/null +++ b/pdns/dnsdistdist/ext/yahttp/yahttp/yahttp.hpp @@ -0,0 +1 @@ +../../../../../ext/yahttp/yahttp/yahttp.hpp \ No newline at end of file diff --git a/pdns/dnsdistdist/iputils.cc b/pdns/dnsdistdist/iputils.cc new file mode 120000 index 0000000000..dab657d6a6 --- /dev/null +++ b/pdns/dnsdistdist/iputils.cc @@ -0,0 +1 @@ +../iputils.cc \ No newline at end of file diff --git a/pdns/dnsdistdist/iputils.hh b/pdns/dnsdistdist/iputils.hh new file mode 120000 index 0000000000..22e7f9935d --- /dev/null +++ b/pdns/dnsdistdist/iputils.hh @@ -0,0 +1 @@ +../iputils.hh \ No newline at end of file diff --git a/pdns/dnsdistdist/m4/ax_cxx_compile_stdcxx_11.m4 b/pdns/dnsdistdist/m4/ax_cxx_compile_stdcxx_11.m4 new file mode 120000 index 0000000000..5134ff9cca --- /dev/null +++ b/pdns/dnsdistdist/m4/ax_cxx_compile_stdcxx_11.m4 @@ -0,0 +1 @@ +../../../m4/ax_cxx_compile_stdcxx_11.m4 \ No newline at end of file diff --git a/pdns/dnsdistdist/m4/ax_lib_readline.m4 b/pdns/dnsdistdist/m4/ax_lib_readline.m4 new file mode 120000 index 0000000000..e42b3b9ada --- /dev/null +++ b/pdns/dnsdistdist/m4/ax_lib_readline.m4 @@ -0,0 +1 @@ +../../../m4/ax_lib_readline.m4 \ No newline at end of file diff --git a/pdns/dnsdistdist/m4/boost.m4 b/pdns/dnsdistdist/m4/boost.m4 new file mode 120000 index 0000000000..936b0b07fe --- /dev/null +++ b/pdns/dnsdistdist/m4/boost.m4 @@ -0,0 +1 @@ +../../../m4/boost.m4 \ No newline at end of file diff --git a/pdns/dnsdistdist/m4/pdns_check_clock_gettime.m4 b/pdns/dnsdistdist/m4/pdns_check_clock_gettime.m4 new file mode 120000 index 0000000000..fdefc26d78 --- /dev/null +++ b/pdns/dnsdistdist/m4/pdns_check_clock_gettime.m4 @@ -0,0 +1 @@ +../../../m4/pdns_check_clock_gettime.m4 \ No newline at end of file diff --git a/pdns/dnsdistdist/m4/pdns_check_libsodium.m4 b/pdns/dnsdistdist/m4/pdns_check_libsodium.m4 new file mode 120000 index 0000000000..2dbf381705 --- /dev/null +++ b/pdns/dnsdistdist/m4/pdns_check_libsodium.m4 @@ -0,0 +1 @@ +../../../m4/pdns_check_libsodium.m4 \ No newline at end of file diff --git a/pdns/dnsdistdist/m4/pdns_check_readline.m4 b/pdns/dnsdistdist/m4/pdns_check_readline.m4 new file mode 120000 index 0000000000..69fca2574b --- /dev/null +++ b/pdns/dnsdistdist/m4/pdns_check_readline.m4 @@ -0,0 +1 @@ +../../../m4/pdns_check_readline.m4 \ No newline at end of file diff --git a/pdns/dnsdistdist/m4/pdns_with_lua.m4 b/pdns/dnsdistdist/m4/pdns_with_lua.m4 new file mode 120000 index 0000000000..2b328760e9 --- /dev/null +++ b/pdns/dnsdistdist/m4/pdns_with_lua.m4 @@ -0,0 +1 @@ +../../../m4/pdns_with_lua.m4 \ No newline at end of file diff --git a/pdns/dnsdistdist/misc.cc b/pdns/dnsdistdist/misc.cc new file mode 120000 index 0000000000..79644806c1 --- /dev/null +++ b/pdns/dnsdistdist/misc.cc @@ -0,0 +1 @@ +../misc.cc \ No newline at end of file diff --git a/pdns/dnsdistdist/misc.hh b/pdns/dnsdistdist/misc.hh new file mode 120000 index 0000000000..ef02ea91e6 --- /dev/null +++ b/pdns/dnsdistdist/misc.hh @@ -0,0 +1 @@ +../misc.hh \ No newline at end of file diff --git a/pdns/dnsdistdist/namespaces.hh b/pdns/dnsdistdist/namespaces.hh new file mode 120000 index 0000000000..d60394982c --- /dev/null +++ b/pdns/dnsdistdist/namespaces.hh @@ -0,0 +1 @@ +../namespaces.hh \ No newline at end of file diff --git a/pdns/dnsdistdist/pdnsexception.hh b/pdns/dnsdistdist/pdnsexception.hh new file mode 120000 index 0000000000..efb1a08a26 --- /dev/null +++ b/pdns/dnsdistdist/pdnsexception.hh @@ -0,0 +1 @@ +../pdnsexception.hh \ No newline at end of file diff --git a/pdns/dnsdistdist/populate b/pdns/dnsdistdist/populate index 10436731cc..6fac50ccca 100755 --- a/pdns/dnsdistdist/populate +++ b/pdns/dnsdistdist/populate @@ -3,50 +3,5 @@ set -e set -x -ln -fs ../base64.hh ../dnsdist.cc ../dnsdist.hh ../dnsdist-lua.cc \ - ../dns.hh ../dnslabeltext.rl ../dnsname.cc ../dnsname.hh ../dnsparser.hh \ - ../dnsrulactions.hh ../dnswriter.cc ../dnswriter.hh ../dolog.hh \ - ../iputils.cc ../iputils.hh ../mbedtlscompat.hh ../misc.cc ../misc.hh ../namespaces.hh \ - ../pdnsexception.hh ../qtype.cc ../qtype.hh ../sholder.hh ../sodcrypto.cc \ - ../sodcrypto.hh ../dnsdist-web.cc ../sstuff.hh ../dnsdist-tcp.cc \ - ../dnsdist-carbon.cc ../delaypipe.cc ../delaypipe.hh . - -mkdir -p m4 -ln -fs ../../../m4/pdns_check_libsodium.m4 m4/ -ln -fs ../../../m4/pdns_check_readline.m4 m4/ -ln -fs ../../../m4/ax_lib_readline.m4 m4/ -ln -fs ../../../m4/boost.m4 m4/ -ln -fs ../../../m4/ax_cxx_compile_stdcxx_11.m4 m4/ -ln -fs ../../../m4/pdns_check_clock_gettime.m4 m4/ - -ln -fs ../README-dnsdist.md README.md -ln -fs ../dnsdistconf.lua . - -mkdir -p ext/luawrapper/include -ln -sf ../../../../../ext/luawrapper/include/LuaContext.hpp ext/luawrapper/include - -mkdir -p ext/json11 -ln -sf ../../../../ext/json11/json11.{hpp,cpp} ext/json11 - -mkdir -p ext/incbin -ln -sf ../../../../ext/incbin/incbin.h ext/incbin - -mkdir -p ext/mbedtls/include/mbedtls -ln -sf ../../../../../../ext/mbedtls/include/mbedtls/config.h \ - ../../../../../../ext/mbedtls/include/mbedtls/check_config.h \ - ../../../../../../ext/mbedtls/include/mbedtls/base64.h \ - ../../../../../../ext/mbedtls/include/mbedtls/platform.h \ - ext/mbedtls/include/mbedtls -mkdir -p ext/mbedtls/library -ln -sf ../../../../../ext/mbedtls/library/base64.c ext/mbedtls/library - pandoc -s -t man ../../docs/manpages/dnsdist.1.md > dnsdist.1 -mkdir -p ext/yahttp/yahttp -ln -sf ../../../../ext/yahttp/Makefile.am ext/yahttp -cd ext/yahttp/ -ln -sf ../../../../ext/yahttp/{LICENSE,README.md} . -cd yahttp -ln -sf ../../../../../ext/yahttp/yahttp/{Makefile.am,*.cpp,*.hpp,*.h} . -cd - - diff --git a/pdns/dnsdistdist/qtype.cc b/pdns/dnsdistdist/qtype.cc new file mode 120000 index 0000000000..95c2de1622 --- /dev/null +++ b/pdns/dnsdistdist/qtype.cc @@ -0,0 +1 @@ +../qtype.cc \ No newline at end of file diff --git a/pdns/dnsdistdist/qtype.hh b/pdns/dnsdistdist/qtype.hh new file mode 120000 index 0000000000..c6f6bb1f43 --- /dev/null +++ b/pdns/dnsdistdist/qtype.hh @@ -0,0 +1 @@ +../qtype.hh \ No newline at end of file diff --git a/pdns/dnsdistdist/sholder.hh b/pdns/dnsdistdist/sholder.hh new file mode 120000 index 0000000000..ad0946ea95 --- /dev/null +++ b/pdns/dnsdistdist/sholder.hh @@ -0,0 +1 @@ +../sholder.hh \ No newline at end of file diff --git a/pdns/dnsdistdist/sodcrypto.cc b/pdns/dnsdistdist/sodcrypto.cc new file mode 120000 index 0000000000..a5cdf017c1 --- /dev/null +++ b/pdns/dnsdistdist/sodcrypto.cc @@ -0,0 +1 @@ +../sodcrypto.cc \ No newline at end of file diff --git a/pdns/dnsdistdist/sodcrypto.hh b/pdns/dnsdistdist/sodcrypto.hh new file mode 120000 index 0000000000..655916b497 --- /dev/null +++ b/pdns/dnsdistdist/sodcrypto.hh @@ -0,0 +1 @@ +../sodcrypto.hh \ No newline at end of file diff --git a/pdns/dnsdistdist/sstuff.hh b/pdns/dnsdistdist/sstuff.hh new file mode 120000 index 0000000000..82bdc474bb --- /dev/null +++ b/pdns/dnsdistdist/sstuff.hh @@ -0,0 +1 @@ +../sstuff.hh \ No newline at end of file