]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/ldns/packaging/ldns-config.1
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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 version of the installed ldns library
28
29 .TP
30 \fB--help\fR
31 Show \fBldns-config\fR usage description
32
33 .SH AUTHOR
34 Written by the ldns team.
35
36 .SH REPORTING BUGS
37 Report bugs to <ldns-team@nlnetlabs.nl>. 
38
39 .SH COPYRIGHT
40 Copyright (C) 2011 NLnet Labs. This is free software. There is NO
41 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
42 PURPOSE.
43