Fix bug #7785 - atime limit.
authorJeremy Allison <jra@samba.org>
Tue, 23 Nov 2010 19:16:31 +0000 (11:16 -0800)
committerKarolin Seeger <kseeger@samba.org>
Wed, 24 Nov 2010 17:01:51 +0000 (18:01 +0100)
commitff6c598f7f18e6ba945a3fe082b01255a0a42325
tree1d5d7c5ac7fff8543cc0d7317f717935ba2cd357
parent55754e2c1f620eee662319a0bcb89f8620014d56
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.
source3/configure.in