summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorPeter Eisentraut2000-06-17 00:10:40 +0000
committerPeter Eisentraut2000-06-17 00:10:40 +0000
commit1652d433582dc819746ba166a6dbdb9e9643e69a (patch)
tree132c0b4ef005551c728cb331a2486bb3b0dfa472 /src/test
parentb36d31030be202830cc21e29ec2fd3aaedbc1ea3 (diff)
Remove fmgrstamp-h business -- not needed and confusing
Add options to configure to automatically build for Kerberos support; no more editing of make files.
Diffstat (limited to 'src/test')
-rw-r--r--src/test/bench/Makefile9
-rw-r--r--src/test/examples/Makefile7
-rw-r--r--src/test/locale/Makefile7
3 files changed, 1 insertions, 22 deletions
diff --git a/src/test/bench/Makefile b/src/test/bench/Makefile
index 69b1f365ada..223f5b295cd 100644
--- a/src/test/bench/Makefile
+++ b/src/test/bench/Makefile
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/test/bench/Attic/Makefile,v 1.5 1998/01/04 19:12:48 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/test/bench/Attic/Makefile,v 1.6 2000/06/17 00:10:28 petere Exp $
#
#-------------------------------------------------------------------------
@@ -19,13 +19,6 @@ OUTFILES= bench.out bench.out.perquery
CFLAGS+= -I$(LIBPQDIR) $(CFLAGS_SL)
-#
-# And where libpq goes, so goes the authentication stuff...
-#
-ifdef KRBVERS
-LDFLAGS+= $(KRBLIBS)
-CFLAGS+= $(KRBFLAGS)
-endif
all: $(CREATEFILES)
rm -f $(OUTFILES)
diff --git a/src/test/examples/Makefile b/src/test/examples/Makefile
index 2329b3131ff..8368e4078e8 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
diff --git a/src/test/locale/Makefile b/src/test/locale/Makefile
index 649ad0fef1d..cd37c920577 100644
--- a/src/test/locale/Makefile
+++ b/src/test/locale/Makefile
@@ -5,13 +5,6 @@
SRCDIR= ../..
include ../../Makefile.global
-#
-# And where libpq goes, so goes the authentication stuff...
-#
-ifdef KRBVERS
-LDFLAGS+= $(KRBLIBS)
-CFLAGS+= $(KRBFLAGS)
-endif
PROGS = test-pgsql-locale test-ctype
DIRS = koi8-r ISO8859-7 koi8-to-win1251