summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2008-08-27 01:48:33 +0000
committerDan Fandrich <dan@coneharvesters.com>2008-08-27 01:48:33 +0000
commit709de3d6217bdd470ce1e1840375fe7f7bdeb2d4 (patch)
tree4ec90601ab3e63b991cce3d0f6732634100455f1
parentf9894f4ebcbe863c5075d411585dbca75311d427 (diff)
downloadcurl-709de3d6217bdd470ce1e1840375fe7f7bdeb2d4.tar.gz
Fix large file support for Symbian OS on the emulator.
-rw-r--r--lib/config-symbian.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/config-symbian.h b/lib/config-symbian.h
index 6c91cba36..ddccf1e82 100644
--- a/lib/config-symbian.h
+++ b/lib/config-symbian.h
@@ -802,3 +802,8 @@
#ifdef _DEBUG
/* #define CURLDEBUG */
#endif
+
+/* sys/cdefs.h fails to define this for WINSCW */
+#ifndef __LONG_LONG_SUPPORTED
+#define __LONG_LONG_SUPPORTED
+#endif