aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
Diffstat (limited to 'src/s')
-rw-r--r--src/s/isc2-2.h12
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