Fix bug #7785 - atime limit.
authorJeremy Allison <jra@samba.org>
Tue, 23 Nov 2010 19:12:17 +0000 (11:12 -0800)
committerJeremy Allison <jra@samba.org>
Tue, 23 Nov 2010 20:00:14 +0000 (21:00 +0100)
commit5e0130c51e7b82ed82f08d5089cf7cbdbc6b3142
treea2452784adc188bf1fae7d73134fa18ed69b3c43
parent58f6a37f645c8c025923aa38cd9445ae2e0d8d0e
Fix bug #7785 - atime limit.

On a 64-bit time_t system make MAX_TIME_T the max value that
can be represented in a struct tm. This allows applications to
set times in the future beyond the 32-bit time_t limit (2037).

This is only in source3/configure.in, needs adding to the waf
configure/build system (but I'll need help with that).

Jeremy.

Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Tue Nov 23 21:00:14 CET 2010 on sn-devel-104
source3/configure.in