php-src/ext/filepro/config.w32

10 lines
224 B
Plaintext
Raw Normal View History

// $Id$
// vim:ft=javascript
ARG_ENABLE("filepro", "Enable the bundled read-only filePro support.", "no");
if (PHP_FILEPRO != "no") {
EXTENSION("filepro", "filepro.c");
AC_DEFINE('HAVE_FILEPRO', 1, 'filepro support');
}