1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Remove all traces of multibyte and locale options. Clean up comments

referring to "multibyte" where it really means character encoding.
This commit is contained in:
Peter Eisentraut
2002-09-03 21:45:44 +00:00
parent 86f27321e2
commit 77f7763b55
47 changed files with 127 additions and 284 deletions

12
configure vendored
View File

@ -1632,17 +1632,6 @@ echo "$as_me:$LINENO: result: $enable_recode" >&5
echo "${ECHO_T}$enable_recode" >&6
#
# Multibyte support
#
MULTIBYTE=SQL_ASCII
cat >>confdefs.h <<\_ACEOF
#define MULTIBYTE 1
_ACEOF
#
# NLS
#
@ -16275,7 +16264,6 @@ s,@host_vendor@,$host_vendor,;t t
s,@host_os@,$host_os,;t t
s,@PORTNAME@,$PORTNAME,;t t
s,@TAS@,$TAS,;t t
s,@MULTIBYTE@,$MULTIBYTE,;t t
s,@enable_nls@,$enable_nls,;t t
s,@WANTED_LANGUAGES@,$WANTED_LANGUAGES,;t t
s,@default_port@,$default_port,;t t