changeset 16082:518683f8b4ce

(mktime): #undef so that we don't mess up the file name mktime.c.
author Paul Eggert <eggert@twinsun.com>
date Tue, 03 Sep 1996 18:00:34 +0000
parents b0b33a9a72f2
children bd86abce47f4
files src/Makefile.in
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.in	Tue Sep 03 18:00:34 1996 +0000
+++ b/src/Makefile.in	Tue Sep 03 18:00:34 1996 +0000
@@ -66,6 +66,11 @@
 #undef alloca
 #endif
 
+/* Don't let the file name mktime.c get messed up.  */
+#ifdef mktime
+#undef mktime
+#endif
+
 /* Use HAVE_X11 as an alias for X11 in this file
    to avoid problems with X11 as a subdirectory name
    in -I and other such options which pass through this file. */