24 lines
		
	
	
		
			442 B
		
	
	
	
		
			C
		
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			442 B
		
	
	
	
		
			C
		
	
	
	
| /* xkb-config.h.in: not at all generated.                      -*- c -*-
 | |
|  * 
 | |
|  */
 | |
| 
 | |
| #ifndef _XKB_CONFIG_H_
 | |
| #define _XKB_CONFIG_H_
 | |
| 
 | |
| /* Default set of XKB rules. */
 | |
| #undef __XKBDEFRULES__
 | |
| 
 | |
| /* Path to XKB definitions. */
 | |
| #undef XKB_BASE_DIRECTORY
 | |
| 
 | |
| /* Path to xkbcomp. */
 | |
| #undef XKB_BIN_DIRECTORY
 | |
| 
 | |
| /* XKB output dir for compiled keymaps. */
 | |
| #undef XKM_OUTPUT_DIR
 | |
| 
 | |
| /* Do not have `strcasecmp'. */
 | |
| #undef NEED_STRCASECMP
 | |
| 
 | |
| #endif /* _XKB_CONFIG_H_ */
 |