/[emacs]/emacs/src/s/sco4.h
ViewVC logotype

Diff of /emacs/src/s/sco4.h

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

revision 1.29 by fx, Fri Apr 14 17:51:55 2000 UTC revision 1.29.18.1 by miles, Fri Apr 4 06:21:12 2003 UTC
# Line 86  Boston, MA 02111-1307, USA.  */ Line 86  Boston, MA 02111-1307, USA.  */
86  #define LIBS_SYSTEM -lsocket -lPW  #define LIBS_SYSTEM -lsocket -lPW
87    
88  /* SCO has gettimeofday in socket library */  /* SCO has gettimeofday in socket library */
89  /* Autoconf should determine this, but for now,  /* Autoconf should determine this, but for now,
90     play safe to avoid error rather than deleting this     play safe to avoid error rather than deleting this
91     and risking the wrong result.  */     and risking the wrong result.  */
92  #ifndef HAVE_GETTIMEOFDAY  #ifndef HAVE_GETTIMEOFDAY
# Line 128  Boston, MA 02111-1307, USA.  */ Line 128  Boston, MA 02111-1307, USA.  */
128  #define MAIL_PROGRAM_NAME "/usr/lib/mail/execmail"  #define MAIL_PROGRAM_NAME "/usr/lib/mail/execmail"
129  #endif  #endif
130    
 /* miano@acosta.enet.dec.com says these are needed.  */  
 #define bcopy(b1,b2,len) memmove (b2, b1, len)  
 #define bzero(b,len) memset (b, 0, len)  
 #define bcmp(b1,b2,len) memcmp (b1, b2, len)  
   
131  /* Tell process_send_signal to use VSUSP instead of VSWTCH.  */  /* Tell process_send_signal to use VSUSP instead of VSWTCH.  */
132  #define PREFER_VSUSP  #define PREFER_VSUSP
133    

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