Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2eec96b2
Commit
2eec96b2
authored
Jun 30, 1995
by
Richard M. Stallman
Browse files
[SOLARIS] (LIBS_MACHINE): Move this out of the SOLARIS2_4 conditional.
parent
e1d24183
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
src/m/intel386.h
src/m/intel386.h
+6
-3
No files found.
src/m/intel386.h
View file @
2eec96b2
...
@@ -118,11 +118,14 @@ NOTE-END */
...
@@ -118,11 +118,14 @@ NOTE-END */
/* This is totally uncalibrated. */
/* This is totally uncalibrated. */
#define LOAD_AVE_CVT(x) ((int) (((double) (x)) * 100.0 / FSCALE))
#define LOAD_AVE_CVT(x) ((int) (((double) (x)) * 100.0 / FSCALE))
#ifndef SOLARIS2_4
/* J.W.Hawtin@lut.ac.uk say Solaris 2.4 as well as Solaris 2.1 on X86
/* j.w.hawtin@lut.ac.uk says Solaris 2.1 on the X86 needs -lkvm, and it
requires -lkvm as well */
already has FSCALE defined in a system header. */
#define LIBS_MACHINE -lkvm
#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
#define HAVE_VFORK
#else
/* SOLARIS2_4 */
#else
/* SOLARIS2_4 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment