aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-07-07 13:36:40 +0000
committerRichard M. Stallman1995-07-07 13:36:40 +0000
commit603218023683ed0371e935ac256bdd5a8190a99f (patch)
tree20def31c7b3a967e87d89713d5b4b87cd8d9c1e6 /src
parent665881adf7cc88c782b5acdd03db3e83a53a9dc0 (diff)
downloademacs-603218023683ed0371e935ac256bdd5a8190a99f.tar.gz
emacs-603218023683ed0371e935ac256bdd5a8190a99f.zip
(LIB_MOTIF, VFORK_RETURN_TYPE): Define these.
Diffstat (limited to 'src')
-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 @@
51 51
52/* Use libw.a along with X11R6 Xt. */ 52/* Use libw.a along with X11R6 Xt. */
53#define NEED_LIBW 53#define NEED_LIBW
54
55/* ryanr@ellingtn.ftc.nrcs.usda.gov (Richard Anthony Ryan) says -lXimp
56 is needed in UNIX_SV ... 4.2 1.1.2. */
57#define LIB_MOTIF -lXm -lXimp
58
59#define VFORK_RETURN_TYPE pid_t