Blame isc-config.sh.html

Packit Service ae04f2
Packit Service ae04f2
Packit Service ae04f2
 - Copyright (C) 2009, 2014-2016, 2018-2020 Internet Systems Consortium, Inc. ("ISC")
Packit Service ae04f2
 - 
Packit Service ae04f2
 - This Source Code Form is subject to the terms of the Mozilla Public
Packit Service ae04f2
 - License, v. 2.0. If a copy of the MPL was not distributed with this
Packit Service ae04f2
 - file, You can obtain one at http://mozilla.org/MPL/2.0/.
Packit Service ae04f2
-->
Packit Service ae04f2
<html lang="en">
Packit Service ae04f2
<head>
Packit Service ae04f2
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
Packit Service ae04f2
<title>isc-config.sh</title>
Packit Service ae04f2
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
Packit Service ae04f2
</head>
Packit Service ae04f2
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
Packit Service ae04f2
Packit Service ae04f2
  
Packit Service ae04f2
  
Packit Service ae04f2
Packit Service ae04f2
  
Packit Service ae04f2
Packit Service ae04f2
  
Packit Service ae04f2
Packit Service ae04f2
  
Packit Service ae04f2

Name

Packit Service ae04f2

Packit Service ae04f2
    isc-config.sh
Packit Service ae04f2
     — Get information about the installed version of ISC BIND
Packit Service ae04f2
  

Packit Service ae04f2
Packit Service ae04f2
Packit Service ae04f2
  
Packit Service ae04f2

Synopsis

Packit Service ae04f2
    

Packit Service ae04f2
      isc-config.sh 
Packit Service ae04f2
       [--cflags]
Packit Service ae04f2
       [--exec-prefix]
Packit Service ae04f2
       [--libs]
Packit Service ae04f2
       [--prefix]
Packit Service ae04f2
       [--version]
Packit Service ae04f2
       [libraries...]
Packit Service ae04f2
    

Packit Service ae04f2
  
Packit Service ae04f2
Packit Service ae04f2
  
Packit Service ae04f2

DESCRIPTION

Packit Service ae04f2
Packit Service ae04f2
    

isc-config.sh

Packit Service ae04f2
	prints information related to the installed version of ISC BIND,
Packit Service ae04f2
	such as the compiler and linker flags required to compile
Packit Service ae04f2
	and link programs that use ISC BIND libraries.
Packit Service ae04f2
    

Packit Service ae04f2
    

Packit Service ae04f2
	The optional libraries are used to report specific details
Packit Service ae04f2
	for compiling and linking for the listed libraries.
Packit Service ae04f2
	The allowed choices are:
Packit Service ae04f2
        isc,
Packit Service ae04f2
        isccc,
Packit Service ae04f2
        isccfg,
Packit Service ae04f2
        dns,
Packit Service ae04f2
        lwres, and
Packit Service ae04f2
        bind9.
Packit Service ae04f2
	Multiple libraries may be listed on the command line.
Packit Service ae04f2
	(Some libraries require other libraries, so are implied.)
Packit Service ae04f2
    

Packit Service ae04f2
Packit Service ae04f2
  
Packit Service ae04f2
Packit Service ae04f2
  
Packit Service ae04f2

OPTIONS

Packit Service ae04f2
Packit Service ae04f2
Packit Service ae04f2
    
Packit Service ae04f2
--cflags
Packit Service ae04f2
Packit Service ae04f2
          

Packit Service ae04f2
            Prints the compiler command line options required to
Packit Service ae04f2
            compile files that use ISC BIND.
Packit Service ae04f2
            Use the libraries command line argument(s)
Packit Service ae04f2
            to print additional specific flags to pass to the C compiler.
Packit Service ae04f2
          

Packit Service ae04f2
        
Packit Service ae04f2
--exec-prefix
Packit Service ae04f2
Packit Service ae04f2
          

Packit Service ae04f2
            Prints the directory prefix used in the ISC BIND installation
Packit Service ae04f2
            for architecture dependent files to standard output.
Packit Service ae04f2
          

Packit Service ae04f2
        
Packit Service ae04f2
--libs
Packit Service ae04f2
Packit Service ae04f2
          

Packit Service ae04f2
            Prints the linker command line options used to
Packit Service ae04f2
            link with the ISC BIND libraries.
Packit Service ae04f2
            Use the libraries command line argument(s)
Packit Service ae04f2
            to print additional specific flags.
Packit Service ae04f2
          

Packit Service ae04f2
        
Packit Service ae04f2
--prefix
Packit Service ae04f2
Packit Service ae04f2
          

Packit Service ae04f2
            Prints the directory prefix used in the ISC BIND installation
Packit Service ae04f2
            for architecture independent files to standard output.
Packit Service ae04f2
          

Packit Service ae04f2
        
Packit Service ae04f2
--version
Packit Service ae04f2
Packit Service ae04f2
          

Packit Service ae04f2
            Prints the version of the installed ISC BIND suite.
Packit Service ae04f2
          

Packit Service ae04f2
        
Packit Service ae04f2
Packit Service ae04f2
Packit Service ae04f2
  
Packit Service ae04f2
Packit Service ae04f2
  
Packit Service ae04f2

RETURN VALUES

Packit Service ae04f2
Packit Service ae04f2
    

isc-config.sh

Packit Service ae04f2
      returns an exit status of 1 if
Packit Service ae04f2
      invoked with invalid arguments or no arguments at all.
Packit Service ae04f2
      It returns 0 if information was successfully printed.
Packit Service ae04f2
    

Packit Service ae04f2
  
Packit Service ae04f2
Packit Service ae04f2
</body>
Packit Service ae04f2
</html>