Add krb5int_gettimeofday to k5sprt for platforms w/o native gettimeofday
authorSam Hartman <hartmans@mit.edu>
Wed, 5 Oct 2011 21:30:50 +0000 (21:30 +0000)
committerSam Hartman <hartmans@mit.edu>
Wed, 5 Oct 2011 21:30:50 +0000 (21:30 +0000)
commitc68f4f687800d66a114dd2989093fc75bf4fadd1
treeb642efbae4903a9c80bcc0d34c492b5103742002
parent61ccf4d6a8fa65780e8564a065d7aa4e76f5d54d
Add krb5int_gettimeofday to k5sprt for platforms w/o native gettimeofday

Microsecond accuracy on _WIN32, but only one second accuracy on other,
AFAIK purely hypothetical, platforms that lack native gettimeofday.
Shamelessly cribbed from Heimdal.

Signed-off-by: Kevin Wasserman <kevin.wasserman@painless-security.com>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25310 dc483132-0cff-0310-8789-dd5450dbe970
src/configure.in
src/include/k5-platform.h
src/util/support/Makefile.in
src/util/support/gettimeofday.c [new file with mode: 0644]