1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 00:41:44 +02:00
zsh/Src/Modules/pcre.mdd

8 lines
160 B
Plaintext
Raw Normal View History

2001-07-02 21:39:34 +02:00
name=zsh/pcre
2004-03-01 18:58:53 +01:00
link=`if test x$enable_pcre = xyes; then echo dynamic; else echo no; fi`
2001-07-02 21:39:34 +02:00
load=no
autobins="pcre_compile pcre_study pcre_match"
objects="pcre.o"