summaryrefslogtreecommitdiff
path: root/src/m/intel386.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-08-10 19:28:38 +0000
committerRichard M. Stallman <rms@gnu.org>1994-08-10 19:28:38 +0000
commit05c14800fa9e5421965729d384d0c8144c6f7335 (patch)
tree5af4d11ed76fec49c61e71922be71d96b6ab70a2 /src/m/intel386.h
parent86629095f4a6af3bdf91a5be5dd73be7fcfebbac (diff)
downloademacs-05c14800fa9e5421965729d384d0c8144c6f7335.tar.gz
(LIBS_MACHINE): If SOLARIS2_4, don't define this.
Diffstat (limited to 'src/m/intel386.h')
-rw-r--r--src/m/intel386.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/m/intel386.h b/src/m/intel386.h
index b03f692e897..77e9e82adba 100644
--- a/src/m/intel386.h
+++ b/src/m/intel386.h
@@ -117,10 +117,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. configure thinks solaris
- X86 has gethostname but it does not work so undefine it. */
+ already has FSCALE defined in a system header. */
#define LIBS_MACHINE -lkvm
+#endif
+
+/* configure thinks solaris X86 has gethostname, but it does not work,
+ so undefine it. */
#undef HAVE_GETHOSTNAME
#else /* not SOLARIS2 */