1N/A - Copyright (C) 2009, 2014-2016 Internet Systems Consortium, Inc. ("ISC") 1N/A - This Source Code Form is subject to the terms of the Mozilla Public 1N/A - License, v. 2.0. If a copy of the MPL was not distributed with this 1N/A<
meta http-
equiv="Content-Type" content="text/html; charset=ISO-8859-1">
1N/A<
meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
1N/A<
body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><
div class="refentry">
1N/A <
div class="refnamediv">
1N/A — Get information about the installed version of ISC BIND
1N/A <
div class="refsynopsisdiv">
1N/A <
div class="cmdsynopsis"><
p>
1N/A [<
code class="option">--cflags</
code>]
1N/A [<
code class="option">--exec-prefix</
code>]
1N/A [<
code class="option">--libs</
code>]
1N/A [<
code class="option">--prefix</
code>]
1N/A [<
code class="option">--version</
code>]
1N/A <
div class="refsection">
1N/A<
a name="id-1.7"></
a><
h2>DESCRIPTION</
h2>
1N/A prints information related to the installed version of ISC BIND,
1N/A such as the compiler and linker flags required to compile
1N/A and link programs that use ISC BIND libraries.
1N/A The optional libraries are used to report specific details
1N/A for compiling and linking for the listed libraries.
1N/A The allowed choices are:
1N/A <
code class="option">isc</
code>,
1N/A <
code class="option">isccc</
code>,
1N/A <
code class="option">isccfg</
code>,
1N/A <
code class="option">dns</
code>,
1N/A <
code class="option">lwres</
code>, and
1N/A <
code class="option">bind9</
code>.
1N/A Multiple libraries may be listed on the command line.
1N/A (Some libraries require other libraries, so are implied.)
1N/A <
div class="refsection">
1N/A<
a name="id-1.8"></
a><
h2>OPTIONS</
h2>
1N/A <
div class="variablelist"><
dl class="variablelist">
1N/A<
dt><
span class="term">--cflags</
span></
dt>
1N/A Prints the compiler command line options required to
1N/A compile files that use ISC BIND.
1N/A Use the <
code class="option">libraries</
code> command line argument(s)
1N/A to print additional specific flags to pass to the C compiler.
1N/A<
dt><
span class="term">--exec-prefix</
span></
dt>
1N/A Prints the directory prefix used in the ISC BIND installation
1N/A for architecture dependent files to standard output.
1N/A<
dt><
span class="term">--libs</
span></
dt>
1N/A Prints the linker command line options used to
1N/A link with the ISC BIND libraries.
1N/A Use the <
code class="option">libraries</
code> command line argument(s)
1N/A to print additional specific flags.
1N/A<
dt><
span class="term">--prefix</
span></
dt>
1N/A Prints the directory prefix used in the ISC BIND installation
1N/A for architecture independent files to standard output.
1N/A<
dt><
span class="term">--version</
span></
dt>
1N/A Prints the version of the installed ISC BIND suite.
1N/A <
div class="refsection">
1N/A<
a name="id-1.9"></
a><
h2>RETURN VALUES</
h2>
1N/A returns an exit status of 1 if
1N/A invoked with invalid arguments or no arguments at all.
1N/A It returns 0 if information was successfully printed.