]> granicus.if.org Git - sudo/commitdiff
added HAVE_UTIME_POSIX
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 19 Jun 1995 19:14:28 +0000 (19:14 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 19 Jun 1995 19:14:28 +0000 (19:14 +0000)
config.h.in

index 8104a7a89c75a6dd3927bd8c8e2946c45d9c4463..fc0447ac0639fa56f67447cc2d3d1de48ef586d8 100644 (file)
 /* 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