aboutsummaryrefslogtreecommitdiffstats
path: root/src/m
diff options
context:
space:
mode:
authorRichard M. Stallman1995-06-30 10:38:19 +0000
committerRichard M. Stallman1995-06-30 10:38:19 +0000
commit2eec96b217e3358ac7cdbb8aabba9ad68e973cd9 (patch)
treeb75066daf6f79b251542bce526f50884603aa25e /src/m
parente1d24183efb4abb66081a5432d2753f03e19f298 (diff)
downloademacs-2eec96b217e3358ac7cdbb8aabba9ad68e973cd9.tar.gz
emacs-2eec96b217e3358ac7cdbb8aabba9ad68e973cd9.zip
[SOLARIS] (LIBS_MACHINE): Move this out of the SOLARIS2_4 conditional.
Diffstat (limited to 'src/m')
-rw-r--r--src/m/intel386.h9
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 */
118/* This is totally uncalibrated. */ 118/* This is totally uncalibrated. */
119#define LOAD_AVE_CVT(x) ((int) (((double) (x)) * 100.0 / FSCALE)) 119#define LOAD_AVE_CVT(x) ((int) (((double) (x)) * 100.0 / FSCALE))
120 120
121#ifndef SOLARIS2_4 121/* J.W.Hawtin@lut.ac.uk say Solaris 2.4 as well as Solaris 2.1 on X86
122/* j.w.hawtin@lut.ac.uk says Solaris 2.1 on the X86 needs -lkvm, and it 122 requires -lkvm as well */
123 already has FSCALE defined in a system header. */
124#define LIBS_MACHINE -lkvm 123#define LIBS_MACHINE -lkvm
125 124
125#ifndef SOLARIS2_4
126/* J.W.hawtin@lut.ac.uk says Solaris 2.1 on the X86 has FSCALE defined in a
127 system header. */
128
126#define HAVE_VFORK 129#define HAVE_VFORK
127 130
128#else /* SOLARIS2_4 */ 131#else /* SOLARIS2_4 */