|
8 | 8 | * or in pg_config.h afterwards. Of course, if you edit pg_config.h, then your
|
9 | 9 | * changes will be overwritten the next time you run configure.
|
10 | 10 | *
|
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 $ |
12 | 12 | */
|
13 | 13 |
|
14 | 14 | #ifndefPG_CONFIG_H
|
|
23 | 23 | *
|
24 | 24 | * Beware of "fixing" configure-time mistakes by editing these values,
|
25 | 25 | * 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 |
27 | 27 | * or whatever.
|
28 | 28 | *------------------------------------------------------------------------
|
29 | 29 | */
|
|
39 | 39 | /* Set to 1 if you want cyrillic recode (--enable-recode) */
|
40 | 40 | #undef CYR_RECODE
|
41 | 41 |
|
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 |
| - |
50 | 42 | /* Set to 1 if you want ASSERT checking (--enable-cassert) */
|
51 | 43 | #undef USE_ASSERT_CHECKING
|
52 | 44 |
|
|