Commit 0308d66a authored by Tatsuo Ishii's avatar Tatsuo Ishii

Remove MULTIBYTE

parent ed7baeaf
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* or in pg_config.h afterwards. Of course, if you edit pg_config.h, then your * 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. * 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 #ifndef PG_CONFIG_H
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* *
* Beware of "fixing" configure-time mistakes by editing these values, * Beware of "fixing" configure-time mistakes by editing these values,
* since configure may have inserted the settings in other files as well * 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. * or whatever.
*------------------------------------------------------------------------ *------------------------------------------------------------------------
*/ */
...@@ -39,14 +39,6 @@ ...@@ -39,14 +39,6 @@
/* Set to 1 if you want cyrillic recode (--enable-recode) */ /* Set to 1 if you want cyrillic recode (--enable-recode) */
#undef CYR_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) */ /* Set to 1 if you want ASSERT checking (--enable-cassert) */
#undef USE_ASSERT_CHECKING #undef USE_ASSERT_CHECKING
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment