mc/vfs/samba/lib
Enrico Weigelt, metux IT service 91a5df442f Dropping non-strftime() support and fixing -Werror problem
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
2009-11-09 13:49:56 +01:00
..
charcnv.c * samba/*: Added many const qualifiers to properly fix the 2005-09-07 07:33:39 +00:00
charset.c * samba/*: Added many const qualifiers to properly fix the 2005-09-07 07:33:39 +00:00
debug.c Ticket #1649: Prepare for prerelease mc-4.7.0-pre3 (code cleanup) 2009-09-30 16:42:11 +03:00
interface.c * samba/*: Added many const qualifiers to properly fix the 2005-09-07 07:33:39 +00:00
kanji.c Ticket #1649: Prepare for prerelease mc-4.7.0-pre3 (code cleanup) 2009-09-30 16:42:11 +03:00
md4.c Update postal address of Free Software Foundation. 2005-05-27 03:35:10 +00:00
netmask.c further include file fixups 2009-06-18 21:02:29 +04:00
slprintf.c * samba: Added some const qualifiers to reduce the number of gcc 2005-07-31 21:01:26 +00:00
system.c Update postal address of Free Software Foundation. 2005-05-27 03:35:10 +00:00
time.c Dropping non-strftime() support and fixing -Werror problem 2009-11-09 13:49:56 +01:00
username.c * samba/*: Added many const qualifiers to properly fix the 2005-09-07 07:33:39 +00:00
util_file.c Update postal address of Free Software Foundation. 2005-05-27 03:35:10 +00:00
util_sock.c * samba/lib/util_sock.c: Fix warnings on 64-bit systems. 2005-11-11 02:52:41 +00:00
util_str.c * samba/*: Added many const qualifiers to properly fix the 2005-09-07 07:33:39 +00:00
util.c Ticket #1649: Prepare for prerelease mc-4.7.0-pre3 (code cleanup) 2009-09-30 16:42:11 +03:00