xref: /PHP-7.2/ext/calendar/config.w32 (revision 05b9b20e)
1// $Id$
2// vim:ft=javascript
3
4ARG_ENABLE("calendar", "calendar conversion support", "yes");
5
6if (PHP_CALENDAR == "yes") {
7	EXTENSION("calendar", "calendar.c dow.c french.c gregor.c jewish.c \
8		julian.c easter.c cal_unix.c");
9	AC_DEFINE('HAVE_CALENDAR', 1, 'Have calendar');
10}
11