annotate src/s/isc2-2.h @ 464:4ddaee1a9029
*** empty log message ***
author |
Jim Blandy <jimb@redhat.com> |
date |
Fri, 20 Dec 1991 07:15:37 +0000 |
parents |
c0335c02f1d7 |
children |
79ea818b6aed |
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
|
|
10 #define LIB_STANDARD -lcposix -lc
|
|
11 #define O_NDELAY O_NONBLOCK
|
|
12 #define MEMORY_IN_STRING_H
|
|
13 #undef SIGTSTP
|