summaryrefslogtreecommitdiff
path: root/ext/hash/config.w32
diff options
context:
space:
mode:
Diffstat (limited to 'ext/hash/config.w32')
-rw-r--r--ext/hash/config.w3210
1 files changed, 10 insertions, 0 deletions
diff --git a/ext/hash/config.w32 b/ext/hash/config.w32
new file mode 100644
index 0000000000..b2dc934b0f
--- /dev/null
+++ b/ext/hash/config.w32
@@ -0,0 +1,10 @@
+// $Id$
+// vim:ft=javascript
+
+ARG_ENABLE("hash", "enable hash support", "no");
+
+if (PHP_HASH != "no") {
+ AC_DEFINE('HAVE_HASH_EXT', 1);
+ EXTENSION("hash", "hash.c hash_md.c hash_sha.c hash_ripemd.c");
+}
+