25 lines
		
	
	
		
			451 B
		
	
	
	
		
			C
		
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			451 B
		
	
	
	
		
			C
		
	
	
	
| /*
 | |
|  * xwin-config.h.in
 | |
|  *
 | |
|  * This file has all defines used in the xwin ddx
 | |
|  *
 | |
|  */
 | |
| #include <dix-config.h>
 | |
| 
 | |
| /* XFree86 based Xserver */
 | |
| #undef XFree86Server
 | |
| 
 | |
| /* Winsock networking */
 | |
| #undef HAS_WINSOCK
 | |
| 
 | |
| /* Cygwin has /dev/windows for signaling new win32 messages */
 | |
| #undef HAS_DEVWINDOWS
 | |
| 
 | |
| /* Switch on debug messages */ 
 | |
| #undef CYGDEBUG
 | |
| #undef CYGWINDOWING_DEBUG
 | |
| #undef CYGMULTIWINDOW_DEBUG
 | |
| 
 | |
| /* Do we require our own snprintf? */
 | |
| #undef NEED_SNPRINTF
 |