view src/s/ptx4.h @ 15860:bad765e6a8d9

Fix include file name. (NO_FILIO_H): Move definition.
author Richard M. Stallman <rms@gnu.org>
date Tue, 13 Aug 1996 15:27:23 +0000
parents 574a328ee4b2
children 469c3de61eb1
line wrap: on
line source

/* s/ file for Sequent "ptx 4", which is a modified SVR5.4.  */

/* Tell usg5-4.h not to include filio.h.  */
#define NO_FILIO_H

#include "usg5-4.h"

/* Marcus Daniels <marcus@sysc.pdx.edu> says that SIGINFO is defined
   on ptx4 but it is not a signal.  Prevent process.c from doing the
   wrong thing.  */
#undef SIGINFO

/* Marcus Daniels <marcus@sysc.pdx.edu> says vfork does exist.  */
#define HAVE_VFORK