Remove building with NOCRYPTO option
[minix.git] / external / bsd / bind / dist / isc-config.sh.1
blob31499df3ee86eb05846929b7009d14d2911c3895
1 .\"     $NetBSD: isc-config.sh.1,v 1.5 2014/12/10 04:37:51 christos Exp $
2 .\"
3 .\" Copyright (C) 2009, 2012, 2014  Internet Systems Consortium, Inc. ("ISC")
4 .\"
5 .\" Permission to use, copy, modify, and/or distribute this software for any
6 .\" purpose with or without fee is hereby granted, provided that the above
7 .\" copyright notice and this permission notice appear in all copies.
8 .\"
9 .\" THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
10 .\" REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
11 .\" AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
12 .\" INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
13 .\" LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
14 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
15 .\" PERFORMANCE OF THIS SOFTWARE.
16 .\"
17 .\" Id
18 .\"
19 .hy 0
20 .ad l
21 .\"     Title: isc\-config.sh
22 .\"    Author: 
23 .\" Generator: DocBook XSL Stylesheets v1.71.1 <http://docbook.sf.net/>
24 .\"      Date: February 18, 2009
25 .\"    Manual: BIND9
26 .\"    Source: BIND9
27 .\"
28 .TH "ISC\-CONFIG.SH" "1" "February 18, 2009" "BIND9" "BIND9"
29 .\" disable hyphenation
30 .nh
31 .\" disable justification (adjust text to left margin only)
32 .ad l
33 .SH "NAME"
34 isc\-config.sh \- Get information about the installed version of ISC BIND
35 .SH "SYNOPSIS"
36 .HP 14
37 \fBisc\-config.sh\fR [\fB\-\-cflags\fR] [\fB\-\-exec\-prefix\fR] [\fB\-\-libs\fR] [\fB\-\-prefix\fR] [\fB\-\-version\fR] [libraries...]
38 .SH "DESCRIPTION"
39 .PP
40 \fBisc\-config.sh\fR
41 prints information related to the installed version of ISC BIND, such as the compiler and linker flags required to compile and link programs that use ISC BIND libraries.
42 .PP
43 The optional libraries are used to report specific details for compiling and linking for the listed libraries. The allowed choices are:
44 \fBisc\fR,
45 \fBisccc\fR,
46 \fBisccfg\fR,
47 \fBdns\fR,
48 \fBlwres\fR, and
49 \fBbind9\fR. Multiple libraries may be listed on the command line. (Some libraries require other libraries, so are implied.)
50 .SH "OPTIONS"
51 .PP
52 \-\-cflags
53 .RS 4
54 Prints the compiler command line options required to compile files that use ISC BIND. Use the
55 \fBlibraries\fR
56 command line argument(s) to print additional specific flags to pass to the C compiler.
57 .RE
58 .PP
59 \-\-exec\-prefix
60 .RS 4
61 Prints the directory prefix used in the ISC BIND installation for architecture dependent files to standard output.
62 .RE
63 .PP
64 \-\-libs
65 .RS 4
66 Prints the linker command line options used to link with the ISC BIND libraries. Use the
67 \fBlibraries\fR
68 command line argument(s) to print additional specific flags.
69 .RE
70 .PP
71 \-\-prefix
72 .RS 4
73 Prints the directory prefix used in the ISC BIND installation for architecture independent files to standard output.
74 .RE
75 .PP
76 \-\-version
77 .RS 4
78 Prints the version of the installed ISC BIND suite.
79 .RE
80 .SH "RETURN VALUES"
81 .PP
82 \fBisc\-config.sh\fR
83 returns an exit status of 1 if invoked with invalid arguments or no arguments at all. It returns 0 if information was successfully printed.
84 .SH "AUTHOR"
85 .PP
86 Internet Systems Consortium
87 .SH "COPYRIGHT"
88 Copyright \(co 2009, 2014 Internet Systems Consortium, Inc. ("ISC")
89 .br