]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Document default modules
authorPieter Lexis <pieter.lexis@powerdns.com>
Mon, 13 Jun 2016 16:15:32 +0000 (18:15 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Tue, 14 Jun 2016 07:00:00 +0000 (09:00 +0200)
Closes #2133

docs/markdown/appendix/compiling-powerdns.md

index fd58ada7c675e25839b68ed441278f0017ab32cf..2bdb0f6a212a22fa00581a278b0140f1e4814cee 100644 (file)
@@ -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