>>>> "Andy" == Andy Piper
<andy(a)xemacs.org> writes:
Andy> Unfortunately I veto this since _WIN32 is also defined under cygwin but is
Andy> the wrong thing to do.
Andy> Martin, how do we get config.h definitions to be picked up by the top level
Andy> makefile?
Please, Andy, test this untested patch, and if found to be
satisfactory, commit it to CVS yourself.
1999-09-21 Martin Buchholz <martin(a)xemacs.org>
* Makefile.in.in: All Makefiles should #include config.h
Index: Makefile.in.in
===================================================================
RCS file: /usr/CVSroot/XEmacs/xemacs/Attic/Makefile.in.in,v
retrieving revision 1.1.2.12
diff -u -r1.1.2.12 Makefile.in.in
--- Makefile.in.in 1999/08/31 21:27:42 1.1.2.12
+++ Makefile.in.in 1999/09/21 06:47:57
@@ -49,6 +49,9 @@
## make extraclean
## Still more severe - delete backup and autosave files, too.
+#define NOT_C_CODE
+#include "src/config.h"
+
#ifdef USE_GNU_MAKE
RECURSIVE_MAKE=$(MAKE)
#else