* configure.ac (AC_CHECK_HEADERS): Added time.h.
authortwisti <none@none>
Fri, 11 May 2007 22:33:15 +0000 (22:33 +0000)
committertwisti <none@none>
Fri, 11 May 2007 22:33:15 +0000 (22:33 +0000)
commit673f947438bbceccb65a773cc86eae0d753c1605
tree475a6f6e04860a0ff9aeb8abe668284312ea92ea
parentd0c31fd0e0658210a220a665447f36ea46999c6d
* configure.ac (AC_CHECK_HEADERS): Added time.h.
(AC_CHECK_FUNCS): Added localtime, localtime_r, time.

* src/vmcore/statistics.c [HAVE_TIME_H] (time.h): Added.
(statistics_print_date): New function.
* src/vmcore/statistics.h (statistics_print_date): Added.

* src/mm/memory.c (memory_thread) [ENABLE_STATISTICS]: Call
statistics_print_date.
configure.ac
src/mm/memory.c
src/vmcore/statistics.c
src/vmcore/statistics.h