--- icuSources/common/unicode/uconfig.h 2008-07-12 23:14:49.000000000 -0700 +++ build/common/unicode/uconfig.h 2008-07-24 12:52:05.000000000 -0700 @@ -222,7 +222,7 @@ * @stable ICU 3.2 */ #ifndef UCONFIG_NO_SERVICE -# define UCONFIG_NO_SERVICE 0 +# define UCONFIG_NO_SERVICE 1 #endif #endif --- icuSources/common/unicode/udata.h 2008-07-12 23:14:49.000000000 -0700 +++ build/common/unicode/udata.h 2008-07-24 12:52:05.000000000 -0700 @@ -367,7 +367,7 @@ /** ICU does not access the file system for data loading. */ UDATA_NO_FILES, /** An alias for the default access mode. */ - UDATA_DEFAULT_ACCESS = UDATA_FILES_FIRST, + UDATA_DEFAULT_ACCESS = UDATA_ONLY_PACKAGES, UDATA_FILE_ACCESS_COUNT } UDataFileAccess;