mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
Fix multibyte support
This commit is contained in:
parent
beba98d14a
commit
8da316291f
@ -7,7 +7,7 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# 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
|
# NOTES
|
||||||
# Essentially all Postgres make files include this file and use the
|
# 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
|
# flag whether multibyte is on/off
|
||||||
MULTIBYTE=@MULTIBYTE@
|
MULTIBYTE=@MULTIBYTE@
|
||||||
|
ifdef MULTIBYTE
|
||||||
|
MBFLAGS = -DMULTIBYTE
|
||||||
|
endif
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user