mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-22 21:07:36 +00:00
[XENIX|SOLARIS2] (VALBITS, GCTYPEBITS): Deleted; default is better.
This commit is contained in:
parent
9b8e820120
commit
5df0669f04
1 changed files with 0 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue