1
Fork 0
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:
Richard M. Stallman 1994-08-04 23:30:09 +00:00
parent a704a68410
commit 3186ddb70e

View file

@ -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