Provide some initial support for building the ODBC driver for

Peter Eisentraut <peter_e@gmx.net>

Commit: 364a7ebe26a20625f7c0b27a59ebbbdb8378587f
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2001-09-22T22:54:33Z
Releases: 7.2.1
Provide some initial support for building the ODBC driver for
an already installed iODBC or unixODBC driver manager.  In particular,
use the include files provided by the driver manager over our own,
and use the odbcinst library of the driver manager rather than gpps.c.

Migrate portability sections common to several files into psqlodbc.h.

Files

PathChange+/−
configure modified +497 −436
configure.in modified +16 −1
src/include/pg_config.h.in modified +8 −1
src/interfaces/libpq/Makefile modified +2 −2
src/interfaces/odbc/bind.c modified +0 −8
src/interfaces/odbc/connection.c modified +2 −5
src/interfaces/odbc/connection.h modified +0 −10
src/interfaces/odbc/convert.c modified +2 −23
src/interfaces/odbc/dlg_specific.c modified +1 −13
src/interfaces/odbc/dlg_specific.h modified +0 −2
src/interfaces/odbc/drvconn.c modified +1 −7
src/interfaces/odbc/environ.h modified +0 −10
src/interfaces/odbc/execute.c modified +1 −8
src/interfaces/odbc/GNUmakefile modified +17 −4
src/interfaces/odbc/gpps.c modified +1 −1
src/interfaces/odbc/gpps.h modified +3 −1
src/interfaces/odbc/info.c modified +1 −10
src/interfaces/odbc/lobj.c modified +1 −1
src/interfaces/odbc/misc.c modified +0 −15
src/interfaces/odbc/misc.h modified +0 −5
src/interfaces/odbc/odbcapi30.c modified +0 −7
src/interfaces/odbc/odbcapi.c modified +0 −7
src/interfaces/odbc/options.c modified +0 −10
src/interfaces/odbc/parse.c modified +0 −7
src/interfaces/odbc/pgapifunc.h modified +0 −7
src/interfaces/odbc/pgtypes.c modified +0 −10
src/interfaces/odbc/psqlodbc.c modified +1 −8
src/interfaces/odbc/psqlodbc.h modified +39 −3
src/interfaces/odbc/qresult.c modified +1 −0
src/interfaces/odbc/results.c modified +0 −7
src/interfaces/odbc/setup.c modified +1 −2
src/interfaces/odbc/socket.c modified +1 −0
src/interfaces/odbc/socket.h modified +0 −2
src/interfaces/odbc/statement.c modified +1 −13
src/interfaces/odbc/statement.h modified +1 −8
src/interfaces/odbc/tuple.c modified +1 −0
src/interfaces/odbc/tuplelist.c modified +1 −0
src/Makefile.global.in modified +3 −1
src/Makefile.shlib modified +2 −1