From 05b9b20ed8e2f98b3fb71a227e49e11bdf7b9c6b Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Tue, 2 Dec 2003 23:17:04 +0000 Subject: Add new (optional!) win32 build infrastructure. Will follow up to internals@ shortly. --- ext/session/config.w32 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ext/session/config.w32 (limited to 'ext/session') diff --git a/ext/session/config.w32 b/ext/session/config.w32 new file mode 100644 index 0000000000..fd568f3c3e --- /dev/null +++ b/ext/session/config.w32 @@ -0,0 +1,11 @@ +// $Id$ +// vim:ft=javascript + +ARG_ENABLE("session", "session support", "yes"); + +if (PHP_SESSION == "yes") { + EXTENSION("session", "session.c mod_files.c mod_mm.c mod_user.c", false /* never shared */); + AC_DEFINE("HAVE_PHP_SESSION", 1, "Session support"); +} + + -- cgit v1.2.1