view src/s/ptx4.h @ 17374:7cba1521d0ca

Delete the explicit autoload calls. (custom-help-menu): Don't use easymenu; make the keymap explicitly. (custom-menu-reset): Function deleted. Don't call it, either. (custom-help-menu): Variable deleted.
author Richard M. Stallman <rms@gnu.org>
date Thu, 10 Apr 1997 22:39:54 +0000
parents bad765e6a8d9
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