blob: 72afc1898ebbc94b96a65858345fe2f8d2f0b646 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
.TH ldns-config 1 "22 Sep 2011"
.SH NAME
ldns-config \- show compiler and linker flags for ldns usage.
.SH SYNOPSIS
.B ldns-config
[
.IR OPTIONS
]
.SH DESCRIPTION
When writing programs using ldns, you have to tell the compiler
where to look for include files and what libraries from which location
to link to. \fBldns-config\fR can be used to find out what flags to use
with the C compiler and the linker.
.SH OPTIONS
.TP
\fB--cflags\fR
Show the C compiler flags needed to compile with ldns
.TP
\fB--libs\fR
Show the flags to be used to link with ldns
.TP
\fB--version\fR
Shows the ldns version of the installed ldns library
.TP
\fB--libversion\fR
Shows version of the binary api of the installed ldns library
.TP
\fB--help\fR
Show \fBldns-config\fR usage description
.SH AUTHOR
Written by the ldns team.
.SH REPORTING BUGS
Report bugs to <ldns-team@nlnetlabs.nl>.
.SH COPYRIGHT
Copyright (C) 2011 NLnet Labs. This is free software. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
|