summaryrefslogtreecommitdiff
path: root/config.w32
diff options
context:
space:
mode:
authorStefan Esser2010-02-21 11:44:54 +0100
committerStefan Esser2010-02-21 11:44:54 +0100
commit36dbfacbe64697d959f524e537b15b73c090d898 (patch)
treef1c7ce1409b0e7765fc72d550546967fcf0f9717 /config.w32
Inital commit
Diffstat (limited to 'config.w32')
-rw-r--r--config.w3211
1 files changed, 11 insertions, 0 deletions
diff --git a/config.w32 b/config.w32
new file mode 100644
index 0000000..bd0e169
--- /dev/null
+++ b/config.w32
@@ -0,0 +1,11 @@
1// $Id: config.w32,v 1.1.1.1 2007-11-28 01:15:35 sesser Exp $
2// vim:ft=javascript
3
4ARG_ENABLE("suhosin", "whether to enable suhosin support", "yes");
5
6if (PHP_SUHOSIN == "yes") {
7 EXTENSION("suhosin", "suhosin.c crypt.c crypt_blowfish.c sha256.c memory_limit.c treat_data.c ifilter.c post_handler.c ufilter.c rfc1867.c log.c header.c execute.c ex_imp.c session.c aes.c");
8 if (PHP_SUHOSIN_SHARED) {
9 ADD_SOURCES(configure_module_dirname, "crypt_win32.c crypt_md5.c", "suhosin");
10 }
11}