mirror of
https://github.com/php/pecl-numbers-bitset.git
synced 2026-03-23 23:42:23 +01:00
10 lines
147 B
JavaScript
10 lines
147 B
JavaScript
// $Id$
|
|
// vim:ft=javascript
|
|
|
|
ARG_ENABLE("bitset", "enable bitset support", "no");
|
|
|
|
if (PHP_BITSET != "no") {
|
|
EXTENSION("bitset", "bitset.c");
|
|
}
|
|
|