summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index a98a8b15b..214eba546 100644
--- a/Config.in
+++ b/Config.in
@@ -108,6 +108,16 @@ config LFS
programs that can benefit from large file support include dd, gzip,
cp, mount, tar.
+config TIME64
+ bool "Support 64bit wide time types"
+ default y
+ depends on LFS
+ help
+ Make times later than 2038 representable for several libc syscalls
+ (stat, clk_gettime etc.). Note this switch is specific to glibc and has
+ no effect on platforms that already use 64bit wide time types (i.e. all
+ 64bit archs and some selected 32bit archs (currently riscv and x32)).
+
config PAM
bool "Support PAM (Pluggable Authentication Modules)"
default n