php-src/ext/unicode/config.w32

6 lines
198 B
Plaintext
Raw Normal View History

2005-08-12 09:10:04 +00:00
// $Id$
2005-08-11 23:36:07 +00:00
// vim:ft=javascript
2006-06-13 23:46:04 +00:00
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');