]> granicus.if.org Git - sudo/commitdiff
added HAVE_UTIME and HAVE_UTIME_NULL
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 18 Jun 1995 00:46:01 +0000 (00:46 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 18 Jun 1995 00:46:01 +0000 (00:46 +0000)
config.h.in

index 379fe9d47a564995d8cff9fe7325ac81e8da7765..16f2f4588ae24058897d5f3d5ca3eaa7463af80a 100644 (file)
 /* Define if you have tcgetattr(3). */
 #undef HAVE_TCGETATTR
 
+/* Define if you have utime(2). */
+#undef HAVE_UTIME
+
+/* Define if utime(file, NULL) sets timestamp to current */
+#undef HAVE_UTIME_NULL
+
 /* Define if you have the <malloc.h> header file.  */
 #undef HAVE_MALLOC_H