diff options
| author | Jim Blandy | 1992-01-31 21:19:17 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-01-31 21:19:17 +0000 |
| commit | 93a3712002fec52f80d4cf0500f762e8dd8a558b (patch) | |
| tree | 58f0b5761223b205a9f4fef0c6e470843e3c8449 /src/s | |
| parent | 9ae5ee04cdfdb5668eb49343efe6cde929ee7406 (diff) | |
| download | emacs-93a3712002fec52f80d4cf0500f762e8dd8a558b.tar.gz emacs-93a3712002fec52f80d4cf0500f762e8dd8a558b.zip | |
entered into RCS
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/isc2-2.h | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/s/isc2-2.h b/src/s/isc2-2.h index 907974abd1f..a8a53310f5a 100644 --- a/src/s/isc2-2.h +++ b/src/s/isc2-2.h | |||
| @@ -7,7 +7,17 @@ | |||
| 7 | #define HAVE_RENAME | 7 | #define HAVE_RENAME |
| 8 | #define HAVE_CLOSEDIR | 8 | #define HAVE_CLOSEDIR |
| 9 | #define MAXNAMLEN 512 | 9 | #define MAXNAMLEN 512 |
| 10 | #define LIB_STANDARD -lcposix -lc | 10 | #define LIB_STANDARD -lPW -lcposix -lc |
| 11 | #define O_NDELAY O_NONBLOCK | 11 | #define O_NDELAY O_NONBLOCK |
| 12 | #define MEMORY_IN_STRING_H | 12 | #define MEMORY_IN_STRING_H |
| 13 | #undef SIGTSTP | 13 | #undef SIGTSTP |
| 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 | ||