comparison src/m/sparc.h @ 2:ac2d302a0011 r19-15b2

Import from CVS: tag r19-15b2
author cvs
date Mon, 13 Aug 2007 08:46:35 +0200
parents 376386a54a3c
children 538048ae2ab8
comparison
equal deleted inserted replaced
1:c0c6a60d29db 2:ac2d302a0011
89 #endif 89 #endif
90 90
91 /* Must use the system's termcap, if we use any termcap. 91 /* Must use the system's termcap, if we use any termcap.
92 It does special things. */ 92 It does special things. */
93 93
94 #ifndef LIBS_TERMCAP
94 #ifndef TERMINFO 95 #ifndef TERMINFO
95 #define LIBS_TERMCAP -ltermcap 96 #define LIBS_TERMCAP -ltermcap
97 #endif
96 #endif 98 #endif
97 99
98 /* Mask for address bits within a memory segment */ 100 /* Mask for address bits within a memory segment */
99 101
100 #define SEGMENT_MASK (SEGSIZ - 1) 102 #define SEGMENT_MASK (SEGSIZ - 1)