aboutsummaryrefslogtreecommitdiff
path: root/lib/config-vms.h
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-10-06removed tabs and trailing whitespace from sourceDaniel Stenberg
2004-01-05David J Meyer's large file support.Daniel Stenberg
2003-12-02use the HAVE_KRB4 define instead of just KRB4Daniel Stenberg
2003-03-14Nico Baggus little adjustment to build with OpenSSL 0.9.7 (the ENGINE thing)Daniel Stenberg
2003-02-04VMS has setjmp.hDaniel Stenberg
2002-06-12HAVE_SIGSETJMPDaniel Stenberg
2002-02-20Nico Baggus' VMS tweaksDaniel Stenberg
2002-02-07moved the config-*.h files from root to the lib/ dirDaniel Stenberg