From ffb980324f2fb58fb1373618871afefe198c4a78 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 14 Oct 2008 04:27:13 +0000 Subject: [PATCH] document --enable-largefile --- README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README b/README index babd092f08..ba269fd576 100644 --- a/README +++ b/README @@ -307,6 +307,10 @@ Building To build libbind (the BIND 8 resolver library), specify "--enable-libbind" on the configure command line. + On some platforms it is necessary to explictly request large + file support to handle files bigger than 2GB. This can be + done by "--enable-largefile" on the configure command line. + On some platforms, BIND 9 can be built with multithreading support, allowing it to take advantage of multiple CPUs. You can specify whether to build a multithreaded BIND 9