|
|
@ -7,7 +7,7 @@ |
|
|
|
#
|
|
|
|
#
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# IDENTIFICATION
|
|
|
|
# IDENTIFICATION
|
|
|
|
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.30 1996/09/16 06:32:25 scrappy Exp $
|
|
|
|
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.31 1996/09/21 06:23:57 scrappy Exp $
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# NOTES
|
|
|
|
# NOTES
|
|
|
|
# This is seen by any Makefiles that include mk/postgres.mk. To
|
|
|
|
# This is seen by any Makefiles that include mk/postgres.mk. To
|
|
|
@ -104,6 +104,9 @@ POSTDOCDIR= $(POSTGRESDIR)/doc |
|
|
|
# Where the header files necessary to build frontend programs get installed.
|
|
|
|
# Where the header files necessary to build frontend programs get installed.
|
|
|
|
HEADERDIR= $(POSTGRESDIR)/include
|
|
|
|
HEADERDIR= $(POSTGRESDIR)/include
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# The port to run the postmaster on
|
|
|
|
|
|
|
|
POSTPORT= 5432
|
|
|
|
|
|
|
|
|
|
|
|
# NAMEDATALEN is the max length for system identifiers (e.g. table names,
|
|
|
|
# NAMEDATALEN is the max length for system identifiers (e.g. table names,
|
|
|
|
# attribute names, function names, etc.)
|
|
|
|
# attribute names, function names, etc.)
|
|
|
|
#
|
|
|
|
#
|
|
|
@ -278,7 +281,7 @@ CFLAGS+= -DPORTNAME_$(PORTNAME) -D$(PORTNAME) |
|
|
|
CFLAGS += -I../../backend/port/$(PORTNAME)
|
|
|
|
CFLAGS += -I../../backend/port/$(PORTNAME)
|
|
|
|
|
|
|
|
|
|
|
|
# Globally pass the default TCP port for postmaster(1).
|
|
|
|
# Globally pass the default TCP port for postmaster(1).
|
|
|
|
CFLAGS+= -DPOSTPORT='"6543"'
|
|
|
|
CFLAGS+= -DPOSTPORT='"$(POSTPORT)"'
|
|
|
|
|
|
|
|
|
|
|
|
# include flags from mk/port/postgres.mk.$(PORTNAME)
|
|
|
|
# include flags from mk/port/postgres.mk.$(PORTNAME)
|
|
|
|
CFLAGS+= $(CFLAGS_BE)
|
|
|
|
CFLAGS+= $(CFLAGS_BE)
|
|
|
|