It's still early, but here are the initial complaints...
"lib/snprintf.c" now ignores HAVE_SNPRINTF. In previous wget
versions, I could compile "snprintf.c" and not get a redundant
snprintf() if HAVE_SNPRINTF was defined ("%LINK-W-MULDEF, symbol
DECC$TXSNPRINTF multiply defined"). I can supply a conditional jacket
for "snprintf.c", but should I need to (now)?
"src/connect.c" does
#include <sys/select.h>
and
#include <sys/socket.h>
with no regard for HAVE_SYS_SELECT_H or HAVE_SYS_SOCKET_H. I have no
"select.h" (in "sys" or anywhere else), and was hoping that not defining
HAVE_SYS_SELECT_H would have some effect.
In "src/init.c" initialize(), the "if (! ok)" message thinks that it
can print SYSTEM_WGETRC whether or not SYSTEM_WGETRC is defined.
An old OpenSSL (0.9.8j) was too old. (1.0.0e worked better.) I
haven't looked yet, but is the minimum required OpenSSL version
documented anywhere? Or would some magic have happened if I had been
using the auto-configure stuff?
------------------------------------------------------------------------
Steven M. Schweda sms@antinode-info
382 South Warwick Street (+1) 651-699-9818
Saint Paul MN 55105-2547