summaryrefslogtreecommitdiffstats
path: root/rules/libosip2.in
blob: a1124f65a5dd898ae5cc84ceaaf46f379f9ac42c (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
## SECTION=system_libraries

menuconfig LIBOSIP2
	tristate
	select LIBC_NSL
	prompt "libosip2                      "
	help
	  The GNU oSIP library is an implementation of SIP - rfc3261.

if LIBOSIP2

config LIBOSIP2_DEBUG
	bool
	prompt "enable debug"
	help
	  Make the library larger and more noisy.

config LIBOSIP2_TRACE
	bool
	prompt "enable log trace"
	help
	  Enable trace in the logfile.

endif