aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2014-03-11 19:40:20 +0000
committerRon Yorston <rmy@pobox.com>2014-03-11 19:40:20 +0000
commitdec20ad781163656832c571d52d0303c67ea8c09 (patch)
tree830a27bc8f2383d4ba50680f5d6fac1ec5c96b6a /Config.in
parent0a2a7b55a9212d8fc708fd564407e5505b5e8363 (diff)
parent69f9567de28976cfbc7b216c46aa391ce82bd3b7 (diff)
downloadbusybox-w32-dec20ad781163656832c571d52d0303c67ea8c09.tar.gz
busybox-w32-dec20ad781163656832c571d52d0303c67ea8c09.tar.bz2
busybox-w32-dec20ad781163656832c571d52d0303c67ea8c09.zip
Merge branch 'busybox' into merge
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in12
1 files changed, 8 insertions, 4 deletions
diff --git a/Config.in b/Config.in
index 8c0e64988..c4b6f40bd 100644
--- a/Config.in
+++ b/Config.in
@@ -280,6 +280,13 @@ config UNICODE_PRESERVE_BROKEN
280 at shell prompt will list file named 0xff (single char name 280 at shell prompt will list file named 0xff (single char name
281 with char value 255), not file named '?'. 281 with char value 255), not file named '?'.
282 282
283config PAM
284 bool "Support for PAM (Pluggable Authentication Modules)"
285 default n
286 help
287 Use PAM in some busybox applets (currently login and httpd) instead
288 of direct access to password database.
289
283config LONG_OPTS 290config LONG_OPTS
284 bool "Support for --long-options" 291 bool "Support for --long-options"
285 default y 292 default y
@@ -439,10 +446,7 @@ config SELINUX
439 the option of compiling in SELinux applets. 446 the option of compiling in SELinux applets.
440 447
441 If you do not have a complete SELinux userland installed, this stuff 448 If you do not have a complete SELinux userland installed, this stuff
442 will not compile. Go visit 449 will not compile. Specifially, libselinux 1.28 or better is
443 http://www.nsa.gov/selinux/index.html
444 to download the necessary stuff to allow busybox to compile with
445 this option enabled. Specifially, libselinux 1.28 or better is
446 directly required by busybox. If the installation is located in a 450 directly required by busybox. If the installation is located in a
447 non-standard directory, provide it by invoking make as follows: 451 non-standard directory, provide it by invoking make as follows:
448 CFLAGS=-I<libselinux-include-path> \ 452 CFLAGS=-I<libselinux-include-path> \