mirror of
https://github.com/php-win-ext/pecl-system-sync.git
synced 2026-03-24 00:52:14 +01:00
9 lines
154 B
JavaScript
9 lines
154 B
JavaScript
// $Id$
|
|
// vim:ft=javascript
|
|
|
|
ARG_ENABLE("sync", "enable synchronization object support", "no");
|
|
|
|
if (PHP_SYNC != "no") {
|
|
EXTENSION("sync", "sync.c");
|
|
}
|