mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-02-07 04:55:46 +00:00
[alliant && i860] (FSCALE): Move defn before #ifndef FSCALE.
This commit is contained in:
parent
462304918c
commit
612a29e0dd
1 changed files with 7 additions and 7 deletions
14
getloadavg.c
14
getloadavg.c
|
@ -218,6 +218,13 @@ extern int errno;
|
||||||
#define FSCALE 1024.0
|
#define FSCALE 1024.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(alliant) && defined(i860) /* Alliant FX/2800 */
|
||||||
|
/* <sys/param.h> defines an incorrect value for FSCALE on an
|
||||||
|
Alliant FX/2800 Concentrix 2.2, according to ghazi@noc.rutgers.edu. */
|
||||||
|
#undef FSCALE
|
||||||
|
#define FSCALE 100.0
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#ifndef FSCALE
|
#ifndef FSCALE
|
||||||
|
|
||||||
|
@ -246,13 +253,6 @@ extern int errno;
|
||||||
#define FSCALE 100.0
|
#define FSCALE 100.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(alliant) && defined(i860) /* Alliant FX/2800 */
|
|
||||||
/* <sys/param.h> defines an incorrect value for FSCALE on an
|
|
||||||
Alliant FX/2800 Concentrix 2.2, according to ghazi@noc.rutgers.edu. */
|
|
||||||
#undef FSCALE
|
|
||||||
#define FSCALE 100.0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif /* Not FSCALE. */
|
#endif /* Not FSCALE. */
|
||||||
|
|
||||||
#if !defined (LDAV_CVT) && defined (FSCALE)
|
#if !defined (LDAV_CVT) && defined (FSCALE)
|
||||||
|
|
Loading…
Reference in a new issue