Added support for PostgreSQL 7.0
[mir.git] / dbscripts / dupetrigger / Makefile
index 6185ec2..1d16e39 100755 (executable)
@@ -2,7 +2,9 @@
 
 CC=gcc
 PGINC=/usr/include/postgresql
-CFLAGS=-I$(PGINC)
+PGVERSION=-DPG70
+#PGVERSION=-DPG71
+CFLAGS=-I$(PGINC) $(PGVERSION)
 
 # If changed, also change postgresql.script
 INSTALLDIR=../../../Mir/src