From 72880fc07f240c0c689a9599bb95c3a48598c256 Mon Sep 17 00:00:00 2001 From: hniksic Date: Wed, 6 Jul 2005 15:49:21 -0700 Subject: [PATCH] [svn] Define HAVE_UTIME_H. --- windows/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/config.h b/windows/config.h index 0936f639..5648cf8c 100644 --- a/windows/config.h +++ b/windows/config.h @@ -137,7 +137,7 @@ #undef HAVE_USLEEP /* Define to 1 if you have the header file. */ -#undef HAVE_UTIME_H +#define HAVE_UTIME_H 1 /* Define to 1 if you have the `vsnprintf' function. */ #define HAVE_VSNPRINTF 1 -- 2.39.2