error in "gcc -E -traditional" with GCC 3.0.
s!^#undef config_machfile *$!#define config_machfile "m/intel386.h"!
s/^#undef PROTOTYPES *$/#define PROTOTYPES 1/
s/^#undef POINTER_TYPE *$/#define POINTER_TYPE void/
+# ------------------------------------------------------------
+# Without this ifndef, gcc -E -traditional barfs with GCC 3.0
+# on the line which says if ! HAVE_MKTIME...
+# ------------------------------------------------------------
+/^#if ! HAVE_MKTIME || BROKEN_MKTIME/i\
+#ifndef __DJGPP__
+/^#define mktime emacs_mktime/a\
+#endif