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:
12
configure
vendored
12
configure
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user