فهرست منبع

Mark Symbian support as dead

bel2125 8 سال پیش
والد
کامیت
d7c151551a
1فایلهای تغییر یافته به همراه9 افزوده شده و 0 حذف شده
  1. 9 0
      src/civetweb.c

+ 9 - 0
src/civetweb.c

@@ -102,6 +102,15 @@ mg_static_assert(sizeof(void *) >= sizeof(int), "data type size check");
 #endif
 
 #if defined(__SYMBIAN32__)
+/* According to https://en.wikipedia.org/wiki/Symbian#History,
+ * Symbian is no longer maintained since 2014-01-01.
+ * Recent versions of CivetWeb are no longer tested for Symbian.
+ * It makes no sense, to support an abandoned operating system.
+ * All remaining "#ifdef __SYMBIAN__" cases will be droped from
+ * the code sooner or later.
+ */
+#pragma message                                                                \
+    "Symbian is no longer maintained. CivetWeb will drop Symbian support."
 #define NO_SSL /* SSL is not supported */
 #define NO_CGI /* CGI is not supported */
 #define PATH_MAX FILENAME_MAX