ICU-3542 Add missing UCONFIG_NO_SERVICE

X-SVN-Rev: 14444
This commit is contained in:
George Rhoten 2004-02-03 00:10:37 +00:00
parent c12ddfbfc1
commit 1fb1aab1ed

View file

@ -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