From: Tatsuo Ishii Date: Thu, 29 Aug 2002 08:03:22 +0000 (+0000) Subject: Remove MULTIBYTE X-Git-Tag: REL9_0_0~16989 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=0308d66a6ab51ddcaf946ec9d0461eaedd6906d8;p=pg-rex%2Fsyncrep.git Remove MULTIBYTE --- diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index b101363337..a64be7fcf2 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -8,7 +8,7 @@ * or in pg_config.h afterwards. Of course, if you edit pg_config.h, then your * changes will be overwritten the next time you run configure. * - * $Id: pg_config.h.in,v 1.28 2002/08/20 17:54:45 petere Exp $ + * $Id: pg_config.h.in,v 1.29 2002/08/29 08:03:22 ishii Exp $ */ #ifndef PG_CONFIG_H @@ -23,7 +23,7 @@ * * Beware of "fixing" configure-time mistakes by editing these values, * since configure may have inserted the settings in other files as well - * as here. Best to rerun configure if you forgot --enable-multibyte + * as here. Best to rerun configure if you forgot --enable-integer-datetimes * or whatever. *------------------------------------------------------------------------ */ @@ -39,14 +39,6 @@ /* Set to 1 if you want cyrillic recode (--enable-recode) */ #undef CYR_RECODE -/* Set to 1 if you want to use multibyte characters (--enable-multibyte) */ -#undef MULTIBYTE - -#ifdef MULTIBYTE -/* --enable-multibyte implies UNICODE_CONVERSION */ -#define UNICODE_CONVERSION -#endif - /* Set to 1 if you want ASSERT checking (--enable-cassert) */ #undef USE_ASSERT_CHECKING