Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-07-12 | Remove unneeded stuff. | Gisle Vanem | |
2006-07-12 | DJGPP/WATT32 does not have functions named recv() send() getnameinfo(). | Yang Tse | |
2006-07-11 | include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined. | Yang Tse | |
2006-07-11 | Added comment and CVS id. | Gisle Vanem | |
2006-07-05 | Oops ! | Yang Tse | |
2006-07-05 | Add types and qualifiers for getnameifo(), send() and recv(). | Gisle Vanem | |
(Yang Tse forgot about djgpp) | |||
2006-04-26 | djgpp has <process.h> too. | Gisle Vanem | |
2006-02-26 | Use getprotobyname() to retrieve protocol number for TCP | Gisle Vanem | |
(sorry, I don't know how to add this to the configure process). | |||
2005-05-14 | 'ssize_t' seems to be a gcc 4.x built-in. | Gisle Vanem | |
2005-03-11 | Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detects | Dan Fandrich | |
the correct dynamic library names by default, and provides override switches --with-ldap-lib, --with-lber-lib and --without-lber-lib. Added CURL_DISABLE_LDAP to platform-specific config files to disable LDAP support on those platforms that probably don't have dynamic OpenLDAP libraries available to avoid compile errors. | |||
2004-12-11 | Dan Fandrich: | Daniel Stenberg | |
Here's a stab at a consolidation of the SSL detection heuristics into configure. Source files aren't changed by this patch, except for setup.h and the various config*.h files. Within the configure script, OPENSSL_ENABLED is used to determine if SSL is being used or not, and outside configure, USE_SSLEAY means the same thing; this could be even further unified some day. Now, when SSL is not detected, configure skips the various checks that are dependent on SSL, speeding up the configure process and avoiding complications with cross compiles. I also updated all the architecture- specific config files I could see, but I couldn't test them. | |||
2004-11-30 | alarm() works unreliable on djgpp 2.03. Don't use it. | Gisle Vanem | |
2004-10-19 | djgpp has locale.h and setlocale(). | Gisle Vanem | |
2004-10-05 | djgpp has basename() | Gisle Vanem | |
2004-06-29 | Gisle's djgpp updates | Daniel Stenberg | |
2004-03-29 | Gisle Vanem's djgpp/MS-DOS updates | Daniel Stenberg | |
2004-01-22 | it has strtoll | Daniel Stenberg | |
2003-12-19 | djgpp fixes by Gisle Vanem | Daniel Stenberg | |
2003-05-21 | Gisle Vanem made curl build with djgpp on DOS. | Daniel Stenberg | |