summaryrefslogtreecommitdiff
path: root/src/s/usg5-4-2.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-07-07 13:36:40 +0000
committerRichard M. Stallman <rms@gnu.org>1995-07-07 13:36:40 +0000
commitb45fec6df177228173f456c51b1866b7fd0e55c4 (patch)
tree77bd0410170d9fa6d575d323fe0b4525a3b9bfd1 /src/s/usg5-4-2.h
parent09221fca63918f7e36fd78817e1c945b263b7cb1 (diff)
downloademacs-b45fec6df177228173f456c51b1866b7fd0e55c4.tar.gz
(LIB_MOTIF, VFORK_RETURN_TYPE): Define these.
Diffstat (limited to 'src/s/usg5-4-2.h')
-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 661b13cc2fc..373ecb85f11 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
+
+/* ryanr@ellingtn.ftc.nrcs.usda.gov (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