aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert1996-09-03 18:00:34 +0000
committerPaul Eggert1996-09-03 18:00:34 +0000
commit57a6d773a8d6c49fe609a0e95d04cfe5fb424e83 (patch)
tree5ba52c7fe51278d2e47ebcb45e1fad582e9a02e7 /src
parentfbd40e3256508963912b8b868a28591a66a85eda (diff)
downloademacs-57a6d773a8d6c49fe609a0e95d04cfe5fb424e83.tar.gz
emacs-57a6d773a8d6c49fe609a0e95d04cfe5fb424e83.zip
(mktime): #undef so that we don't mess up the file name mktime.c.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in5
1 files changed, 5 insertions, 0 deletions
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
66#undef alloca 66#undef alloca
67#endif 67#endif
68 68
69/* Don't let the file name mktime.c get messed up. */
70#ifdef mktime
71#undef mktime
72#endif
73
69/* Use HAVE_X11 as an alias for X11 in this file 74/* Use HAVE_X11 as an alias for X11 in this file
70 to avoid problems with X11 as a subdirectory name 75 to avoid problems with X11 as a subdirectory name
71 in -I and other such options which pass through this file. */ 76 in -I and other such options which pass through this file. */