From 1652d433582dc819746ba166a6dbdb9e9643e69a Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 17 Jun 2000 00:10:40 +0000 Subject: Remove fmgrstamp-h business -- not needed and confusing Add options to configure to automatically build for Kerberos support; no more editing of make files. --- src/test/examples/Makefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/test/examples') diff --git a/src/test/examples/Makefile b/src/test/examples/Makefile index 2329b3131f..8368e4078e 100644 --- a/src/test/examples/Makefile +++ b/src/test/examples/Makefile @@ -9,13 +9,6 @@ CFLAGS+= -I$(LIBPQDIR) LDFLAGS+= -L$(LIBPQDIR) -lpq -# -# And where libpq goes, so goes the authentication stuff... -# -ifdef KRBVERS -LDFLAGS+= $(KRBLIBS) -CFLAGS+= $(KRBFLAGS) -endif # PROGS= testlibpq0 testlibpq1 testlibpq2 testlibpq3 testlibpq4 testlo PROGS = testlibpq testlibpq2 testlibpq3 testlibpq4 testlo testlo2 -- cgit v1.2.1