mirror of
				https://github.com/rofl0r/proxychains-ng.git
				synced 2025-11-04 00:56:03 +00:00 
			
		
		
		
	main.c: fix build error with solaris
sys/feature_tests.h:362:2: error: #error "Compiler or options invalid for pre-UNIX 03 X/Open applications and pre-2001 POSIX applications"
This commit is contained in:
		@@ -8,9 +8,9 @@
 | 
			
		||||
 ***************************************************************************/
 | 
			
		||||
 | 
			
		||||
#undef _POSIX_C_SOURCE
 | 
			
		||||
#define _POSIX_C_SOURCE 200809L
 | 
			
		||||
#define _POSIX_C_SOURCE 200112L
 | 
			
		||||
#undef _XOPEN_SOURCE
 | 
			
		||||
#define _XOPEN_SOURCE 700
 | 
			
		||||
#define _XOPEN_SOURCE 600
 | 
			
		||||
#include <stdio.h>
 | 
			
		||||
#include <unistd.h>
 | 
			
		||||
#include <stdlib.h>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user