depends readline
depends libxml2

optional_depends "httpd" \
		 "--with-apxs2 --disable-cli" \
		 "" \
		 "build httpd handler module"

optional_depends "lighttpd" \
                 "--enable-fastcgi" \
                 "" \
                 "build FastCGI version also (for LigHTTPD)"

optional_depends "aspell" \
                 "--with-pspell" \
                 "" \
                 "for spelling functions"

optional_depends "mhash" \
                 "--with-mhash" \
                 "" \
                 "for hash functions support"

optional_depends "mcrypt" \
                 "--with-mcrypt" \
                 "" \
                 "for crypto library"

optional_depends "gmp" \
                 "--with-gmp" \
                 "" \
                 "GNU math lib support"

optional_depends "openssl" \
                 "--with-openssl" \
                 "" \
                 "for OpenSSL support"

optional_depends "gettext" \
                 "--with-gettext" \
                 "" \
                 "for GNU gettext support"

optional_depends "db" \
                 "--with-db4" \
                 "" \
                 "for Berkeley DB4 support"

optional_depends "gdbm" \
                 "--with-gdbm" \
                 "" \
                 "for GNU dbm support"

optional_depends "sqlite" \
                 "--with-pdo-sqlite=/usr" \
                 "" \
                 "for PDO SQLite support"

optional_depends "postgresql" \
                 "--with-pgsql=/usr --with-pdo-pgsql=/usr" \
                 "" \
                 "for PostgreSQL support"

optional_depends "mysql" \
                 "--with-mysql=/usr --with-mysqli --with-pdo-mysql=/usr" \
                 "" \
                 "for native MySQL support"

optional_depends "freetds" \
                 "--with-sybase=/usr" \
                 "" \
                 "for SyBase support"

optional_depends "freetype2" \
                 "--with-freetype-dir=/usr" \
                 "" \
                 "for freetype2 support"

optional_depends "PDFlib-Lite" \
                 "--with-pdflib" \
                 "" \
                 "for pdflib support"

optional_depends "gd" \
                 "--with-gd=/usr \
                  --enable-gd-native-ttf \
                  --with-jpeg-dir=/usr \
                  --with-png-dir=/usr" \
                 "" \
                 "external gd for on the fly graphics (deprecated)"

optional_depends "curl" \
                 "--with-curl" \
                 "" \
                 "for cURL support"

optional_depends "ming" \
                 "--with-ming" \
                 "--without-ming" \
                 "dynamic FLASH generation"

optional_depends "expat" \
                 "--with-expat-dir=/usr" \
                 "" \
                 "for expat XML support"

optional_depends "libxslt" \
                 "--with-xsl=/usr" \
                 "" \
                 "for DOM XSLT support"

optional_depends "openldap" \
                 "--with-ldap" \
                 "" \
                 "for ldap support"
