ICU-3542 withdraw UCONFIG_NO_SERVICE

X-SVN-Rev: 15833
This commit is contained in:
Steven R. Loomis 2004-06-10 21:26:15 +00:00
parent 030892a5e6
commit f0fa285482

View File

@ -161,12 +161,12 @@
/**
* \def UCONFIG_NO_SERVICE
* This switch turns off service registration.
* note: NOT implemented in ICU 3.0.
*
* @draft ICU 2.8
* @internal ICU 3.0
*/
#ifndef UCONFIG_NO_SERVICE
# define UCONFIG_NO_SERVICE 0
#endif
/* #ifndef UCONFIG_NO_SERVICE */
/* # define UCONFIG_NO_SERVICE 0 */
/* #endif */
#endif