From: Paul Eggert Date: Tue, 3 Sep 1996 18:00:34 +0000 (+0000) Subject: (mktime): #undef so that we don't mess up the file name mktime.c. X-Git-Tag: emacs-20.1~3862 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=57a6d773a8d6c49fe609a0e95d04cfe5fb424e83;p=emacs.git (mktime): #undef so that we don't mess up the file name mktime.c. --- 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. */