diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-06-30 10:38:19 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-06-30 10:38:19 +0000 |
commit | f6b7a08153737408d1d6c82cf4bcbdafff391f65 (patch) | |
tree | de7f3a51bd8f7c1a069e986f35b945a26f9855fe /src/m | |
parent | a09c95308dbc9c09d8b4fa282928c4f1d65f96b8 (diff) | |
download | emacs-f6b7a08153737408d1d6c82cf4bcbdafff391f65.tar.gz |
[SOLARIS] (LIBS_MACHINE): Move this out of the SOLARIS2_4 conditional.
Diffstat (limited to 'src/m')
-rw-r--r-- | src/m/intel386.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/m/intel386.h b/src/m/intel386.h index c029cdc0a8a..094c634611a 100644 --- a/src/m/intel386.h +++ b/src/m/intel386.h @@ -118,11 +118,14 @@ NOTE-END */ /* This is totally uncalibrated. */ #define LOAD_AVE_CVT(x) ((int) (((double) (x)) * 100.0 / FSCALE)) -#ifndef SOLARIS2_4 -/* j.w.hawtin@lut.ac.uk says Solaris 2.1 on the X86 needs -lkvm, and it - already has FSCALE defined in a system header. */ +/* J.W.Hawtin@lut.ac.uk say Solaris 2.4 as well as Solaris 2.1 on X86 + requires -lkvm as well */ #define LIBS_MACHINE -lkvm +#ifndef SOLARIS2_4 +/* J.W.hawtin@lut.ac.uk says Solaris 2.1 on the X86 has FSCALE defined in a + system header. */ + #define HAVE_VFORK #else /* SOLARIS2_4 */ |