logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

fb_config - query firebird configuration

Description

fb_config prints various configuration parameters of Firebird.

Name

       fb_config - query firebird configuration

Options

--cflags
           Print flags suitable for adding to the C compiler invocation.

       --libs
           Print flags for linking with the Firebird client library.

       --embedlibs
           Synonym to --libs in Firebird 3.0.

       --bindir
           Print the location of the user binaries.

       --sbindir
           Print the location of the superuser binaries.

       --confdir
           Print the root of the Firebird installation.

       --docdir
           Print the directory containing Firebird documentation.

       --sampledir
           Print the directory contatining Firebird examples.

       --sampledbdir
           Print the directory containing the sample database employee.fdb.

       --intldir
           Print the directory containing the Firebird international library and its configuration file.

       --securedbdir
           Print the directory containing the default security database, security3.fdb.

       --msgdir
           Print the directory containing the Firebird message file, firebird.msg and its translated variants.

       --logdir
           Print the directory containing the Firebird log files.

       --glockdir
           Print the directory containing the lock file of the Firebird guardian process.

       --pluginsdir
           Print the directory containing Firebird plugins.

       --version
           Print the version number of the Firebird installation.

Synopsis

           B<fb_config> I<option>...

See Also