Added experimental support for zlib and OpenSSL on Symbian OS.

This commit is contained in:
Dan Fandrich
2008-10-25 05:41:01 +00:00
parent d104216bbe
commit e9c94cdd49
5 changed files with 46 additions and 9 deletions

View File

@@ -106,6 +106,10 @@
#ifdef HAVE_ZLIB_H
#include <zlib.h> /* for content-encoding */
#ifdef __SYMBIAN32__
/* zlib pollutes the namespace with this definition */
#undef WIN32
#endif
#endif
#ifdef USE_ARES