diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-07-07 13:36:40 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-07-07 13:36:40 +0000 |
commit | b45fec6df177228173f456c51b1866b7fd0e55c4 (patch) | |
tree | 77bd0410170d9fa6d575d323fe0b4525a3b9bfd1 | |
parent | 09221fca63918f7e36fd78817e1c945b263b7cb1 (diff) | |
download | emacs-b45fec6df177228173f456c51b1866b7fd0e55c4.tar.gz |
(LIB_MOTIF, VFORK_RETURN_TYPE): Define these.
-rw-r--r-- | src/s/usg5-4-2.h | 6 |
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 |