From: Pieter Lexis Date: Mon, 13 Jun 2016 16:15:32 +0000 (+0200) Subject: Document default modules X-Git-Tag: auth-4.0.0-rc1~45^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5e7653f391b112593c7b4ac7cf0e0beedfce289;p=thirdparty%2Fpdns.git Document default modules Closes #2133 --- diff --git a/docs/markdown/appendix/compiling-powerdns.md b/docs/markdown/appendix/compiling-powerdns.md index fd58ada7c6..2bdb0f6a21 100644 --- a/docs/markdown/appendix/compiling-powerdns.md +++ b/docs/markdown/appendix/compiling-powerdns.md @@ -14,6 +14,11 @@ To compile a module for inclusion at runtime, which is great if you are a unix vendor, use `--with-dynmodules='mod1 mod2 mod3'`. These modules then end up as .so files in the compiled libdir. +By default, the [bind](../authoritative/backend-bind.md), [mysql](../authoritative/backend-generic-mysql.md) +and [random](../authoritative/backend-random.md) are compiled into the binary. +The [pipe](../authoritative/backend-pipe.md) is, by default, compiled as a runtime +loadable module. + ## Getting the sources There are 3 ways of getting the source. If you want the bleeding edge, you can clone the repository at [GitHub](https://github.com/PowerDNS/pdns) and run