aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartekgola@gmail.com>2014-02-11 21:31:42 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2014-02-19 18:53:25 +0100
commit265a74b9834cfe8a9d25ce1cf4d4db509f9a44f2 (patch)
tree6fe465dd9760a9e7a1864f1e46f5457bd2b3a50a /Config.in
parentffc3a93d0dbf4ac887f528c0495cd586a092d88f (diff)
downloadbusybox-w32-265a74b9834cfe8a9d25ce1cf4d4db509f9a44f2.tar.gz
busybox-w32-265a74b9834cfe8a9d25ce1cf4d4db509f9a44f2.tar.bz2
busybox-w32-265a74b9834cfe8a9d25ce1cf4d4db509f9a44f2.zip
Kbuild: move CONFIG_PAM to general configuration
Currently CONFIG_PAM depends on CONFIG_LOGIN, but is used by the httpd applet too. This patch moves said option to general configuration, thus allowing to compile httpd with PAM support independently from login. Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 2c4be2e9f..38d4ebc26 100644
--- a/Config.in
+++ b/Config.in
@@ -257,6 +257,13 @@ config UNICODE_PRESERVE_BROKEN
257 at shell prompt will list file named 0xff (single char name 257 at shell prompt will list file named 0xff (single char name
258 with char value 255), not file named '?'. 258 with char value 255), not file named '?'.
259 259
260config PAM
261 bool "Support for PAM (Pluggable Authentication Modules)"
262 default n
263 help
264 Use PAM in some busybox applets (currently login and httpd) instead
265 of direct access to password database.
266
260config LONG_OPTS 267config LONG_OPTS
261 bool "Support for --long-options" 268 bool "Support for --long-options"
262 default y 269 default y