From 1fb1aab1edfa4af223202951861bc9a96340e85d Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Tue, 3 Feb 2004 00:10:37 +0000 Subject: [PATCH] ICU-3542 Add missing UCONFIG_NO_SERVICE X-SVN-Rev: 14444 --- icu4c/source/common/unicode/uconfig.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/icu4c/source/common/unicode/uconfig.h b/icu4c/source/common/unicode/uconfig.h index b951101bce9..e2ee59eb7ab 100644 --- a/icu4c/source/common/unicode/uconfig.h +++ b/icu4c/source/common/unicode/uconfig.h @@ -1,6 +1,6 @@ /* ********************************************************************** -* Copyright (C) 2002-2003, International Business Machines +* Copyright (C) 2002-2004, International Business Machines * Corporation and others. All Rights Reserved. ********************************************************************** * file name: uconfig.h @@ -158,6 +158,15 @@ # define UCONFIG_NO_REGULAR_EXPRESSIONS 0 #endif +/** + * \def UCONFIG_NO_SERVICE + * This switch turns off service registration. + * + * @draft ICU 2.8 + */ +#ifndef UCONFIG_NO_SERVICE +# define UCONFIG_NO_SERVICE 0 +#endif #endif