php-src/ext/calendar/config.w32
Wez Furlong 05b9b20ed8 Add new (optional!) win32 build infrastructure.
Will follow up to internals@ shortly.
2003-12-02 23:17:04 +00:00

11 lines
277 B
JavaScript

// $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');
}