dlz: cope with NULL zone in query
[tridge/bind9.git] / isc-config.sh.html
1 <!--
2  - Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
3  -
4  - Permission to use, copy, modify, and/or distribute this software for any
5  - purpose with or without fee is hereby granted, provided that the above
6  - copyright notice and this permission notice appear in all copies.
7  -
8  - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
9  - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10  - AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
11  - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12  - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
13  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14  - PERFORMANCE OF THIS SOFTWARE.
15 -->
16
17 <!-- $Id: isc-config.sh.html,v 1.2 2009/02/20 23:48:02 tbox Exp $ -->
18 <html>
19 <head>
20 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
21 <title>isc-config.sh</title>
22 <meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
23 </head>
24 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en">
25 <a name="man.isc-config.sh"></a><div class="titlepage"></div>
26 <div class="refnamediv">
27 <h2>Name</h2>
28 <p><span class="application">isc-config.sh</span> &#8212; Get information about the installed version of ISC BIND</p>
29 </div>
30 <div class="refsynopsisdiv">
31 <h2>Synopsis</h2>
32 <div class="cmdsynopsis"><p><code class="command">isc-config.sh</code>  [<code class="option">--cflags</code>] [<code class="option">--exec-prefix</code>] [<code class="option">--libs</code>] [<code class="option">--prefix</code>] [<code class="option">--version</code>] [libraries...]</p></div>
33 </div>
34 <div class="refsect1" lang="en">
35 <a name="id2543361"></a><h2>DESCRIPTION</h2>
36 <p><span><strong class="command">isc-config.sh</strong></span>
37         prints information related to the installed version of ISC BIND,
38         such as the compiler and linker flags required to compile
39         and link programs that use ISC BIND libraries.
40     </p>
41 <p>
42         The optional libraries are used to report specific details
43         for compiling and linking for the listed libraries.
44         The allowed choices are:
45         <code class="option">isc</code>,
46         <code class="option">isccc</code>,
47         <code class="option">isccfg</code>,
48         <code class="option">dns</code>,
49         <code class="option">lwres</code>, and
50         <code class="option">bind9</code>.
51         Multiple libraries may be listed on the command line.
52         (Some libraries require other libraries, so are implied.)
53     </p>
54 </div>
55 <div class="refsect1" lang="en">
56 <a name="id2543395"></a><h2>OPTIONS</h2>
57 <div class="variablelist"><dl>
58 <dt><span class="term">--cflags</span></dt>
59 <dd><p>
60             Prints the compiler command line options required to
61             compile files that use ISC BIND.
62             Use the <code class="option">libraries</code> command line argument(s)
63             to print additional specific flags to pass to the C compiler.
64           </p></dd>
65 <dt><span class="term">--exec-prefix</span></dt>
66 <dd><p>
67             Prints the directory prefix used in the ISC BIND installation
68             for architecture dependent files to standard output.
69           </p></dd>
70 <dt><span class="term">--libs</span></dt>
71 <dd><p>
72             Prints the linker command line options used to
73             link with the ISC BIND libraries.
74             Use the <code class="option">libraries</code> command line argument(s)
75             to print additional specific flags.
76           </p></dd>
77 <dt><span class="term">--prefix</span></dt>
78 <dd><p>
79             Prints the directory prefix used in the ISC BIND installation
80             for architecture independent files to standard output.
81           </p></dd>
82 <dt><span class="term">--version</span></dt>
83 <dd><p>
84             Prints the version of the installed ISC BIND suite.
85           </p></dd>
86 </dl></div>
87 </div>
88 <div class="refsect1" lang="en">
89 <a name="id2543475"></a><h2>RETURN VALUES</h2>
90 <p><span><strong class="command">isc-config.sh</strong></span>
91       returns an exit status of 1 if
92       invoked with invalid arguments or no arguments at all.
93       It returns 0 if information was successfully printed.
94     </p>
95 </div>
96 <div class="refsect1" lang="en">
97 <a name="id2543486"></a><h2>AUTHOR</h2>
98 <p><span class="corpauthor">Internet Systems Consortium</span>
99     </p>
100 </div>
101 </div></body>
102 </html>