[XENIX|SOLARIS2] (VALBITS, GCTYPEBITS): Deleted; default is better.

This commit is contained in:
Karl Heuer 1995-01-07 00:19:51 +00:00
parent 9b8e820120
commit 5df0669f04

View file

@ -166,9 +166,6 @@ NOTE-END */
/* #define VIRT_ADDR_VARIES */
#ifdef XENIX
#define VALBITS 26
#define GCTYPEBITS 5
/* Define NO_REMAP if memory segmentation makes it not work well
to change the boundary between the text section and data section
when Emacs is dumped. If you define this, the preloaded Lisp
@ -192,11 +189,6 @@ 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