summaryrefslogtreecommitdiff
path: root/doc/man/man1/libnet-config.1
blob: 28b74ea86f951a8ec2498341c631b7be7bd0ce76 (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
.\" Written by Domenico Andreoli for Debian GNU/Linux.
.\" Do whatever you want with this file.
.\" NO warranty is provided.
.TH libnet-config 1 "18 November 2002" "Libnet 1.1.0" "libnet-config manual"
.SH NAME
libnet-config \- Get information about a libnet installation
.SH SYNOPSIS
.B libnet-config [options]
.SH DESCRIPTION
.B libnet-config
displays information about a previous libnet installation.
.SH OPTIONS
.IP "--cflags"
Set of compiler options (CFLAGS) to use when compiling files that use
libnet.
.IP "--libs"
Shows the complete set of libs and other linker options you will need in order
to link your application with libnet.
.IP "--defines"
Set of compiler defines used to compile libnet.
.SH "EXAMPLES"
What linker options do I need when I link with libnet?

  libnet-config \-\-libs

What compiler options do I need when I compile using libnet functions?

  libnet-config \-\-cflags
.SH SEE ALSO
.BR libnet (3)
.SH AUTHOR
This manual page was written by Domenico Andreoli <cavok@debian.org>
for the Debian GNU/Linux system (but may be used by others).