aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-08-10 19:28:38 +0000
committerRichard M. Stallman1994-08-10 19:28:38 +0000
commit7fa3680263bf0bf54aef9824a4642fc603c9d3aa (patch)
tree51496cb50cf53432a50fb99a85d180effedc203e
parent99c3d92677accaf23d67dabafbdabf726aaf1815 (diff)
downloademacs-7fa3680263bf0bf54aef9824a4642fc603c9d3aa.tar.gz
emacs-7fa3680263bf0bf54aef9824a4642fc603c9d3aa.zip
(LIBS_MACHINE): If SOLARIS2_4, don't define this.
-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 */
117/* This is totally uncalibrated. */ 117/* This is totally uncalibrated. */
118#define LOAD_AVE_CVT(x) ((int) (((double) (x)) * 100.0 / FSCALE)) 118#define LOAD_AVE_CVT(x) ((int) (((double) (x)) * 100.0 / FSCALE))
119 119
120#ifndef SOLARIS2_4
120/* j.w.hawtin@lut.ac.uk says Solaris 2.1 on the X86 needs -lkvm, and it 121/* j.w.hawtin@lut.ac.uk says Solaris 2.1 on the X86 needs -lkvm, and it
121 already has FSCALE defined in a system header. configure thinks solaris 122 already has FSCALE defined in a system header. */
122 X86 has gethostname but it does not work so undefine it. */
123#define LIBS_MACHINE -lkvm 123#define LIBS_MACHINE -lkvm
124#endif
125
126/* configure thinks solaris X86 has gethostname, but it does not work,
127 so undefine it. */
124#undef HAVE_GETHOSTNAME 128#undef HAVE_GETHOSTNAME
125 129
126#else /* not SOLARIS2 */ 130#else /* not SOLARIS2 */