mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-02-06 03:33:03 +00:00
*** empty log message ***
This commit is contained in:
parent
ae087fbb2f
commit
e75d998e50
1 changed files with 8 additions and 0 deletions
|
@ -197,6 +197,14 @@
|
||||||
|
|
||||||
#endif /* No LOAD_AVE_TYPE. */
|
#endif /* No LOAD_AVE_TYPE. */
|
||||||
|
|
||||||
|
#ifdef OSF_ALPHA
|
||||||
|
/* <sys/param.h> defines an incorrect value for FSCALE on Alpha OSF/1,
|
||||||
|
according to ghazi@noc.rutgers.edu. */
|
||||||
|
#undef FSCALE
|
||||||
|
#define FSCALE 1024.0
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#ifndef FSCALE
|
#ifndef FSCALE
|
||||||
|
|
||||||
/* SunOS and some others define FSCALE in sys/param.h. */
|
/* SunOS and some others define FSCALE in sys/param.h. */
|
||||||
|
|
Loading…
Reference in a new issue