aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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. */