1
0
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:
Tom Lane
2001-02-07 20:13:27 +00:00
parent 5add3e8e51
commit a8b9cbfa0e
3 changed files with 11 additions and 6 deletions

View File

@ -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@
##########################################################################
#