home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / e20313sr.zip / emacs / 20.3.1 / src / s / irix5-2.h < prev    next >
C/C++ Source or Header  |  1999-06-27  |  427b  |  14 lines

  1. #include "irix5-0.h"
  2.  
  3. /* as of version 5.2, irix no longer uses flock, 
  4.    according to jackr@wpd.sgi.com.  */
  5. #undef MAIL_USE_FLOCK 
  6.  
  7. /* C-g in select is not handled properly with restartable
  8.    system calls.  So don't use them.  */
  9. #undef SA_RESTART
  10.  
  11. /* schoepf@goofy.zdv.Uni-Mainz.de reports he needed -lw with X11R6
  12.    on Irix 5.3.  I don't know which Irix version that need starts with.  */
  13. #define NEED_LIBW
  14.