X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=INSTALL;h=2b3338f483ebfc5fb52d918af6bcaafe535da2b6;hb=d0bed3988cd6205b8e347b963316fac03ef799a9;hp=64075d065f602519d24d1afb56bba0b4cc9c61b0;hpb=620c146da30a20c2d9a6c572fdd0540558039d0e;p=adns.git diff --git a/INSTALL b/INSTALL index 64075d0..2b3338f 100644 --- a/INSTALL +++ b/INSTALL @@ -18,7 +18,15 @@ libtool. I'm not interested in supporting non-ELF shared libraries. However, if you send me an appropriate patch I'd be willing to make it easy or automatic to disable the ELF shared library arrangements. -You may find that GNU Make is required. +The adnsresfilter utility uses `tsearch' from the C library (a la SVID +and X/Open). If your C library doesn't have tsearch you will find +that configure arranges for adnsresfilter not to be built. To rectify +this, install a C library containing tsearch, such as the GNU C +library. It is best if tsearch uses an automatically-balancing tree +algorithm, like the glibc version does. Simple binary trees may +perform badly. + +You will probably find that GNU Make is required. COPYRIGHT @@ -26,7 +34,10 @@ COPYRIGHT This file, INSTALL, contains installation instructions and other details for adns. -adns is Copyright (C)1997-9 Ian Jackson . +adns is + Copyright (C) 1997-2000 Ian Jackson + Copyright (C) 1999 Tony Finch [1] + Copyright (C) 1991 Massachusetts Institute of Technology [2] adns is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -42,3 +53,12 @@ You should have received a copy of the GNU General Public License along with userv as the file COPYING; if not, email me at the address above or write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +[1] Tony Finch holds the original copyright on + client/adnslogres.c and client/fanftest.c. +[2] MIT hold the original copyright on the included install-sh, + which came via GNU autoconf. + +# Local variables: +# mode: text +# End: