1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 18:53:33 +02:00
Files
archived-php-src/ext/mime_magic/config.w32
T
Wez Furlong 0c126e1233 make these build with new win32 build system.
mcve untested (I don't have those libs/headers)
2003-12-19 15:04:31 +00:00

10 lines
158 B
JavaScript

// $Id$
// vim:ft=javascript
ARG_WITH("mime-magic", "Mime Magic support", "no");
if (PHP_MIME_MAGIC != "no") {
EXTENSION('mime_magic', 'mime_magic.c');
}