From: Richard M. Stallman Date: Fri, 7 Jul 1995 13:36:40 +0000 (+0000) Subject: (LIB_MOTIF, VFORK_RETURN_TYPE): Define these. X-Git-Tag: emacs-19.34~3364 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=603218023683ed0371e935ac256bdd5a8190a99f;p=emacs.git (LIB_MOTIF, VFORK_RETURN_TYPE): Define these. --- 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