mirror of
https://github.com/postgres/postgres.git
synced 2025-07-17 06:41:09 +03:00
Make DEF_PGPORT available to Makefiles, so it can be substituted into
scripts like pgaccess.
This commit is contained 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@
|
||||
|
||||
|
||||
##########################################################################
|
||||
#
|
||||
|
Reference in New Issue
Block a user