mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-10-31 18:10:56 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			152 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			152 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| AC_DEFUN([zsh_OOT],
 | |
| [
 | |
| AC_CHECK_HEADERS(stdarg.h varargs.h termios.h termio.h)
 | |
| 
 | |
| AC_TYPE_SIGNAL
 | |
| 
 | |
| AC_DEFINE([ZSH_OOT_MODULE], [], [Out-of-tree module])
 | |
| ])
 |