aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1995-07-07 13:36:40 +0000
committerRichard M. Stallman <[email protected]>1995-07-07 13:36:40 +0000
commit603218023683ed0371e935ac256bdd5a8190a99f (patch)
tree20def31c7b3a967e87d89713d5b4b87cd8d9c1e6 /src/s
parent665881adf7cc88c782b5acdd03db3e83a53a9dc0 (diff)
(LIB_MOTIF, VFORK_RETURN_TYPE): Define these.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/usg5-4-2.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/s/usg5-4-2.h b/src/s/usg5-4-2.h
index 661b13cc2f..373ecb85f1 100644
--- a/src/s/usg5-4-2.h
+++ b/src/s/usg5-4-2.h
@@ -51,3 +51,9 @@
/* Use libw.a along with X11R6 Xt. */
#define NEED_LIBW
+
+/* [email protected] (Richard Anthony Ryan) says -lXimp
+ is needed in UNIX_SV ... 4.2 1.1.2. */
+#define LIB_MOTIF -lXm -lXimp
+
+#define VFORK_RETURN_TYPE pid_t