Put back Vladimir's testing defines, which I mistakenly removed.
This commit is contained in:
		
							
								
								
									
										10
									
								
								cmdedit.c
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								cmdedit.c
									
									
									
									
									
								
							@@ -41,11 +41,13 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#else
 | 
					#else
 | 
				
			||||||
 | 
					
 | 
				
			||||||
//#define BB_FEATURE_NONPRINTABLE_INVERSE_PUT
 | 
					#define BB_FEATURE_SH_COMMAND_EDITING
 | 
				
			||||||
//#define BB_FEATURE_BASH_STYLE_PROMT
 | 
					#define BB_FEATURE_SH_TAB_COMPLETION
 | 
				
			||||||
 | 
					#define BB_FEATURE_SH_USERNAME_COMPLETION
 | 
				
			||||||
 | 
					#define BB_FEATURE_NONPRINTABLE_INVERSE_PUT
 | 
				
			||||||
 | 
					#define BB_FEATURE_BASH_STYLE_PROMT
 | 
				
			||||||
 | 
					#define BB_FEATURE_CLEAN_UP
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define TRUE  1
 | 
					 | 
				
			||||||
#define FALSE 0
 | 
					 | 
				
			||||||
#define D(x)  x
 | 
					#define D(x)  x
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#endif							/* TEST */
 | 
					#endif							/* TEST */
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -41,11 +41,13 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#else
 | 
					#else
 | 
				
			||||||
 | 
					
 | 
				
			||||||
//#define BB_FEATURE_NONPRINTABLE_INVERSE_PUT
 | 
					#define BB_FEATURE_SH_COMMAND_EDITING
 | 
				
			||||||
//#define BB_FEATURE_BASH_STYLE_PROMT
 | 
					#define BB_FEATURE_SH_TAB_COMPLETION
 | 
				
			||||||
 | 
					#define BB_FEATURE_SH_USERNAME_COMPLETION
 | 
				
			||||||
 | 
					#define BB_FEATURE_NONPRINTABLE_INVERSE_PUT
 | 
				
			||||||
 | 
					#define BB_FEATURE_BASH_STYLE_PROMT
 | 
				
			||||||
 | 
					#define BB_FEATURE_CLEAN_UP
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define TRUE  1
 | 
					 | 
				
			||||||
#define FALSE 0
 | 
					 | 
				
			||||||
#define D(x)  x
 | 
					#define D(x)  x
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#endif							/* TEST */
 | 
					#endif							/* TEST */
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user