mirror of
https://github.com/curl/curl.git
synced 2026-07-31 07:28:06 +03:00
Added support for running on Symbian OS.
This commit is contained in:
parent
ad1dd08693
commit
1960eebc2d
25 changed files with 1158 additions and 16 deletions
|
|
@ -93,6 +93,11 @@
|
|||
/* The last #include file should be: */
|
||||
#include "memdebug.h"
|
||||
|
||||
#ifdef __SYMBIAN32__
|
||||
/* This isn't actually supported under Symbian OS */
|
||||
#undef SO_NOSIGPIPE
|
||||
#endif
|
||||
|
||||
static bool verifyconnect(curl_socket_t sockfd, int *error);
|
||||
|
||||
static curl_socket_t
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue