diff options
Diffstat (limited to 'ext/calendar/config.w32')
-rw-r--r-- | ext/calendar/config.w32 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ext/calendar/config.w32 b/ext/calendar/config.w32 new file mode 100644 index 0000000..bd9faba --- /dev/null +++ b/ext/calendar/config.w32 @@ -0,0 +1,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'); +} |