aboutsummaryrefslogtreecommitdiff
path: root/lib/config.dj
AgeCommit message (Collapse)Author
2004-12-11Dan 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-30alarm() works unreliable on djgpp 2.03. Don't use it.Gisle Vanem
2004-10-19djgpp has locale.h and setlocale().Gisle Vanem
2004-10-05djgpp has basename()Gisle Vanem
2004-06-29Gisle's djgpp updatesDaniel Stenberg
2004-03-29Gisle Vanem's djgpp/MS-DOS updatesDaniel Stenberg
2004-01-22it has strtollDaniel Stenberg
2003-12-19djgpp fixes by Gisle VanemDaniel Stenberg
2003-05-21 Gisle Vanem made curl build with djgpp on DOS.Daniel Stenberg