X-Git-Url: https://git.hcoop.net/hcoop/debian/exim4.git/blobdiff_plain/420a0d19af455b8c65ca20e08b500bd9c4995860..2813c06e9d6e591298239bc7dac3fb1b5c778a7c:/doc/dbm.discuss.txt diff --git a/doc/dbm.discuss.txt b/doc/dbm.discuss.txt index e82987b..4de5773 100644 --- a/doc/dbm.discuss.txt +++ b/doc/dbm.discuss.txt @@ -157,7 +157,7 @@ This dbm library can be called by Exim in one of two ways: via the ndbm compatibility interface, or via its own native interface. There are two advantages to doing the latter: (1) you don't run the risk of Exim's seeing the "wrong" version of the ndbm.h header, as described above, and (2) the -performace is better. It is therefore recommended that you set USE_DB=yes in an +performance is better. It is therefore recommended that you set USE_DB=yes in an appropriate Local/Makefile-xxx file. (If you are compiling for just one OS, it can go in Local/Makefile itself.)