emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/m/delta88k.h


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/m/delta88k.h
Date: Fri, 04 Apr 2003 01:23:53 -0500

Index: emacs/src/m/delta88k.h
diff -c emacs/src/m/delta88k.h:1.15 emacs/src/m/delta88k.h:1.16
*** emacs/src/m/delta88k.h:1.15 Mon Apr 15 09:17:19 2002
--- emacs/src/m/delta88k.h      Tue Feb  4 09:03:18 2003
***************
*** 19,25 ****
  Boston, MA 02111-1307, USA.  */
  
  
! /* The following line tells the configuration script what sort of 
     operating system this machine is likely to run.
     USUAL-OPSYS="usg5-3"  */
  
--- 19,25 ----
  Boston, MA 02111-1307, USA.  */
  
  
! /* The following line tells the configuration script what sort of
     operating system this machine is likely to run.
     USUAL-OPSYS="usg5-3"  */
  
***************
*** 54,60 ****
  /* Use type int rather than a union, to represent Lisp_Object */
  /* This is desirable for most machines.  */
  
! #define NO_UNION_TYPE 
  
  /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend
     the 24-bit bit field into an int.  In other words, if bit fields
--- 54,60 ----
  /* Use type int rather than a union, to represent Lisp_Object */
  /* This is desirable for most machines.  */
  
! #define NO_UNION_TYPE
  
  /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend
     the 24-bit bit field into an int.  In other words, if bit fields
***************
*** 84,90 ****
     Otherwise Emacs assumes that text space precedes data space,
     numerically.  */
  
! /* #define VIRT_ADDR_VARIES */ 
  
  /* Define NO_REMAP if memory segmentation makes it not work well
     to change the boundary between the text section and data section
--- 84,90 ----
     Otherwise Emacs assumes that text space precedes data space,
     numerically.  */
  
! /* #define VIRT_ADDR_VARIES */
  
  /* Define NO_REMAP if memory segmentation makes it not work well
     to change the boundary between the text section and data section
***************
*** 96,108 ****
  /* Motorola SysV has PTYs.  Not all usg3-5 systems do, so this is defined
     here. */
  
! #define HAVE_PTYS 
  #define SYSV_PTYS
  
  /* Ditto for IPC. */
  
  
! /* 
   * we now have job control in R32V1
   */
  #undef NOMULTIPLEJOBS
--- 96,108 ----
  /* Motorola SysV has PTYs.  Not all usg3-5 systems do, so this is defined
     here. */
  
! #define HAVE_PTYS
  #define SYSV_PTYS
  
  /* Ditto for IPC. */
  
  
! /*
   * we now have job control in R32V1
   */
  #undef NOMULTIPLEJOBS
***************
*** 134,140 ****
  /* previously defined in usg5-4, if we choose to use that.  */
  #ifndef LIBS_SYSTEM
  #ifdef USG5_4
! #define LIBS_SYSTEM -lsocket -lnsl 
  #else
  #define LIBS_SYSTEM -lbsd -lg
  #endif /* USG5_4 */
--- 134,140 ----
  /* previously defined in usg5-4, if we choose to use that.  */
  #ifndef LIBS_SYSTEM
  #ifdef USG5_4
! #define LIBS_SYSTEM -lsocket -lnsl
  #else
  #define LIBS_SYSTEM -lbsd -lg
  #endif /* USG5_4 */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]