Annotation of embedaddon/php/ext/ftp/config.w32, revision 1.1

1.1     ! misho       1: // $Id: config.w32 242949 2007-09-26 15:44:16Z cvs2svn $
        !             2: // vim:ft=javascript
        !             3: 
        !             4: ARG_ENABLE("ftp", "ftp support", "yes");
        !             5: 
        !             6: if (PHP_FTP == "yes") {
        !             7:        EXTENSION("ftp", "php_ftp.c ftp.c");
        !             8:        AC_DEFINE('HAVE_FTP', 1, 'Have FTP support');
        !             9: }

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>