Blame SOURCES/odbc_config.1

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