| OLD | NEW |
| 1 /* | 1 /* |
| 2 ********************************************************************** | 2 ********************************************************************** |
| 3 * Copyright (C) 2002-2009, International Business Machines | 3 * Copyright (C) 2002-2009, International Business Machines |
| 4 * Corporation and others. All Rights Reserved. | 4 * Corporation and others. All Rights Reserved. |
| 5 ********************************************************************** | 5 ********************************************************************** |
| 6 * file name: uconfig.h | 6 * file name: uconfig.h |
| 7 * encoding: US-ASCII | 7 * encoding: US-ASCII |
| 8 * tab size: 8 (not used) | 8 * tab size: 8 (not used) |
| 9 * indentation:4 | 9 * indentation:4 |
| 10 * | 10 * |
| (...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 222 * \def UCONFIG_NO_SERVICE | 222 * \def UCONFIG_NO_SERVICE |
| 223 * This switch turns off service registration. | 223 * This switch turns off service registration. |
| 224 * | 224 * |
| 225 * @stable ICU 3.2 | 225 * @stable ICU 3.2 |
| 226 */ | 226 */ |
| 227 #ifndef UCONFIG_NO_SERVICE | 227 #ifndef UCONFIG_NO_SERVICE |
| 228 # define UCONFIG_NO_SERVICE 0 | 228 # define UCONFIG_NO_SERVICE 0 |
| 229 #endif | 229 #endif |
| 230 | 230 |
| 231 #endif | 231 #endif |
| OLD | NEW |