Daniel Cater made libcurl build with CURL_NO_OLDIES defined (which doesn't

define the symbols for backwards source compatibility)
This commit is contained in:
Daniel Stenberg
2007-07-13 20:04:53 +00:00
parent fea938cbcb
commit cf5378b366
4 changed files with 15 additions and 8 deletions

View File

@@ -6,6 +6,12 @@
Changelog
Daniel S (13 July 2007)
- Daniel Cater fixes:
1 - made 'make vc8' work on windows.
2 - made libcurl itself built with CURL_NO_OLDIES defined (which doesn't
define the symbols for backwards source compatibility)
Daniel S (12 July 2007)
- Made the krb5 code build with Heimdal's GSSAPI lib.