Remove fallback implementation of strftime()
commit6e0d92c24b511c8f0748307d40aaba6e6cb7db78
authorOlly Betts <olly@survex.com>
Tue, 27 Feb 2024 02:23:44 +0000 (27 15:23 +1300)
committerOlly Betts <olly@survex.com>
Tue, 27 Feb 2024 18:15:01 +0000 (28 07:15 +1300)
tree7215ab59c27c6123a2eb56338a7ad62c96f9eb5b
parent69a9e01962ccb696d8d05bb19164ec42fa8eb8fb
Remove fallback implementation of strftime()

ISO C90 includes strftime() so we really should be able to rely on
it being provided by now.
configure.ac
src/msvc/config.h.in
src/strftime.c [deleted file]