# Makefile for tcop
#
# IDENTIFICATION
-# $PostgreSQL: pgsql/src/backend/tcop/Makefile,v 1.26 2006/10/08 17:15:34 tgl Exp $
+# $PostgreSQL: pgsql/src/backend/tcop/Makefile,v 1.27 2006/12/14 20:51:14 petere Exp $
#
#-------------------------------------------------------------------------
OBJS= dest.o fastpath.o postgres.o pquery.o utility.o
+ifneq (,$(filter $(PORTNAME),cygwin win32))
override CPPFLAGS += -DWIN32_STACK_RLIMIT=$(WIN32_STACK_RLIMIT)
+endif
all: SUBSYS.o