php-src/ext/mhash/config.w32

11 lines
176 B
Plaintext
Raw Normal View History

2004-01-09 13:42:14 +00:00
// $Id$
// vim:ft=javascript
ARG_WITH("mhash", "mhash support", "no");
if (PHP_MHASH != "no") {
EXTENSION('mhash', 'mhash.c');
ADD_EXTENSION_DEP('mhash', 'hash', true);
2004-01-09 13:42:14 +00:00
}