|  | @@ -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
 |