summaryrefslogtreecommitdiff
path: root/src/Makefile.global
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.global')
-rw-r--r--src/Makefile.global14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/Makefile.global b/src/Makefile.global
index e0fa0f29e2..93d4a1a49e 100644
--- a/src/Makefile.global
+++ b/src/Makefile.global
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.8 1996/07/20 08:34:08 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.9 1996/07/22 21:54:49 scrappy Exp $
#
# NOTES
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -67,10 +67,6 @@ SRCDIR= /home/staff/scrappy/cvs/postgres95/src
LEX = flex
LDADD+= -L/usr/local/lib -lfl
-# Uncomment the following to bring in changes by OpenLink
-# See README.OPENLINK for applied patches
-# CFLAGS+= -DOPENLINK_PATCHES
-
# POSTGRESLOGIN is the login name of the user who gets special
# privileges within the database. By default it is "postgres", but
# you can change it to any existing login name (such as your own
@@ -290,7 +286,13 @@ LDFLAGS+= $(LDFLAGS_BE)
# enable patches to array update code
CFLAGS += -DARRAY_PATCH
-
+# enable patches to null insert/update code
+CFLAGS += -DNULL_PATCH
+# enable patches to array escape conversion code
+CFLAGS += -DESCAPE_PATCH
+# enable patches for varchar and fsync
+CFLAGS += -DOPENLINK_PATCHES
+
##############################################################################
#
# Miscellaneous configuration