annotate src/s/isc2-2.h @ 1658:452ba03935d7
* xterm.c (XTread_socket): When we get MapNotify, UnmapNotify,
Expose, ExposeWindow, or UnmapWindow, set f->async_visible, not
f->visible.
(x_do_pending_expose, x_raise_frame, x_lower_frame,
x_make_frame_invisible, x_make_frame_visible, x_iconify_frame):
Test and set f->async_visible and f->async_iconified, not
f->visible or f->async_iconified.
author |
Jim Blandy <jimb@redhat.com> |
date |
Sun, 06 Dec 1992 22:22:09 +0000 |
parents |
79ea818b6aed |
children |
4c9113b2d6e0 |
rev |
line source |
456
|
1 /* system description file for Interactive (ISC) Unix version 2.2 on
|
|
2 the 386. */
|
|
3
|
|
4 #include "usg5-3.h"
|
|
5
|
|
6 #define HAVE_PTYS
|
|
7 #define HAVE_RENAME
|
|
8 #define HAVE_CLOSEDIR
|
|
9 #define MAXNAMLEN 512
|
524
|
10 #define LIB_STANDARD -lPW -lcposix -lc
|
456
|
11 #define O_NDELAY O_NONBLOCK
|
|
12 #define MEMORY_IN_STRING_H
|
|
13 #undef SIGTSTP
|
524
|
14
|
|
15 /* This communicates with m-intel386.h. */
|
|
16 #define DONT_DEFINE_SIGNAL
|
|
17
|
|
18 /* May be needed to avoid undefined symbols
|
|
19 such as gethostname, inet_addr, gethostbyname, socket, connect... */
|
|
20 #define LIBS_SYSTEM -linet
|
|
21
|
|
22 /* This system has job control. */
|
|
23 #undef NOMULTIPLEJOBS
|