1 --- icuSources/common/unicode/uconfig.h 2008-07-12 23:14:49.000000000 -0700
2 +++ build/common/unicode/uconfig.h 2008-07-24 12:52:05.000000000 -0700
6 #ifndef UCONFIG_NO_SERVICE
7 -# define UCONFIG_NO_SERVICE 0
8 +# define UCONFIG_NO_SERVICE 1
12 --- icuSources/common/unicode/udata.h 2008-07-12 23:14:49.000000000 -0700
13 +++ build/common/unicode/udata.h 2008-07-24 12:52:05.000000000 -0700
15 /** ICU does not access the file system for data loading. */
17 /** An alias for the default access mode. */
18 - UDATA_DEFAULT_ACCESS = UDATA_FILES_FIRST,
19 + UDATA_DEFAULT_ACCESS = UDATA_ONLY_PACKAGES,
20 UDATA_FILE_ACCESS_COUNT