From: Todd C. Miller Date: Mon, 19 Jun 1995 19:14:28 +0000 (+0000) Subject: added HAVE_UTIME_POSIX X-Git-Tag: SUDO_1_4_0~334 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0882a4f1431677457b97d57d1ec40832a281de53;p=sudo added HAVE_UTIME_POSIX --- diff --git a/config.h.in b/config.h.in index 8104a7a89..fc0447ac0 100644 --- a/config.h.in +++ b/config.h.in @@ -173,6 +173,9 @@ /* Define if you have utime(2). */ #undef HAVE_UTIME +/* Define if you have a POSIX utime() (uses struct utimbuf) */ +#undef HAVE_UTIME_POSIX + /* Define if utime(file, NULL) sets timestamp to current */ #undef HAVE_UTIME_NULL