1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00
Commit Graph

78 Commits

Author SHA1 Message Date
hniksic
ab05800310 [svn] Check for all SSL headers that Wget uses. 2005-04-08 02:47:31 -07:00
hniksic
36c5be475e [svn] Check if -lrt needs to be used when using clock_gettime. 2005-04-07 16:41:08 -07:00
hniksic
52ad80309f [svn] Added NTLM support. 2005-04-06 13:42:22 -07:00
hniksic
16c53cdf93 [svn] Improve handling of numeric hosts when ENABLE_IPV6.
Published in <87psyr6jn7.fsf@xemacs.org>.
2005-03-04 11:21:02 -08:00
hniksic
ef22bf610a [svn] Large file support added. Published in <87psyr6jn7.fsf@xemacs.org>. 2005-02-23 14:21:04 -08:00
hniksic
084dd20514 [svn] Don't check for AI_V4MAPPED and AI_ALL. 2003-11-26 14:46:13 -08:00
hniksic
795614dcbb [svn] Check for struct sockaddr_storage. 2003-11-26 09:20:23 -08:00
hniksic
ee566b5b33 [svn] Use a more standard checking message when checking for md5.h. 2003-11-11 16:50:00 -08:00
hniksic
91dc96f8d6 [svn] Use : instead of true. 2003-11-11 16:43:38 -08:00
hniksic
6f3dbca0c5 [svn] Better INT_MAX and UCHAR_MAX checks. 2003-11-11 16:42:09 -08:00
hniksic
35e205ef2f [svn] Don't attempt to use Emacs as a susbtitute for makeinfo. 2003-11-08 16:24:56 -08:00
hniksic
727e91a291 [svn] Remove the broken check for socks. 2003-11-05 06:05:04 -08:00
hniksic
d518b6c14d [svn] Substitute ANSI2KNR again. 2003-11-05 06:03:31 -08:00
hniksic
be85e2d23f [svn] Use the standard AC_C_PROTOTYPES macro. 2003-11-05 04:24:53 -08:00
hniksic
cf4f603c00 [svn] *** empty log message *** 2003-11-04 08:19:59 -08:00
hniksic
dc9688e13a [svn] Use the new form of AC_OUTPUT. 2003-11-04 08:13:44 -08:00
hniksic
9922737a81 [svn] Require Autoconf 2.57. 2003-11-04 07:28:41 -08:00
hniksic
e75d817c09 [svn] Use autoheader to generate config.h.in. 2003-11-04 07:28:18 -08:00
hniksic
e1679c65c2 [svn] Quote arguments to AC_DEFINE. 2003-11-04 06:46:19 -08:00
hniksic
846fe246ae [svn] Consistently use AC_MSG_NOTICE where appropriate. 2003-11-04 06:17:33 -08:00
hniksic
cb19b00c23 [svn] Don't use HAVE_SYS_TYPES_H because we don't check for it. 2003-11-04 05:56:48 -08:00
hniksic
2da8868070 [svn] *** empty log message *** 2003-11-04 05:38:17 -08:00
hniksic
f4cbba565e [svn] Only set a flag in the SIGWINCH handler. 2003-11-04 05:37:14 -08:00
hniksic
4f74ab0f44 [svn] Move some checks to aclocal.m4. 2003-11-03 17:05:06 -08:00
hniksic
3a83436c75 [svn] Don't use AC_CHECK_HEADERS. 2003-11-03 16:33:08 -08:00
hniksic
c1096ce501 [svn] Use AC_MSG_NOTICE instead of echo. 2003-11-03 16:08:32 -08:00
hniksic
e1f26e22db [svn] Check whether #include <md5.h> works before deciding to use the Solaris
system md5 library.
2003-11-03 15:51:56 -08:00
hniksic
6353192009 [svn] Yet another version of nanosleep test. 2003-11-03 15:31:01 -08:00
hniksic
3f039e9360 [svn] Actually define HAVE_NANOSLEEP if it's found in -lrt. 2003-11-03 15:13:11 -08:00
hniksic
829572d773 [svn] Check for nanosleep in -lrt and -lposix4. 2003-11-03 14:46:15 -08:00
hniksic
8cd9b4cd8a [svn] New function xsleep that resumes sleeps interrupted by signals
on systems that support nanosleep.
2003-11-03 13:57:04 -08:00
hniksic
f72999dde9 [svn] Reenable configure.in autodetection. 2003-10-30 11:11:03 -08:00
hniksic
c81651f4c1 [svn] Change u_int32_t to uint32_t. 2003-10-25 18:41:56 -07:00
hniksic
ca5c9e5911 [svn] Don't check for int32_t. 2003-10-16 07:23:48 -07:00
hniksic
a6f72ca66b [svn] Also check for short for int32_t. 2003-10-11 05:41:13 -07:00
hniksic
f58c6774e4 [svn] Provide the support for int32_t and u_int32_t. 2003-10-10 19:27:41 -07:00
hniksic
5155384340 [svn] Look for and use socklen_t. 2003-10-10 18:39:07 -07:00
hniksic
38ea4d5dad [svn] Renamed DEBUG to ENABLE_DEBUG. 2003-10-07 17:05:51 -07:00
hniksic
b7f202e5e0 [svn] Temporarily disable IPv6 by default. 2003-09-16 18:29:16 -07:00
hniksic
1fe6a63e01 [svn] Change AC_CHECK_FUNC(getaddrinfo...) to AC_CHECK_FUNCS, which automatically
defines HAVE_GETADDRINFO.
2003-09-16 05:41:33 -07:00
hniksic
f5c82a6468 [svn] Added proper IPv6 configure detection.
By Mauro Tortonesi.
2003-09-16 05:24:29 -07:00
hniksic
cd8b1259f1 [svn] IPv6 configure auto-detection. 2003-09-09 12:30:45 -07:00
hniksic
564f6aa349 [svn] Additional M4 quoting by Maciej. 2003-09-05 12:33:44 -07:00
hniksic
82c455e4a0 [svn] Allow use of Autoconf 2.5x. 2003-09-04 14:29:08 -07:00
hniksic
f3b299a731 [svn] License exception, yadda yadda... 2002-05-17 19:55:17 -07:00
hniksic
0cd669109b [svn] Implement connect timeout.
Published in <sxs1ydld8ha.fsf@florida.arsdigita.de>.
2002-04-11 18:14:18 -07:00
hniksic
b0ab325703 [svn] Improve OpenSSL autodetection.
Published in <sxsitbcon7w.fsf@florida.arsdigita.de>.
2001-12-12 00:30:03 -08:00
hniksic
bad01ccf81 [svn] Be more specific when checking for Solaris MD5.
Published in <sxs667ep9bu.fsf@florida.arsdigita.de>.
2001-12-10 22:20:22 -08:00
hniksic
4e5bbd646b [svn] Various progress-bar related fixes.
Published in <sxspu5slja3.fsf@florida.arsdigita.de>.
2001-12-06 02:45:27 -08:00
hniksic
999388bfa0 [svn] Check for memmove and implement one if it's missing. 2001-11-29 11:43:29 -08:00