1NSS-CONFIG(1) Network Security Services NSS-CONFIG(1)
2
3
4
6 nss-config - Return meta information about nss libraries
7
9 nss-config [--prefix] [--exec-prefix] [--includedir] [--libs]
10 [--cflags] [--libdir] [--version]
11
13 nss-config is a shell scrip tool which can be used to obtain gcc
14 options for building client pacakges of nspt.
15
17 --prefix
18 Returns the top level system directory under which the nss
19 libraries are installed.
20
21 --exec-prefix
22 returns the top level system directory under which any nss binaries
23 would be installed.
24
25 --includedir count
26 returns the path to the directory were the nss libraries are
27 installed.
28
29 --version
30 returns the upstream version of nss in the form
31 major_version-minor_version-patch_version.
32
33 --libs
34 returns the compiler linking flags.
35
36 --cflags
37 returns the compiler include flags.
38
39 --libdir
40 returns the path to the directory were the nss libraries are
41 installed.
42
44 The following example will query for both include path and linkage
45 flags:
46
47 /usr/bin/nss-config --cflags --libs
48
49
50
52 /usr/bin/nss-config
53
55 pkg-config(1)
56
58 The nss liraries were written and maintained by developers with
59 Netscape, Red Hat, Sun, Oracle, Mozilla, and Google.
60
61 Authors: Elio Maldonado <emaldona@redhat.com>.
62
64 Licensed under the Mozilla Public License, v. 2.0. If a copy of the MPL
65 was not distributed with this file, You can obtain one at
66 http://mozilla.org/MPL/2.0/.
67
68
69
70nss 3.65.0 29 May 2021 NSS-CONFIG(1)