xref: /php-src/ext/calendar/config.w32 (revision f66feaec)
1// vim:ft=javascript
2
3ARG_ENABLE("calendar", "calendar conversion support", "yes");
4
5if (PHP_CALENDAR == "yes") {
6	EXTENSION("calendar", "calendar.c dow.c french.c gregor.c jewish.c \
7		julian.c easter.c cal_unix.c");
8	AC_DEFINE('HAVE_CALENDAR', 1, "Define to 1 if the PHP extension 'calendar' is available.");
9}
10