view src/s/ultrix4-3.h @ 42645:ac1b9223bb7f

(zone-timeout): New var. (zone-hiding-modeline): New macro. (zone-call): New func. (zone): Init `modeline-hidden-level' symbol property. Use `zone-call' instead of `funcall'. (zone-pgm-whack-chars): Use `make-string' (bug introduced in 1.7). (zone-pgm-stress): Use `zone-hiding-modeline'. (zone-pgm-stress-destress): New zone program.
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Thu, 10 Jan 2002 22:09:54 +0000
parents 06cce6ea9dd0
children 695cf19ef79e
line wrap: on
line source

#include "bsd4-3.h"

#define NEED_UNISTD_H
#define HAVE_TERMIOS
#define PREFER_VSUSP

/* Must set the line discipline to this, to make termio work.  */
#define SET_LINE_DISCIPLINE TERMIODISC

#ifndef NOT_C_CODE
/* The address of this is used, but Ultrix header files don't declare it.  */
extern double rint ();
#endif