1ZNC-CONFIG(1) General Commands Manual ZNC-CONFIG(1)
2
3
4
6 znc-config - script to get information about the installed version of
7 ZNC
8
10 znc-config --cflags
11 znc-config --include
12 znc-config --libs
13 znc-config --moddir
14 znc-config --datadir
15 znc-config --version
16 znc-config --prefix
17
19 znc-config helps you compiling ZNC modules. This tool gives you a list
20 of compiler and linker flags that you need to compile modules for the
21 installed ZNC instance.
22
24 --cflags
25 Displays the necessary compiler options. This does not include
26 the include directories!
27
28 --include
29 This prints the compiler flags needed for the include directo‐
30 ries.
31
32 --libs Prints the linker flags needed for ZNC modules.
33
34 --moddir
35 Print the directory to which modules are installed.
36
37 --datadir
38 Print the directory to which data files for modules are
39 installed.
40
41 --version
42 Displays the version number of ZNC.
43
44 --prefix
45 Displays the prefix under which ZNC is installed.
46
47
48
49ZNC 2008-06-01 ZNC-CONFIG(1)