+2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
+
+ * syswait.h (HAVE_SYS_WAIT_H): Undef for ISC 4.1. Reported by
+ Andrew Wiseman <a.wiseman@btclick.com>.
+
+ * unexec.c (coff.h): Don't include on ISC 4.1.
+
2001-11-15 Jason Rumney <jasonr@gnu.org>
* w32menu.c (add_menu_item): Make help_echo and radio buttons
#ifndef CANNOT_DUMP /* all rest of file! */
-#ifdef COFF
+#if defined(COFF) && !defined(ISC4_1)
#include <coff.h>
#ifdef MSDOS
#if __DJGPP__ > 1
unsigned long data_start;/* base of data used for this file */
};
#endif /* not MSDOS */
-#else /* not COFF */
+#else /* not COFF and ISC4_1 */
#ifdef COFF_ENCAPSULATE
int need_coff_header = 1;
#include <coff-encap/a.out.encap.h> /* The location might be a poor assumption */
#else /* not COFF_ENCAPSULATE */
#include <a.out.h>
#endif /* not COFF_ENCAPSULATE */
-#endif /* not COFF */
+#endif /* not COFF and ISC4_1 */
/* Define getpagesize if the system does not.
Note that this may depend on symbols defined in a.out.h. */