diff options
| author | Richard M. Stallman | 1995-07-07 13:36:40 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-07-07 13:36:40 +0000 |
| commit | 603218023683ed0371e935ac256bdd5a8190a99f (patch) | |
| tree | 20def31c7b3a967e87d89713d5b4b87cd8d9c1e6 /src | |
| parent | 665881adf7cc88c782b5acdd03db3e83a53a9dc0 (diff) | |
| download | emacs-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.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 @@ | |||
| 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 | ||