2011-11-27 18:28:39 +00:00
|
|
|
config SAMBA3_CONFIG_DEBUG
|
2008-08-11 14:00:58 +00:00
|
|
|
bool "Enable Logging for samba3"
|
|
|
|
depends PACKAGE_samba3
|
|
|
|
default n
|
2011-11-27 18:28:39 +00:00
|
|
|
help
|
|
|
|
Enables debugging support (will make binaries *much* bigger)
|
|
|
|
Also increases MAX_DEBUG_LEVEL to get more messages (also increases binary sizes!)
|
|
|
|
|
2011-12-01 17:39:25 +00:00
|
|
|
config SAMBA3_CONFIG_PRINTING
|
|
|
|
bool "Enable shared printing support"
|
|
|
|
depends PACKAGE_samba3
|
|
|
|
select PACKAGE_cups
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Enable shared printing support.
|
|
|
|
Adds about 18kB for smbd, about 15kB for nmbd and about 18kB for smbpasswd
|
|
|
|
|
2011-11-27 18:28:39 +00:00
|
|
|
config SAMBA3_CONFIG_SMALLER
|
|
|
|
bool "Make samba3 even smaller"
|
|
|
|
depends PACKAGE_samba3
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
Removes support for ???
|
|
|
|
Saves about 18kB for smbd, about 16kB for nmbd and about 17kB for smbpasswd
|