Commit 5ada36c1 authored by Bruce Momjian's avatar Bruce Momjian

Rename libpq++.H to libpq++.h.

parent 89ad1606
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
5/18/1999 - vv 5/18/1999 - vv
--------- ---------
* Rewrote libpq++.H * Rewrote libpq++.h
* Incremented shared library version to 3.0 * Incremented shared library version to 3.0
* Cleaned up makefiles * Cleaned up makefiles
* Made examples use the installed versions of the library and header * Made examples use the installed versions of the library and header
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
# Copyright (c) 1994, Regents of the University of California # Copyright (c) 1994, Regents of the University of California
# #
# IDENTIFICATION # IDENTIFICATION
# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.17 1999/09/07 18:10:49 tgl Exp $ # $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.18 1999/12/03 17:35:05 momjian Exp $
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
...@@ -75,7 +75,7 @@ install: install-headers install-lib $(install-shlib-dep) ...@@ -75,7 +75,7 @@ install: install-headers install-lib $(install-shlib-dep)
LIBPGXXDIR = libpq++ LIBPGXXDIR = libpq++
LIBPGXXHEADERDIR = $(HEADERDIR)/$(LIBPGXXDIR) LIBPGXXHEADERDIR = $(HEADERDIR)/$(LIBPGXXDIR)
MAINHEADER = libpq++.H MAINHEADER = libpq++.h
LIBPGXXHEADERS = pgconnection.h \ LIBPGXXHEADERS = pgconnection.h \
pgdatabase.h \ pgdatabase.h \
pgtransdb.h \ pgtransdb.h \
......
/*------------------------------------------------------------------------- /*-------------------------------------------------------------------------
* *
* libpq++.H * libpq++.h
* *
* *
* DESCRIPTION * DESCRIPTION
...@@ -30,7 +30,7 @@ extern "C" { ...@@ -30,7 +30,7 @@ extern "C" {
#include "libpq-fe.h" #include "libpq-fe.h"
} }
static char rcsid[] = "$Id: libpq++.H,v 1.7 1999/10/22 19:05:02 momjian Exp $"; static char rcsid[] = "$Id: libpq++.h,v 1.3 1999/12/03 17:35:05 momjian Exp $";
// **************************************************************** // ****************************************************************
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment