diff src/config.h.in @ 557:f486da5f1a3b

[xemacs-hg @ 2001-05-22 06:49:12 by martinb] final part of MacOS X port
author martinb
date Tue, 22 May 2001 06:49:43 +0000
parents c69610198c35
children 4a2749e56f92
line wrap: on
line diff
--- a/src/config.h.in	Tue May 22 06:03:58 2001 +0000
+++ b/src/config.h.in	Tue May 22 06:49:43 2001 +0000
@@ -629,6 +629,13 @@
 }
 #endif
 
+/* s&m files shouldn't be required to define anything, or even to exist.
+   If the s&m files don't define SYSTEM_TYPE, configure will select an
+   appropriate default value. */
+#ifndef SYSTEM_TYPE
+#undef SYSTEM_TYPE
+#endif
+
 #if defined (USE_SYSTEM_MALLOC) && !defined (SYSTEM_MALLOC)
 #define SYSTEM_MALLOC
 #endif