about summary refs log tree commit diff
path: root/Src/Modules/regex.mdd
blob: d025cabdeccfc0e8e3b791a7cd83d20edbdcfeac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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

autobins=""

objects="regex.o"