You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zsh/Src/Modules/regex.mdd

9 lines
264 B
Plaintext

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"