X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/d46d1a2f6a5307d06c72bd072a97219523553497..8656dc507aee9c5dcb3a6ad876565f5fcac425ae:/bres-adns.c diff --git a/bres-adns.c b/bres-adns.c index 34372a9..8a943ef 100644 --- a/bres-adns.c +++ b/bres-adns.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: bres-adns.c,v 1.3 2004/04/03 03:28:54 mdw Exp $ + * $Id: bres-adns.c,v 1.4 2004/04/08 01:36:11 mdw Exp $ * * Background reverse name resolution (ADNS version) * @@ -39,20 +39,6 @@ * must be licensed under the full GPL. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: bres-adns.c,v $ - * Revision 1.3 2004/04/03 03:28:54 mdw - * Make ADNS wait for the event loop before collecting replies. - * - * Revision 1.2 2003/12/14 14:46:38 mdw - * Qualify name given to @bres_byname@. - * - * Revision 1.1 2003/12/13 20:37:59 mdw - * Add adns support in background resolver. - * - */ - #ifndef HAVE_ADNS # error "You need the ADNS library to compile this file." #endif