OSDN Git Service

Provide some initial support for building the ODBC driver for
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 22 Sep 2001 22:54:33 +0000 (22:54 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 22 Sep 2001 22:54:33 +0000 (22:54 +0000)
commit364a7ebe26a20625f7c0b27a59ebbbdb8378587f
tree954b9ab0a58c727478022e277ca4d0a006b4c153
parent39ceaa19f03faa11fbcab6bc050e3b494258afe0
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.
39 files changed:
configure
configure.in
src/Makefile.global.in
src/Makefile.shlib
src/include/pg_config.h.in
src/interfaces/libpq/Makefile
src/interfaces/odbc/GNUmakefile
src/interfaces/odbc/bind.c
src/interfaces/odbc/connection.c
src/interfaces/odbc/connection.h
src/interfaces/odbc/convert.c
src/interfaces/odbc/dlg_specific.c
src/interfaces/odbc/dlg_specific.h
src/interfaces/odbc/drvconn.c
src/interfaces/odbc/environ.h
src/interfaces/odbc/execute.c
src/interfaces/odbc/gpps.c
src/interfaces/odbc/gpps.h
src/interfaces/odbc/info.c
src/interfaces/odbc/lobj.c
src/interfaces/odbc/misc.c
src/interfaces/odbc/misc.h
src/interfaces/odbc/odbcapi.c
src/interfaces/odbc/odbcapi30.c
src/interfaces/odbc/options.c
src/interfaces/odbc/parse.c
src/interfaces/odbc/pgapifunc.h
src/interfaces/odbc/pgtypes.c
src/interfaces/odbc/psqlodbc.c
src/interfaces/odbc/psqlodbc.h
src/interfaces/odbc/qresult.c
src/interfaces/odbc/results.c
src/interfaces/odbc/setup.c
src/interfaces/odbc/socket.c
src/interfaces/odbc/socket.h
src/interfaces/odbc/statement.c
src/interfaces/odbc/statement.h
src/interfaces/odbc/tuple.c
src/interfaces/odbc/tuplelist.c