Fix bug #7785 - atime limit.
commit2c885d6e17588c5b51ff1b3310bdb17be313fdd8
authorJeremy Allison <jra@samba.org>
Tue, 23 Nov 2010 19:16:31 +0000 (23 11:16 -0800)
committerKarolin Seeger <kseeger@samba.org>
Sat, 5 Mar 2011 13:34:35 +0000 (5 14:34 +0100)
tree48bab16382ce6f57364b2e87710ac3d6f36f14db
parentae1b77eff891ac613b4aaa3917659062cb5154d1
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.
(cherry picked from commit ff6c598f7f18e6ba945a3fe082b01255a0a42325)
source3/configure.in