php-src/ext/filepro/config.w32
Edin Kadribasic a256705044 Added filepro to the new win32 build. Works both as shared
and built-in extension on windows.
2003-12-07 00:59:35 +00:00

10 lines
224 B
JavaScript

// $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');
}