aboutsummaryrefslogtreecommitdiff
path: root/packages/Symbian/group
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2009-04-11 07:06:34 +0000
committerDan Fandrich <dan@coneharvesters.com>2009-04-11 07:06:34 +0000
commite43606eb4d3b2b914ff3c4a53e68ff9ad68503b8 (patch)
treedbc88eba6e2f1e02ec13fe71a9bedd7191b95929 /packages/Symbian/group
parent6a378a28b494274c144e2a8e4a870c2707a6f601 (diff)
Added new libcurl source files to Symbian OS build files.
Improved Symbian support for SSL.
Diffstat (limited to 'packages/Symbian/group')
-rw-r--r--packages/Symbian/group/libcurl.mmp10
1 files changed, 7 insertions, 3 deletions
diff --git a/packages/Symbian/group/libcurl.mmp b/packages/Symbian/group/libcurl.mmp
index 10357b9ec..356106bb4 100644
--- a/packages/Symbian/group/libcurl.mmp
+++ b/packages/Symbian/group/libcurl.mmp
@@ -2,7 +2,7 @@
// libcurl.dll cURL network retrieval client library
//
-// Build-time options
+// Build-time options (uncomment these to enable)
//#define ENABLE_ZLIB // Enable gzip/deflate decompression
//#define ENABLE_SSL // Enable SSL for HTTPS/FTPS (requires S60 Open C SDK)
@@ -16,7 +16,7 @@ MACRO BUILDING_LIBCURL
MACRO HAVE_LIBZ
#endif
#ifdef ENABLE_SSL
-MACRO USE_SSL
+MACRO USE_SSLEAY
#endif
SOURCEPATH ../../../lib
@@ -30,9 +30,13 @@ SOURCE \
http_negotiate.c http_ntlm.c inet_pton.c strtoofft.c strerror.c \
hostares.c hostasyn.c hostip4.c hostip6.c hostsyn.c hostthre.c \
inet_ntop.c parsedate.c select.c gtls.c sslgen.c tftp.c splay.c \
- strdup.c socks.c ssh.c nss.c qssl.c rawstr.c curl_addrinfo.c
+ strdup.c socks.c ssh.c nss.c qssl.c rawstr.c curl_addrinfo.c \
+ socks_gssapi.c socks_sspi.c curl_sspi.c slist.c
USERINCLUDE ../../../lib ../../../include/curl
+#ifdef ENABLE_SSL
+USERINCLUDE /epoc32/include/stdapis/openssl
+#endif
SYSTEMINCLUDE ../../../include /epoc32/include/stdapis /epoc32/include