diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2000-06-17 00:10:40 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2000-06-17 00:10:40 +0000 |
commit | 1652d433582dc819746ba166a6dbdb9e9643e69a (patch) | |
tree | 132c0b4ef005551c728cb331a2486bb3b0dfa472 /src/interfaces/ecpg/lib | |
parent | b36d31030be202830cc21e29ec2fd3aaedbc1ea3 (diff) | |
download | postgresql-1652d433582dc819746ba166a6dbdb9e9643e69a.tar.gz |
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/interfaces/ecpg/lib')
-rw-r--r-- | src/interfaces/ecpg/lib/Makefile.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/interfaces/ecpg/lib/Makefile.in b/src/interfaces/ecpg/lib/Makefile.in index e0eb3a94f3..b0fbf2d9a9 100644 --- a/src/interfaces/ecpg/lib/Makefile.in +++ b/src/interfaces/ecpg/lib/Makefile.in @@ -6,7 +6,7 @@ # Copyright (c) 1994, Regents of the University of California # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/Makefile.in,v 1.67 2000/06/06 22:00:52 petere Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/Makefile.in,v 1.68 2000/06/17 00:09:59 petere Exp $ # #------------------------------------------------------------------------- @@ -19,9 +19,6 @@ include $(SRCDIR)/Makefile.global CFLAGS+= -I../include -I$(LIBPQDIR) -ifdef KRBVERS -CFLAGS+= $(KRBFLAGS) -endif OBJS= execute.o typename.o descriptor.o data.o error.o prepare.o memory.o \ connect.o misc.o |