mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-10-29 05:40:25 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			258 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			258 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* Package name */
 | |
| #undef PACKAGE
 | |
| 
 | |
| /* Package version */
 | |
| #undef VERSION
 | |
| 
 | |
| /* Sound library version string */
 | |
| #undef SND_LIB_VERSION
 | |
| 
 | |
| /* DATA directory */
 | |
| #undef DATADIR
 | |
| 
 | |
| /* NDEBUG */
 | |
| #undef NDEBUG
 | |
| 
 | |
| /* Do we have FPU on this machine? */
 | |
| #undef HAVE_SOFT_FLOAT
 | 
