summaryrefslogtreecommitdiffstats
path: root/storage/mroonga/vendor/groonga/bindings/php/config.w32
diff options
context:
space:
mode:
Diffstat (limited to 'storage/mroonga/vendor/groonga/bindings/php/config.w32')
-rw-r--r--storage/mroonga/vendor/groonga/bindings/php/config.w326
1 files changed, 6 insertions, 0 deletions
diff --git a/storage/mroonga/vendor/groonga/bindings/php/config.w32 b/storage/mroonga/vendor/groonga/bindings/php/config.w32
new file mode 100644
index 00000000..d0fab53b
--- /dev/null
+++ b/storage/mroonga/vendor/groonga/bindings/php/config.w32
@@ -0,0 +1,6 @@
+ARG_WITH('groonga', 'Groonga', 'no');
+
+if (PHP_GROONGA == "yes") {
+ EXTENSION("groonga", "groonga.c");
+ AC_DEFINE("HAVE_GROONGA", 1, "groonga support");
+}