Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0308d66

Browse files
committed
Remove MULTIBYTE
1 parented7baea commit0308d66

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

‎src/include/pg_config.h.in

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* or in pg_config.h afterwards. Of course, if you edit pg_config.h, then your
99
* changes will be overwritten the next time you run configure.
1010
*
11-
* $Id: pg_config.h.in,v 1.28 2002/08/20 17:54:45 petere Exp $
11+
* $Id: pg_config.h.in,v 1.29 2002/08/29 08:03:22 ishii Exp $
1212
*/
1313

1414
#ifndefPG_CONFIG_H
@@ -23,7 +23,7 @@
2323
*
2424
* Beware of "fixing" configure-time mistakes by editing these values,
2525
* since configure may have inserted the settings in other files as well
26-
* as here. Best to rerun configure if you forgot --enable-multibyte
26+
* as here. Best to rerun configure if you forgot --enable-integer-datetimes
2727
* or whatever.
2828
*------------------------------------------------------------------------
2929
*/
@@ -39,14 +39,6 @@
3939
/* Set to 1 if you want cyrillic recode (--enable-recode) */
4040
#undef CYR_RECODE
4141

42-
/* Set to 1 if you want to use multibyte characters (--enable-multibyte) */
43-
#undef MULTIBYTE
44-
45-
#ifdefMULTIBYTE
46-
/* --enable-multibyte implies UNICODE_CONVERSION */
47-
#defineUNICODE_CONVERSION
48-
#endif
49-
5042
/* Set to 1 if you want ASSERT checking (--enable-cassert) */
5143
#undef USE_ASSERT_CHECKING
5244

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp