/[emacs]/emacs/src/s/usg5-4.h
ViewVC logotype

Diff of /emacs/src/s/usg5-4.h

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

revision 1.29 by gerd, Fri Dec 15 14:49:08 2000 UTC revision 1.29.18.1 by miles, Fri Apr 4 06:21:12 2003 UTC
# Line 57  Boston, MA 02111-1307, USA.  */ Line 57  Boston, MA 02111-1307, USA.  */
57  /* there are no -lg libraries on this system, and no libPW */  /* there are no -lg libraries on this system, and no libPW */
58    
59  #define LIBS_DEBUG  #define LIBS_DEBUG
 /* This is turned off because nobody actually uses LIBS_STANDARD (Nov 1995).  
    That name is a typo.  The next step is to delete this entirely.  */  
 /* #define LIBS_STANDARD -lc */  
   
 /* No <sioctl.h> */  
   
 #define NO_SIOCTL_H  
60    
61  /* Undump with ELF */  /* Undump with ELF */
62    
# Line 135  Boston, MA 02111-1307, USA.  */ Line 128  Boston, MA 02111-1307, USA.  */
128     subprocesses the usual way.  But TIOCSIGNAL does work for PTYs, and     subprocesses the usual way.  But TIOCSIGNAL does work for PTYs, and
129     this is all we need.  */     this is all we need.  */
130    
 #ifndef IRIX6  
131  #define TIOCSIGSEND TIOCSIGNAL  #define TIOCSIGSEND TIOCSIGNAL
 #endif  
132    
133  /* This change means that we don't loop through allocate_pty too many  /* This change means that we don't loop through allocate_pty too many
134     times in the (rare) event of a failure. */     times in the (rare) event of a failure. */
# Line 198  Boston, MA 02111-1307, USA.  */ Line 189  Boston, MA 02111-1307, USA.  */
189     So give it a try.  */     So give it a try.  */
190  #define HAVE_SOCKETS  #define HAVE_SOCKETS
191    
 #define bcopy(src,dst,n)        memmove (dst,src,n)  
 #define bcmp(src,dst,n)         memcmp (src,dst,n)  
 #define bzero(s,n)              memset (s,0,n)  
   
192  /* Markus Weiand <weiand@khof.com> says this is needed for Motif on  /* Markus Weiand <weiand@khof.com> says this is needed for Motif on
193     SINIX.  */     SINIX.  */
194  #undef LIBS_SYSTEM  #undef LIBS_SYSTEM

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.29.18.1

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