Blame SOURCES/odbc_config.1

5a0433
.TH odbc_config 1 "Thu 13 Feb 2014" "version 2.3.1" "UnixODBC manual pages"
5a0433
5a0433
.SH NAME
5a0433
odbc_config \- get compile options for compiling unixODBC client
5a0433
5a0433
.SH SYNOPSIS
5a0433
.SY odbc_config
5a0433
.OP \-\-prefix
5a0433
.OP \-\-exec-prefix
5a0433
.OP \-\-include-prefix
5a0433
.OP \-\-lib-prefix
5a0433
.OP \-\-bin-prefix
5a0433
.OP \-\-version
5a0433
.OP \-\-libs
5a0433
.OP \-\-static-libs
5a0433
.OP \-\-libtool-libs
5a0433
.OP \-\-cflags
5a0433
.OP \-\-odbcversion
5a0433
.OP \-\-odbcini
5a0433
.OP \-\-odbcinstini
5a0433
.OP \-\-header
5a0433
.OP \-\-ulen
5a0433
.YS
5a0433
5a0433
.SH DESCRIPTION
5a0433
.B odbc_config
5a0433
provides built-in options, specified at build time of the unixODBC suite, which
5a0433
are useful for building unixODBC clients and similar programs.
5a0433
5a0433
.SH OPTIONS
5a0433
.B
5a0433
.IP \-\-prefix
5a0433
Prefix for architecture-independent file tree.
5a0433
5a0433
.B
5a0433
.IP \-\-exec-prefix
5a0433
Prefix for architecture-dependent file tree.
5a0433
5a0433
.B
5a0433
.IP \-\-include-prefix
5a0433
Directory with C header files for unixODBC.
5a0433
5a0433
.B
5a0433
.IP \-\-lib-prefix
5a0433
Directory with object code (.so) libraries.
5a0433
5a0433
.B
5a0433
.IP \-\-bin-prefix
5a0433
Location of user executables.
5a0433
5a0433
.B
5a0433
.IP \-\-version
5a0433
unixODBC version.
5a0433
5a0433
.B
5a0433
.IP \-\-libs
5a0433
Compiler flags for linking dynamic libraries.
5a0433
5a0433
.B
5a0433
.IP \-\-static-libs
5a0433
Absolute file name of static unixODBC library.
5a0433
5a0433
.B
5a0433
.IP \-\-libtool-libs
5a0433
Absolute file name of libtool unixODBC library.
5a0433
5a0433
.B
5a0433
.IP \-\-cflags
5a0433
Compiler flags to find include files and critical compiler flags and defines used
5a0433
when compiling the libodbc library.
5a0433
5a0433
.B
5a0433
.IP \-\-odbcversion
5a0433
Version of the ODBC specification used by the unixODBC.
5a0433
5a0433
.B
5a0433
.IP \-\-odbcini
5a0433
Absolute file name of the system-wide DSN configuration file
5a0433
.IR odbc.ini .
5a0433
5a0433
.B
5a0433
.IP \-\-odbcinstini
5a0433
Absolute file name of the driver configuration file
5a0433
.IR odbcinst.ini .
5a0433
5a0433
.B
5a0433
.IP \-\-header
5a0433
Definitions of used C preprocessor constants. It is suitable to be piped into
5a0433
C header file.
5a0433
5a0433
.B
5a0433
.IP \-\-ulen
5a0433
Compiler flag for defining
5a0433
.IR SIZEOF_SQLULEN .
5a0433
5a0433
.SH SEE ALSO
5a0433
.BR odbcinst.ini (5),
5a0433
.BR odbc.ini (5)
5a0433
5a0433
.SH AUTHORS
5a0433
The authors of unixODBC are
5a0433
.MT pharvey@codebydesign.com
5a0433
Peter Harvey
5a0433
.ME
5a0433
and
5a0433
.MT nick@easysoft.com
5a0433
Nick Gorham
5a0433
.ME .
5a0433
For the full list of contributors see the
5a0433
.I AUTHORS
5a0433
file.
5a0433
5a0433
.SH COPYRIGHT
5a0433
unixODBC is licensed under the GNU Lesser General Public License. For details
5a0433
about the license, see the
5a0433
.I COPYING
5a0433
file.