diff options
author | Jim Blandy <jimb@redhat.com> | 1992-01-31 21:19:17 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-01-31 21:19:17 +0000 |
commit | 93a3712002fec52f80d4cf0500f762e8dd8a558b (patch) | |
tree | 58f0b5761223b205a9f4fef0c6e470843e3c8449 /src/s/isc2-2.h | |
parent | 9ae5ee04cdfdb5668eb49343efe6cde929ee7406 (diff) | |
download | emacs-93a3712002fec52f80d4cf0500f762e8dd8a558b.tar.gz |
entered into RCS
Diffstat (limited to 'src/s/isc2-2.h')
-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 @@ #define HAVE_RENAME #define HAVE_CLOSEDIR #define MAXNAMLEN 512 -#define LIB_STANDARD -lcposix -lc +#define LIB_STANDARD -lPW -lcposix -lc #define O_NDELAY O_NONBLOCK #define MEMORY_IN_STRING_H #undef SIGTSTP + +/* This communicates with m-intel386.h. */ +#define DONT_DEFINE_SIGNAL + +/* May be needed to avoid undefined symbols + such as gethostname, inet_addr, gethostbyname, socket, connect... */ +#define LIBS_SYSTEM -linet + +/* This system has job control. */ +#undef NOMULTIPLEJOBS |