File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 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#ifndef PG_CONFIG_H
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 */
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- #ifdef MULTIBYTE
46- /* --enable-multibyte implies UNICODE_CONVERSION */
47- #define UNICODE_CONVERSION
48- #endif
49-
5042/* Set to 1 if you want ASSERT checking (--enable-cassert) */
5143#undef USE_ASSERT_CHECKING
5244
You can’t perform that action at this time.
0 commit comments