mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-11 13:59:18 +03:00
91a5df442f
Problem: a) when running ./configure, strftime() and other functions cannot be properly detected, since autoconf generates crappy test code, which at least fails when warnings are treated as errors (gcc: -Werror). b) strtime() is standard since C89, so we can simply expect it to exists (if there's *really* some acient box out there breaking mc build, it's libc/toolchain should be fixed ;-p) Solution: Remove the checks for strftime() and all workarounds |
||
---|---|---|
.. | ||
charcnv.c | ||
charset.c | ||
debug.c | ||
interface.c | ||
kanji.c | ||
md4.c | ||
netmask.c | ||
slprintf.c | ||
system.c | ||
time.c | ||
username.c | ||
util_file.c | ||
util_sock.c | ||
util_str.c | ||
util.c |