diff options
Diffstat (limited to 'ext/ftp/config.w32')
-rw-r--r-- | ext/ftp/config.w32 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ext/ftp/config.w32 b/ext/ftp/config.w32 new file mode 100644 index 0000000000..c91e350a86 --- /dev/null +++ b/ext/ftp/config.w32 @@ -0,0 +1,9 @@ +// $Id$ +// vim:ft=javascript + +ARG_ENABLE("ftp", "ftp support", "yes"); + +if (PHP_FTP == "yes") { + EXTENSION("ftp", "php_ftp.c ftp.c"); + AC_DEFINE('HAVE_FTP', 1, 'Have FTP support'); +} |