Changing the config.def.h to fit the new buildpath() behaviour.
This commit is contained in:
		
							parent
							
								
									4ce3808684
								
							
						
					
					
						commit
						6aaaeb7267
					
				| 
						 | 
				
			
			@ -6,9 +6,9 @@ static char *progress_trust = "#00FF00";
 | 
			
		|||
static char *progress_proxy = "#FFFF00";
 | 
			
		||||
static char *progress_proxy_trust = "#66FF00";
 | 
			
		||||
static char *progress_proxy_untrust = "#FF6600";
 | 
			
		||||
static char *stylefile      = ".surf/style.css";
 | 
			
		||||
static char *scriptfile     = ".surf/script.js";
 | 
			
		||||
static char *cookiefile     = ".surf/cookies.txt";
 | 
			
		||||
static char *stylefile      = "~/.surf/style.css";
 | 
			
		||||
static char *scriptfile     = "~/.surf/script.js";
 | 
			
		||||
static char *cookiefile     = "~/.surf/cookies.txt";
 | 
			
		||||
static time_t sessiontime   = 3600;
 | 
			
		||||
static char *cafile         = "/etc/ssl/certs/ca-certificates.crt";
 | 
			
		||||
static char *strictssl      = FALSE; /* Refuse untrusted SSL connections */
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue