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