diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2010-03-11 06:58:36 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2010-03-11 06:58:36 +0000 |
commit | e37d1b1ee309f559d60529c8baa1aae846e43606 (patch) | |
tree | b3f4b4dfc28a3a0cf29f7d3a3ba1ee70dd392c48 /packages | |
parent | c7e647b88a1fd69db297b1dcb7b0c8a8bb723745 (diff) | |
download | curl-e37d1b1ee309f559d60529c8baa1aae846e43606.tar.gz |
Enable Symbian zlib support by default.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/Symbian/group/libcurl.mmp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/Symbian/group/libcurl.mmp b/packages/Symbian/group/libcurl.mmp index 400dcff1b..05bb9cf54 100644 --- a/packages/Symbian/group/libcurl.mmp +++ b/packages/Symbian/group/libcurl.mmp @@ -3,7 +3,7 @@ // // Build-time options (uncomment these to enable) -//#define ENABLE_ZLIB // Enable gzip/deflate decompression +#define ENABLE_ZLIB // Enable gzip/deflate decompression //#define ENABLE_SSL // Enable SSL for HTTPS/FTPS (requires S60 Open C SDK) TARGET libcurl.dll |