Added support for running on Symbian OS.
This commit is contained in:
@@ -110,8 +110,13 @@
|
||||
#define NIFLAGS NI_NUMERICHOST | NI_NUMERICSERV
|
||||
#endif
|
||||
|
||||
#ifdef __SYMBIAN32__
|
||||
/* Symbian OS panics when given a timeout much greater than 1/2 hour */
|
||||
#define RESP_TIMEOUT (1800*1000)
|
||||
#else
|
||||
/* Default response timeout in milliseconds */
|
||||
#define RESP_TIMEOUT (3600*1000)
|
||||
#endif
|
||||
|
||||
#ifdef CURL_DISABLE_VERBOSE_STRINGS
|
||||
#define ftp_pasv_verbose(a,b,c,d) do { } while(0)
|
||||
|
||||
Reference in New Issue
Block a user