summaryrefslogtreecommitdiff
path: root/ext/session/config.w32
blob: fd568f3c3e639d4f785d9f2abf45809b16c1982b (plain)
1
2
3
4
5
6
7
8
9
10
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");
}