File: regex.mdd

package info (click to toggle)
zsh-beta 4.3.17-dev-0%2B20120621-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 19,804 kB
  • sloc: ansic: 95,966; sh: 5,899; makefile: 845; perl: 745; awk: 383; sed: 16
file content (8 lines) | stat: -rw-r--r-- 264 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
name=zsh/regex
link=`if test x$ac_cv_func_regcomp = xyes && \
         test x$ac_cv_func_regexec = xyes && \
         test x$ac_cv_func_regerror = xyes && \
         test x$ac_cv_func_regfree = xyes; then echo dynamic; else echo no; fi`
load=no

objects="regex.o"