summaryrefslogtreecommitdiff
path: root/ext/unicode/config.w32
blob: 0cd57317e5c29a444c8e234d0da4e904a0f6f4d8 (plain)
1
2
3
4
5
6
7
8
// $Id$
// vim:ft=javascript

ARG_ENABLE('unicode' , 'ICU API extension', 'yes');
if (PHP_UNICODE != 'no') {
  EXTENSION("unicode", "unicode.c unicode_filter.c unicode_iterators.c locale.c");
  AC_DEFINE('HAVE_UNICODE', 1, 'ICU API extension');
}