OSDN Git Service

Update source code to Byron's v6.30.0250 sources plus minor cleanup
authorThomas G. Lockhart <lockhart@fourpalms.org>
Tue, 6 Oct 1998 05:58:41 +0000 (05:58 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Tue, 6 Oct 1998 05:58:41 +0000 (05:58 +0000)
commit1eab86e26da7d6a18d8acc4c320d72b0df2527b7
treeba44aa02a8eeda677e1f1ca4ae0425230881b1b8
parentdfde7f14f01a42eb77e356df97071c4cc5ff5efd
Update source code to Byron's v6.30.0250 sources plus minor cleanup
 to get rid of unused variables.
Get clean compile on Linux (Thomas and Gerald).
Implement autoconf/configure for standalone builds and use the existing
 autoconf/configure system when in the Postgres source tree.
Code tests and functions with ApplixWare-4.4.1beta on a Linux box.
Changes should be backward compatible with WIN32 but still needs testing.
49 files changed:
src/interfaces/odbc/Config.mk
src/interfaces/odbc/GNUmakefile.in [new file with mode: 0644]
src/interfaces/odbc/Makefile.global.in [new file with mode: 0644]
src/interfaces/odbc/Makefile.unx [deleted file]
src/interfaces/odbc/README.Linux [deleted file]
src/interfaces/odbc/TODO.txt [new file with mode: 0644]
src/interfaces/odbc/Version.mk
src/interfaces/odbc/acconfig.h [new file with mode: 0644]
src/interfaces/odbc/bind.c
src/interfaces/odbc/columninfo.c
src/interfaces/odbc/columninfo.h
src/interfaces/odbc/config.guess [new file with mode: 0755]
src/interfaces/odbc/config.h.in [new file with mode: 0644]
src/interfaces/odbc/config.status [new file with mode: 0644]
src/interfaces/odbc/config.sub [new file with mode: 0755]
src/interfaces/odbc/configure [new file with mode: 0755]
src/interfaces/odbc/configure.in [new file with mode: 0644]
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.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/install-sh [new file with mode: 0644]
src/interfaces/odbc/iodbc.h
src/interfaces/odbc/misc.c
src/interfaces/odbc/misc.h
src/interfaces/odbc/options.c
src/interfaces/odbc/parse.c
src/interfaces/odbc/pgtypes.c
src/interfaces/odbc/psqlodbc.c
src/interfaces/odbc/psqlodbc.h
src/interfaces/odbc/psqlodbc.rc
src/interfaces/odbc/qresult.c
src/interfaces/odbc/qresult.h
src/interfaces/odbc/readme.txt
src/interfaces/odbc/results.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/tuple.h