Subject: Why does libresolv include gethnamaddr.c?
To: None <current-users@netbsd.org>
From: Jeremy C. Reed <reed@reedmedia.net>
List: current-users
Date: 07/16/2002 18:40:28
I see that basesrc/lib/libresolv/Makefile has:
SRCS=gethnamaddr.c ...
Why does libresolv need to build with gethnamaddr?
I removed that and removed the objects, etc, and rebuilt and installed
and as far as I can tell libresolv works fine -- at least with the Apache
binaries (like "ab")[1] that I tried that are linked to it.
Jeremy C. Reed
http://bsd.reedmedia.net/
1) I wonder why htpasswd and other not resolver-needing Apache tools even
need libresolv?