mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
5 lines
198 B
JavaScript
5 lines
198 B
JavaScript
// $Id$
|
|
// vim:ft=javascript
|
|
|
|
EXTENSION("unicode", "unicode.c unicode_iterators.c collator.c locale.c property.c constants.c transform.c", false);
|
|
AC_DEFINE('HAVE_UNICODE', 1, 'ICU API extension');
|