aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2023-05-08 12:31:34 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2023-05-08 12:31:34 +0200
commit465f05a4209b07e8a90bc80249d63e8ee07091da (patch)
treeaf6c1a865c24cf9b4627dc6a89ed9e0a34198099 /Config.in
parent3c8e540eb7b7cd3d60d55bb195e26537f83eb836 (diff)
downloadbusybox-w32-465f05a4209b07e8a90bc80249d63e8ee07091da.tar.gz
busybox-w32-465f05a4209b07e8a90bc80249d63e8ee07091da.tar.bz2
busybox-w32-465f05a4209b07e8a90bc80249d63e8ee07091da.zip
build system: fix "Config.in:117 error: Overlong line"
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to '')
-rw-r--r--Config.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/Config.in b/Config.in
index 214eba546..ad0cd1e26 100644
--- a/Config.in
+++ b/Config.in
@@ -114,9 +114,10 @@ config TIME64
114 depends on LFS 114 depends on LFS
115 help 115 help
116 Make times later than 2038 representable for several libc syscalls 116 Make times later than 2038 representable for several libc syscalls
117 (stat, clk_gettime etc.). Note this switch is specific to glibc and has 117 (stat, clk_gettime etc.). Note this switch is specific to glibc
118 no effect on platforms that already use 64bit wide time types (i.e. all 118 and has no effect on platforms that already use 64bit wide time types
119 64bit archs and some selected 32bit archs (currently riscv and x32)). 119 (i.e. all 64bit archs and some selected 32bit archs (currently riscv
120 and x32)).
120 121
121config PAM 122config PAM
122 bool "Support PAM (Pluggable Authentication Modules)" 123 bool "Support PAM (Pluggable Authentication Modules)"