summaryrefslogtreecommitdiff
path: root/ext/calendar/config.w32
blob: bd9faba46a08c00b3feb7817de80149ff2fe49cd (plain)
1
2
3
4
5
6
7
8
9
10
// $Id$
// vim:ft=javascript

ARG_ENABLE("calendar", "calendar conversion support", "yes");

if (PHP_CALENDAR == "yes") {
	EXTENSION("calendar", "calendar.c dow.c french.c gregor.c jewish.c \
		julian.c easter.c cal_unix.c");
	AC_DEFINE('HAVE_CALENDAR', 1, 'Have calendar');
}