From a8b9cbfa0e154323a2e3c3dd756c4513a81cf4fe Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Wed, 7 Feb 2001 20:13:27 +0000 Subject: Make DEF_PGPORT available to Makefiles, so it can be substituted into scripts like pgaccess. --- src/Makefile.global.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src') 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@ + ########################################################################## # -- cgit v1.2.3