aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2001-02-07 20:13:27 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2001-02-07 20:13:27 +0000
commita8b9cbfa0e154323a2e3c3dd756c4513a81cf4fe (patch)
treef5b955d516d0e26c935ee150ffbb39fff0bcd32b /src
parent5add3e8e5154d1155a3858ea5292911e7e61e81c (diff)
downloadpostgresql-a8b9cbfa0e154323a2e3c3dd756c4513a81cf4fe.tar.gz
postgresql-a8b9cbfa0e154323a2e3c3dd756c4513a81cf4fe.zip
Make DEF_PGPORT available to Makefiles, so it can be substituted into
scripts like pgaccess.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.global.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in
index d17405e3ca2..f158b7a311e 100644
--- a/src/Makefile.global.in
+++ b/src/Makefile.global.in
@@ -1,5 +1,5 @@
# -*-makefile-*-
-# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.117 2001/01/20 22:56:33 tgl Exp $
+# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.118 2001/02/07 20:13:27 tgl Exp $
#------------------------------------------------------------------------------
# All PostgreSQL makefiles include this file and use the variables it sets,
@@ -200,6 +200,10 @@ JADE = @JADE@
NSGMLS = @NSGMLS@
SGMLSPL = @SGMLSPL@
+# Feature settings
+
+DEF_PGPORT = @default_port@
+
##########################################################################
#