aboutsummaryrefslogtreecommitdiffstats
path: root/src/m
diff options
context:
space:
mode:
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 */