mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-10-29 17:31:02 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			287 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			287 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| name=zsh/termcap
 | |
| 
 | |
| link='if test "x$ac_cv_func_tgetent" = xyes; then
 | |
|           if test "x$zsh_cv_shared_tgetent" = xyes; then
 | |
| 	      echo either
 | |
| 	  else
 | |
| 	      echo static
 | |
| 	  fi
 | |
|       else
 | |
|           echo either;
 | |
|       fi
 | |
| '
 | |
| load=yes
 | |
| 
 | |
| autofeatures="b:echotc p:termcap"
 | |
| 
 | |
| objects="termcap.o"
 |