diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2001-08-24 14:07:50 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2001-08-24 14:07:50 +0000 |
commit | 968d7733a19cda3db16947024bd335d877b3d9c3 (patch) | |
tree | a39593b292dbfcaad45924e9a20ae90300167524 /src/interfaces/libpq++/pgconnection.h | |
parent | 7326e78c4249393359edce09f555aaa049be2a80 (diff) | |
download | postgresql-968d7733a19cda3db16947024bd335d877b3d9c3.tar.gz postgresql-968d7733a19cda3db16947024bd335d877b3d9c3.zip |
Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of
places that were including the wrong files.
Diffstat (limited to 'src/interfaces/libpq++/pgconnection.h')
-rw-r--r-- | src/interfaces/libpq++/pgconnection.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interfaces/libpq++/pgconnection.h b/src/interfaces/libpq++/pgconnection.h index 379f8d023e7..7d8ca2c52bf 100644 --- a/src/interfaces/libpq++/pgconnection.h +++ b/src/interfaces/libpq++/pgconnection.h @@ -13,7 +13,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pgconnection.h,v 1.12 2001/07/11 22:12:43 momjian Exp $ + * $Id: pgconnection.h,v 1.13 2001/08/24 14:07:49 petere Exp $ * *------------------------------------------------------------------------- */ @@ -22,11 +22,11 @@ #define PGCONNECTION_H extern "C" { -#include "config.h" +#include "pg_config.h" } /* We assume that the C++ compiler will have these keywords, even though - * config.h may have #define'd them to empty because C compiler doesn't. + * pg_config.h may have #define'd them to empty because C compiler doesn't. */ #undef const #undef inline |