Skip to content

Commit 3d64031

Browse files
committed
symbian: drop support
The OS is deprecated. I see no traces of anyone having actually built curl for Symbian after 2012. The public headers are unmodified. Closes curl#5989
1 parent 5a654a0 commit 3d64031

28 files changed

+18
-1318
lines changed

lib/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ EXTRA_DIST = Makefile.m32 config-win32.h config-win32ce.h \
2727
config-plan9.h config-riscos.h config-mac.h curl_config.h.in \
2828
makefile.dj config-dos.h libcurl.plist libcurl.rc config-amigaos.h \
2929
makefile.amiga Makefile.netware nwlib.c nwos.c config-win32ce.h \
30-
config-os400.h setup-os400.h config-symbian.h \
30+
config-os400.h setup-os400.h \
3131
config-tpf.h mk-ca-bundle.pl mk-ca-bundle.vbs $(CMAKE_DIST) \
3232
firefox-db2pem.sh config-vxworks.h Makefile.vxworks checksrc.pl \
3333
setup-win32.h

lib/asyn-ares.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
#include "select.h"
6868
#include "progress.h"
6969

70-
# if defined(CURL_STATICLIB) && !defined(CARES_STATICLIB) && \
71-
(defined(WIN32) || defined(__SYMBIAN32__))
70+
# if defined(CURL_STATICLIB) && !defined(CARES_STATICLIB) && \
71+
defined(WIN32)
7272
# define CARES_STATICLIB
7373
# endif
7474
# include <ares.h>

0 commit comments

Comments
 (0)