Rename libpq++.H to libpq++.h.
This commit is contained in:
parent
89ad160622
commit
5ada36c1e4
@ -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 @@
|
|||||||
# 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)
|
|||||||
|
|
||||||
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 \
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
/*-------------------------------------------------------------------------
|
/*-------------------------------------------------------------------------
|
||||||
*
|
*
|
||||||
* libpq++.H
|
* libpq++.h
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* DESCRIPTION
|
* DESCRIPTION
|
||||||
@ -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 $";
|
||||||
|
|
||||||
|
|
||||||
// ****************************************************************
|
// ****************************************************************
|
Loading…
x
Reference in New Issue
Block a user