Annotation of embedaddon/php/ext/calendar/config.w32, revision 1.1

1.1     ! misho       1: // $Id: config.w32 242949 2007-09-26 15:44:16Z cvs2svn $
        !             2: // vim:ft=javascript
        !             3: 
        !             4: ARG_ENABLE("calendar", "calendar conversion support", "yes");
        !             5: 
        !             6: if (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: }

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>