/[emacs]/emacs/src/m/delta88k.h
ViewVC logotype

Diff of /emacs/src/m/delta88k.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15 by schwab, Mon Apr 15 13:17:19 2002 UTC revision 1.15.2.1 by miles, Fri Apr 4 06:21:10 2003 UTC
# Line 19  the Free Software Foundation, Inc., 59 T Line 19  the Free Software Foundation, Inc., 59 T
19  Boston, MA 02111-1307, USA.  */  Boston, MA 02111-1307, USA.  */
20    
21    
22  /* The following line tells the configuration script what sort of  /* The following line tells the configuration script what sort of
23     operating system this machine is likely to run.     operating system this machine is likely to run.
24     USUAL-OPSYS="usg5-3"  */     USUAL-OPSYS="usg5-3"  */
25    
# Line 54  Boston, MA 02111-1307, USA.  */ Line 54  Boston, MA 02111-1307, USA.  */
54  /* Use type int rather than a union, to represent Lisp_Object */  /* Use type int rather than a union, to represent Lisp_Object */
55  /* This is desirable for most machines.  */  /* This is desirable for most machines.  */
56    
57  #define NO_UNION_TYPE  #define NO_UNION_TYPE
58    
59  /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend  /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend
60     the 24-bit bit field into an int.  In other words, if bit fields     the 24-bit bit field into an int.  In other words, if bit fields
# Line 84  Boston, MA 02111-1307, USA.  */ Line 84  Boston, MA 02111-1307, USA.  */
84     Otherwise Emacs assumes that text space precedes data space,     Otherwise Emacs assumes that text space precedes data space,
85     numerically.  */     numerically.  */
86    
87  /* #define VIRT_ADDR_VARIES */  /* #define VIRT_ADDR_VARIES */
88    
89  /* Define NO_REMAP if memory segmentation makes it not work well  /* Define NO_REMAP if memory segmentation makes it not work well
90     to change the boundary between the text section and data section     to change the boundary between the text section and data section
# Line 96  Boston, MA 02111-1307, USA.  */ Line 96  Boston, MA 02111-1307, USA.  */
96  /* Motorola SysV has PTYs.  Not all usg3-5 systems do, so this is defined  /* Motorola SysV has PTYs.  Not all usg3-5 systems do, so this is defined
97     here. */     here. */
98    
99  #define HAVE_PTYS  #define HAVE_PTYS
100  #define SYSV_PTYS  #define SYSV_PTYS
101    
102  /* Ditto for IPC. */  /* Ditto for IPC. */
103    
104    
105  /*  /*
106   * we now have job control in R32V1   * we now have job control in R32V1
107   */   */
108  #undef NOMULTIPLEJOBS  #undef NOMULTIPLEJOBS
# Line 134  Boston, MA 02111-1307, USA.  */ Line 134  Boston, MA 02111-1307, USA.  */
134  /* previously defined in usg5-4, if we choose to use that.  */  /* previously defined in usg5-4, if we choose to use that.  */
135  #ifndef LIBS_SYSTEM  #ifndef LIBS_SYSTEM
136  #ifdef USG5_4  #ifdef USG5_4
137  #define LIBS_SYSTEM -lsocket -lnsl  #define LIBS_SYSTEM -lsocket -lnsl
138  #else  #else
139  #define LIBS_SYSTEM -lbsd -lg  #define LIBS_SYSTEM -lbsd -lg
140  #endif /* USG5_4 */  #endif /* USG5_4 */

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.15.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26