aboutsummaryrefslogtreecommitdiff
path: root/src/config.h.in
AgeCommit message (Collapse)Author
2004-11-08weirdo hack to fix debian bug report 278691:Daniel Stenberg
'curl -v writes debugging to its network socket if stderr is closed'
2004-10-18Peter Wullinger pointed out that curl should call setlocale() properly toDaniel Stenberg
initiate the specific language operations, to make the IDN stuff work better.
2004-10-10set the SIZEOF_LONG define to get the new lib/strtoofft.h fineDaniel Stenberg
2004-06-27check for a fine poll() before it is used to sleep subsecondDaniel Stenberg
2004-04-06added HAVE_GETTIMEOFDAY, we need it for better time resolutionDaniel Stenberg
2004-02-12support configure --disable-manualDaniel Stenberg
2004-02-05Fix the socklen_t type too. Needed only when built with memory debuggingDaniel Stenberg
as then we include the memdebug.h header from the lib dir, and it then requires this type... (fails on IRIX 6.5 without this)
2004-01-22use curl_off_t instead of off_tDaniel Stenberg
2004-01-14HAVE_LIMITS_HDaniel Stenberg
2004-01-13define HAVE_LIBZ if libz is present, for hugehelp.cDaniel Stenberg
2004-01-05David J Meyer's large file support.Daniel Stenberg
2003-11-08for the getpwuid() etcDaniel Stenberg
2003-11-07Based on Gisle Vanem's $HOME patch, we now attempt to find the home dirDaniel Stenberg
in a slightly better way for more platforms. The $HOME is only used for .curlrc atm, but the possible upcoming change of .netrc treatment may also need the home dir.
2003-10-17define HAVE_SYS_SOCKET_H if that file is present. This is needed when weDaniel Stenberg
#include "../lib/memdebug.h" for memory debug builds.
2003-10-16Added support for password prompting if only used name is given on theDaniel Stenberg
command line.
2003-08-18set the large-file support defines for the client tooDaniel Stenberg
2003-07-04HAVE_SETVBUF removed, no longer usedDaniel Stenberg
2003-06-03we want the time defines tooDaniel Stenberg
2003-01-29HAVE_WRITABLE_ARGV is set if argv[] is writable on the system, and thenDaniel Stenberg
we attempt to hide some of the more sensitive command line arguments
2002-08-13mr Hartroth correctly pointed out that poll() isn't really that portableDaniel Stenberg
so we need to hack around it when not there
2002-07-28added HAVE_SETVBUFDaniel Stenberg
2002-06-15HAVE_SYS_POLL_HDaniel Stenberg
2002-06-07Added HAVE_SYS_TYPES_HDaniel Stenberg
2002-05-10AIX wants sys/select.h for the fd_set stuff in curl/multi.h, and even thoughDaniel Stenberg
it is a bit ugly work-around to add this here, it is still a working work- around! ;-)
2001-09-07HAVE_SYS_UTIME_H adjustmentsDaniel Stenberg
2001-09-03utime() and utime.h adjustments for curl -RDaniel Stenberg
2001-05-22cleanup commit for new autoconf+automake+libtool versionsDaniel Stenberg
2000-03-146.5 cleanup commitDaniel Stenberg
1999-12-29Initial revisionDaniel Stenberg