File: libnet-config.1

package info (click to toggle)
libnet 1.1.6%2Bdfsg-3.2
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 4,208 kB
  • sloc: ansic: 18,416; sh: 10,754; makefile: 160
file content (33 lines) | stat: -rw-r--r-- 1,068 bytes parent folder | download | duplicates (7)
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).