isc-config.sh.html revision 7911e6f9de303bca5a3d8b34f4330c8f7cecffae
1N/A<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1N/A<!--
1N/A - Copyright (C) 2009, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
1N/A -
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 - file, You can obtain one at http://mozilla.org/MPL/2.0/.
1N/A-->
1N/A<html lang="en">
1N/A<head>
1N/A<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
1N/A<title>isc-config.sh</title>
1N/A<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
1N/A</head>
1N/A<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry">
1N/A<a name="man.isc-config.sh"></a><div class="titlepage"></div>
1N/A
1N/A
1N/A
1N/A
1N/A
1N/A
1N/A
1N/A <div class="refnamediv">
1N/A<h2>Name</h2>
1N/A<p>
1N/A <span class="application">isc-config.sh</span>
1N/A &#8212; Get information about the installed version of ISC BIND
1N/A </p>
1N/A</div>
1N/A
1N/A <div class="refsynopsisdiv">
1N/A<h2>Synopsis</h2>
1N/A <div class="cmdsynopsis"><p>
1N/A <code class="command">isc-config.sh</code>
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 [libraries...]
1N/A </p></div>
1N/A </div>
1N/A
1N/A <div class="refsection">
1N/A<a name="id-1.7"></a><h2>DESCRIPTION</h2>
1N/A
1N/A <p><span class="command"><strong>isc-config.sh</strong></span>
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 </p>
1N/A <p>
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 </p>
1N/A
1N/A </div>
1N/A
1N/A <div class="refsection">
1N/A<a name="id-1.8"></a><h2>OPTIONS</h2>
1N/A
1N/A
1N/A <div class="variablelist"><dl class="variablelist">
1N/A<dt><span class="term">--cflags</span></dt>
1N/A<dd>
1N/A <p>
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 </p>
1N/A </dd>
1N/A<dt><span class="term">--exec-prefix</span></dt>
1N/A<dd>
1N/A <p>
1N/A Prints the directory prefix used in the ISC BIND installation
1N/A for architecture dependent files to standard output.
1N/A </p>
1N/A </dd>
1N/A<dt><span class="term">--libs</span></dt>
1N/A<dd>
1N/A <p>
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 </p>
1N/A </dd>
1N/A<dt><span class="term">--prefix</span></dt>
1N/A<dd>
1N/A <p>
1N/A Prints the directory prefix used in the ISC BIND installation
1N/A for architecture independent files to standard output.
1N/A </p>
1N/A </dd>
1N/A<dt><span class="term">--version</span></dt>
1N/A<dd>
1N/A <p>
1N/A Prints the version of the installed ISC BIND suite.
1N/A </p>
1N/A </dd>
1N/A</dl></div>
1N/A
1N/A </div>
1N/A
1N/A <div class="refsection">
1N/A<a name="id-1.9"></a><h2>RETURN VALUES</h2>
1N/A
1N/A <p><span class="command"><strong>isc-config.sh</strong></span>
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.
1N/A </p>
1N/A </div>
1N/A
1N/A</div></body>
1N/A</html>
1N/A