]> git.saurik.com Git - apple/icu.git/blob - minimalpatchconfig.txt
ICU-491.11.1.tar.gz
[apple/icu.git] / minimalpatchconfig.txt
1 --- icuSources/common/unicode/uconfig.h 2011-12-11 21:21:47.000000000 -0800
2 +++ build/common/unicode/uconfig.h 2011-12-15 22:22:52.000000000 -0800
3 @@ -106,7 +106,7 @@
4 * @internal
5 */
6 #ifndef U_DISABLE_RENAMING
7 -#define U_DISABLE_RENAMING 0
8 +#define U_DISABLE_RENAMING 1
9 #endif
10
11 /**
12 @@ -401,7 +401,7 @@
13 * @stable ICU 3.2
14 */
15 #ifndef UCONFIG_NO_SERVICE
16 -# define UCONFIG_NO_SERVICE 0
17 +# define UCONFIG_NO_SERVICE 1
18 #endif
19
20 #endif
21 --- icuSources/common/unicode/udata.h 2010-11-23 14:49:28.000000000 -0800
22 +++ build/common/unicode/udata.h 2011-12-15 22:31:10.000000000 -0800
23 @@ -393,7 +393,7 @@
24 /** ICU does not access the file system for data loading. */
25 UDATA_NO_FILES,
26 /** An alias for the default access mode. */
27 - UDATA_DEFAULT_ACCESS = UDATA_FILES_FIRST,
28 + UDATA_DEFAULT_ACCESS = UDATA_ONLY_PACKAGES,
29 UDATA_FILE_ACCESS_COUNT
30 } UDataFileAccess;
31
32 --- icuSources/common/unicode/utypes.h 2011-12-12 12:17:54.000000000 -0800
33 +++ build/common/unicode/utypes.h 2011-12-15 22:30:43.000000000 -0800
34 @@ -59,7 +59,7 @@
35 */
36 #ifdef __cplusplus
37 # ifndef U_SHOW_CPLUSPLUS_API
38 -# define U_SHOW_CPLUSPLUS_API 1
39 +# define U_SHOW_CPLUSPLUS_API 0
40 # endif
41 #else
42 # undef U_SHOW_CPLUSPLUS_API
43 @@ -137,7 +137,7 @@
44 #define U_ICUDATA_NAME "icudt" U_ICU_VERSION_SHORT U_ICUDATA_TYPE_LETTER
45 #ifndef U_HIDE_INTERNAL_API
46 #define U_USRDATA_NAME "usrdt" U_ICU_VERSION_SHORT U_ICUDATA_TYPE_LETTER /**< @internal */
47 -#define U_USE_USRDATA 1 /**< @internal */
48 +#define U_USE_USRDATA 0 /**< @internal */
49 #endif /* U_HIDE_INTERNAL_API */
50
51 /**