aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2023-05-23 11:32:44 +0100
committerRon Yorston <rmy@pobox.com>2023-05-23 11:32:44 +0100
commit5adeafb91fe5d0fbfd2e4f773e64da9aa13d2f09 (patch)
tree5e739c2dd648786eeff06cc6a65fdff3d5ed8283 /Config.in
parentc2eb45989fcd59617884dc853743b5cc94b15935 (diff)
parent3e83699ce23400d75c7ddaa7ebfdec015177caa7 (diff)
downloadbusybox-w32-5adeafb91fe5d0fbfd2e4f773e64da9aa13d2f09.tar.gz
busybox-w32-5adeafb91fe5d0fbfd2e4f773e64da9aa13d2f09.tar.bz2
busybox-w32-5adeafb91fe5d0fbfd2e4f773e64da9aa13d2f09.zip
Merge branch 'busybox' into merge
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 6b3d98b37..2da0a6aec 100644
--- a/Config.in
+++ b/Config.in
@@ -122,6 +122,17 @@ config LFS
122 programs that can benefit from large file support include dd, gzip, 122 programs that can benefit from large file support include dd, gzip,
123 cp, mount, tar. 123 cp, mount, tar.
124 124
125config TIME64
126 bool "Support 64bit wide time types"
127 default y
128 depends on LFS
129 help
130 Make times later than 2038 representable for several libc syscalls
131 (stat, clk_gettime etc.). Note this switch is specific to glibc
132 and has no effect on platforms that already use 64bit wide time types
133 (i.e. all 64bit archs and some selected 32bit archs (currently riscv
134 and x32)).
135
125config PAM 136config PAM
126 bool "Support PAM (Pluggable Authentication Modules)" 137 bool "Support PAM (Pluggable Authentication Modules)"
127 default n 138 default n