]> granicus.if.org Git - curl/commitdiff
Fix large file support for Symbian OS on the emulator.
authorDan Fandrich <dan@coneharvesters.com>
Wed, 27 Aug 2008 01:48:33 +0000 (01:48 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Wed, 27 Aug 2008 01:48:33 +0000 (01:48 +0000)
lib/config-symbian.h

index 6c91cba361b02c8e2fa06b44e23711b955057f3e..ddccf1e8262a66e508d0b96210028e0c7ed9f664 100644 (file)
 #ifdef _DEBUG
 /* #define CURLDEBUG */
 #endif
+
+/* sys/cdefs.h fails to define this for WINSCW */
+#ifndef __LONG_LONG_SUPPORTED
+#define __LONG_LONG_SUPPORTED
+#endif