| 
									
										
										
										
											1996-08-20 16:34:01 +00:00
										 |  |  | /*
 | 
					
						
							|  |  |  | ** Special config-file for _tkinter plugin. | 
					
						
							|  |  |  | */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-05-06 22:32:35 +00:00
										 |  |  | #define USE_GUSI2		/* Stdio implemented with GUSI 2 */
 | 
					
						
							|  |  |  | /* #define USE_GUSI1	/* Stdio implemented with GUSI 1.X */ | 
					
						
							| 
									
										
										
										
											2002-04-11 20:56:15 +00:00
										 |  |  | #if defined(USE_GUSI2)
 | 
					
						
							| 
									
										
										
										
											2000-05-06 22:32:35 +00:00
										 |  |  | #define USE_GUSI
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2000-04-07 15:40:59 +00:00
										 |  |  | #define WITH_THREAD		/* Use thread support (needs GUSI 2, not GUSI 1) */
 | 
					
						
							| 
									
										
										
										
											1996-08-20 16:34:01 +00:00
										 |  |  | #define USE_TK			/* Include _tkinter module in core Python */
 | 
					
						
							|  |  |  | #define MAC_TCL			/* This *must* be on if USE_TK is on */
 | 
					
						
							| 
									
										
										
										
											2001-05-14 15:00:38 +00:00
										 |  |  | #define WITHOUT_FRAMEWORKS	/* Use old-style Universal Header includes, not Carbon/Carbon.h */
 | 
					
						
							| 
									
										
										
										
											2001-12-05 22:44:45 +00:00
										 |  |  | #ifndef Py_DEBUG
 | 
					
						
							|  |  |  | #define NDEBUG
 | 
					
						
							|  |  |  | #endif
 |