# HG changeset patch # User Richard M. Stallman # Date 776546918 0 # Node ID daeb611442e90909173834e3baf38b12a5b6d329 # Parent 07a5f6c2bc9f84ff9001994e4cb125912c1b2e6f (LIBS_MACHINE): If SOLARIS2_4, don't define this. diff -r 07a5f6c2bc9f -r daeb611442e9 src/m/intel386.h --- a/src/m/intel386.h Wed Aug 10 07:02:35 1994 +0000 +++ b/src/m/intel386.h Wed Aug 10 19:28:38 1994 +0000 @@ -117,10 +117,14 @@ /* 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 */