# HG changeset patch # User Richard M. Stallman # Date 805124200 0 # Node ID 664012a3216e65b06211185517ecd931fd03f89b # Parent bfbe2490dbf06f7e8612042882a7950639ce0727 (LIB_MOTIF, VFORK_RETURN_TYPE): Define these. diff -r bfbe2490dbf0 -r 664012a3216e src/s/usg5-4-2.h --- a/src/s/usg5-4-2.h Fri Jul 07 13:35:48 1995 +0000 +++ b/src/s/usg5-4-2.h Fri Jul 07 13:36:40 1995 +0000 @@ -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