diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2001-02-07 20:13:27 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2001-02-07 20:13:27 +0000 |
commit | a8b9cbfa0e154323a2e3c3dd756c4513a81cf4fe (patch) | |
tree | f5b955d516d0e26c935ee150ffbb39fff0bcd32b /src | |
parent | 5add3e8e5154d1155a3858ea5292911e7e61e81c (diff) | |
download | postgresql-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.in | 6 |
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@ + ########################################################################## # |