mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-10-30 19:20:40 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			190 B
		
	
	
	
		
			Perl
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			190 B
		
	
	
	
		
			Perl
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/perl
 | |
| 
 | |
| # DEPRECATED!
 | |
| #
 | |
| # activate a pre-defined configuration
 | |
| 
 | |
| print "This script is deprecated!\n";
 | |
| print "See configs/README.txt regarding alternative config.h usage\n";
 | |
| exit 1;
 | 
