From 42202bc8cffb0932ac7e6c1eb483cd20176c01c9 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Mon, 15 Jan 2001 02:34:37 +0000 Subject: - (bal) utimes() support via utime() interface on machine that lack utimes(). --- acconfig.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index 6f56deb0a..e2c34317d 100644 --- a/acconfig.h +++ b/acconfig.h @@ -103,6 +103,9 @@ * message at run-time. */ #undef RSAREF +/* struct timeval */ +#undef HAVE_STRUCT_TIMEVAL + /* struct utmp and struct utmpx fields */ #undef HAVE_HOST_IN_UTMP #undef HAVE_HOST_IN_UTMPX -- cgit v1.2.3