]> git.eshelyaron.com Git - emacs.git/commitdiff
(LIB_MOTIF, VFORK_RETURN_TYPE): Define these.
authorRichard M. Stallman <rms@gnu.org>
Fri, 7 Jul 1995 13:36:40 +0000 (13:36 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 7 Jul 1995 13:36:40 +0000 (13:36 +0000)
src/s/usg5-4-2.h

index 661b13cc2fc370374c54c8125accb7a9241be4bf..373ecb85f11d7358a52ca281d8cd4816c4dd39b7 100644 (file)
@@ -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