diff options
author | Ron Yorston <rmy@pobox.com> | 2023-05-23 11:32:44 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2023-05-23 11:32:44 +0100 |
commit | 5adeafb91fe5d0fbfd2e4f773e64da9aa13d2f09 (patch) | |
tree | 5e739c2dd648786eeff06cc6a65fdff3d5ed8283 /Config.in | |
parent | c2eb45989fcd59617884dc853743b5cc94b15935 (diff) | |
parent | 3e83699ce23400d75c7ddaa7ebfdec015177caa7 (diff) | |
download | busybox-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.in | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 | ||
125 | config 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 | |||
125 | config PAM | 136 | config PAM |
126 | bool "Support PAM (Pluggable Authentication Modules)" | 137 | bool "Support PAM (Pluggable Authentication Modules)" |
127 | default n | 138 | default n |