pgsql/src include/c.h include/pg_config.h.in i ...

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src include/c.h include/pg_config.h.in i ...
Date: 2002-01-22 19:02:40
Message-ID: 200201221902.g0MJ2eO58986@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)org 02/01/22 14:02:40

Modified files:
src/include : c.h pg_config.h.in pg_config.h.win32
src/include/port: win.h win32.h
src/interfaces/libpq++: pgconnection.h

Log message:
libpq++/pgconnection.h must not include postgres_fe.h, else it fails to
compile in client apps that use the standard installed header set.
To allow removing that include, move DLLIMPORT definitions out of c.h
and into the appropriate port-specific header files.

Browse pgsql-committers by date

  From Date Subject
Next Message momjian 2002-01-22 20:24:16 pgsql/doc FAQ src/FAQ/FAQ.html
Previous Message Tom Lane 2002-01-22 18:13:12 Re: pgsql/. configure configure.in