This makes the theoretical upper server limit 16383 servers with each having a 1023 character name.
		
			
				
	
	
		
			3 lines
		
	
	
		
			105 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			105 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
add_definitions(-DINI_MAX_LINE=16777216 -DINI_USE_STACK=0 -DINI_ALLOW_MULTILINE)
 | 
						|
add_library(inih ini.c)
 |