aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTatsuo Ishii <ishii@postgresql.org>2000-01-18 03:01:40 +0000
committerTatsuo Ishii <ishii@postgresql.org>2000-01-18 03:01:40 +0000
commit8da316291f337d07746bb8ffa638a00bd54cabaf (patch)
tree7151af1fc947b57e5d136f127703d73558f4ff0a /src
parentbeba98d14aa4159fb795139a6fe7d329979dadda (diff)
downloadpostgresql-8da316291f337d07746bb8ffa638a00bd54cabaf.tar.gz
postgresql-8da316291f337d07746bb8ffa638a00bd54cabaf.zip
Fix multibyte support
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.global.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in
index 628f206cc51..af44fc4067b 100644
--- a/src/Makefile.global.in
+++ b/src/Makefile.global.in
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.63 2000/01/15 18:30:28 petere Exp $
+# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.64 2000/01/18 03:01:40 ishii Exp $
#
# NOTES
# Essentially all Postgres make files include this file and use the
@@ -160,6 +160,9 @@ X11_LIBS= -lX11 @X_EXTRA_LIBS@
# flag whether multibyte is on/off
MULTIBYTE=@MULTIBYTE@
+ifdef MULTIBYTE
+MBFLAGS = -DMULTIBYTE
+endif
##############################################################################
#