mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-21 05:21:37 -07:00
[SOLARIS2] (VALBITS, GCTYPEBITS): New definitions.
This commit is contained in:
parent
a704a68410
commit
3186ddb70e
1 changed files with 6 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ NOTE-END */
|
|||
|
||||
/* Convert that into an integer that is 100 for a load average of 1.0 */
|
||||
#define LOAD_AVE_CVT(x) (((double) (x)) * 100.0 / FSCALE)
|
||||
|
||||
|
||||
#define FSCALE 256.0 /* determined by experimentation... */
|
||||
#endif
|
||||
|
||||
|
|
@ -179,6 +179,11 @@ NOTE-END */
|
|||
#define LIB_STANDARD /lib/386/Slibcfp.a /lib/386/Slibc.a
|
||||
#else /* not XENIX */
|
||||
|
||||
#ifdef SOLARIS2
|
||||
#define VALBITS 26
|
||||
#define GCTYPEBITS 5
|
||||
#endif
|
||||
|
||||
/* this brings in alloca() if we're using cc */
|
||||
#ifdef USG
|
||||
#ifndef LIB_STANDARD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue