From 14bfd8b7af6cc6f442336e58c24132cebe4c4810 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 18 Jun 1995 19:08:31 +0000 Subject: [PATCH] added HAVE_UTIME_H --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.h.in b/config.h.in index 16f2f4588..8104a7a89 100644 --- a/config.h.in +++ b/config.h.in @@ -196,6 +196,9 @@ #undef HAVE_SYS_DIR_H #undef HAVE_NDIR_H +/* Define if you have the header file. */ +#undef HAVE_UTIME_H + /* Define if you have the header file. */ #undef HAVE_UNISTD_H