summaryrefslogtreecommitdiff
path: root/src/config.w32
diff options
context:
space:
mode:
authorSebastien Blot2017-09-20 10:11:01 +0200
committerSebastien Blot2017-09-20 10:11:01 +0200
commit868f96c759b6650d88ff9f4fbc5c048302134248 (patch)
treec0de0af318bf77a8959164ef11aeeeb2b7bab294 /src/config.w32
Initial import
Diffstat (limited to 'src/config.w32')
-rw-r--r--src/config.w3213
1 files changed, 13 insertions, 0 deletions
diff --git a/src/config.w32 b/src/config.w32
new file mode 100644
index 0000000..a0197c1
--- /dev/null
+++ b/src/config.w32
@@ -0,0 +1,13 @@
1// $Id$
2// vim:ft=javascript
3
4// If your extension references something external, use ARG_WITH
5// ARG_WITH("snuffleupagus", "for snuffleupagus support", "no");
6
7// Otherwise, use ARG_ENABLE
8// ARG_ENABLE("snuffleupagus", "enable snuffleupagus support", "no");
9
10if (PHP_SNUFFLEUPAGUS != "no") {
11 EXTENSION("snuffleupagus", "snuffleupagus.c", PHP_EXTNAME_SHARED, "/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
12}
13