mirror of
				https://git.proxmox.com/git/grub2
				synced 2025-10-31 13:55:51 +00:00 
			
		
		
		
	 cd46aa6cef
			
		
	
	
		cd46aa6cef
		
	
	
	
	
		
			
			the function of these files exceeds what can be sanely handled in shell in posix-comaptible way. Also writing it in C extends the functionality to non-UNIX-like OS and minimal environments.
		
			
				
	
	
		
			8 lines
		
	
	
		
			167 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			167 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #if defined (__MINGW32__) && !defined (__CYGWIN__)
 | |
| #include "windows/config.c"
 | |
| #elif defined (__AROS__)
 | |
| #include "aros/config.c"
 | |
| #else
 | |
| #include "unix/config.c"
 | |
| #endif
 |