d6fa26d0adaec6c910115be34fe7a5a5f402c14fMark Andrews<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
33d0a7767d53cb366039fd0ac4f63cf8a9c351b0Tinderbox User - Copyright (C) 2009, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User - This Source Code Form is subject to the terms of the Mozilla Public
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User - License, v. 2.0. If a copy of the MPL was not distributed with this
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User - file, You can obtain one at http://mozilla.org/MPL/2.0/.
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry">
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed<a name="man.isc-config.sh"></a><div class="titlepage"></div>
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User <span class="application">isc-config.sh</span>
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User — Get information about the installed version of ISC BIND
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User [libraries...]
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User <p><span class="command"><strong>isc-config.sh</strong></span>
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed prints information related to the installed version of ISC BIND,
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed such as the compiler and linker flags required to compile
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed and link programs that use ISC BIND libraries.
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed The optional libraries are used to report specific details
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed for compiling and linking for the listed libraries.
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed The allowed choices are:
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed Multiple libraries may be listed on the command line.
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed (Some libraries require other libraries, so are implied.)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User <div class="variablelist"><dl class="variablelist">
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed Prints the compiler command line options required to
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed compile files that use ISC BIND.
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed Use the <code class="option">libraries</code> command line argument(s)
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed to print additional specific flags to pass to the C compiler.
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed Prints the directory prefix used in the ISC BIND installation
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed for architecture dependent files to standard output.
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed Prints the linker command line options used to
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed link with the ISC BIND libraries.
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed Use the <code class="option">libraries</code> command line argument(s)
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed to print additional specific flags.
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed Prints the directory prefix used in the ISC BIND installation
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed for architecture independent files to standard output.
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed Prints the version of the installed ISC BIND suite.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User <p><span class="command"><strong>isc-config.sh</strong></span>
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed returns an exit status of 1 if
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed invoked with invalid arguments or no arguments at all.
cdcd52e680bd80f0da612c0fcf949b50ef86500bJeremy Reed It returns 0 if information was successfully printed.