From 57a6d773a8d6c49fe609a0e95d04cfe5fb424e83 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 3 Sep 1996 18:00:34 +0000 Subject: [PATCH] (mktime): #undef so that we don't mess up the file name mktime.c. --- src/Makefile.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Makefile.in b/src/Makefile.in index f4f5f54f467..e91cd9570fe 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -66,6 +66,11 @@ SHELL=/bin/sh #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. */ -- 2.39.2