*** empty log message ***
[bpt/emacs.git] / src / s / irix5-2.h
CommitLineData
28d8bcb0
RS
1#include "irix5-0.h"
2
177c0ea7 3/* as of version 5.2, irix no longer uses flock,
28d8bcb0 4 according to jackr@wpd.sgi.com. */
177c0ea7 5#undef MAIL_USE_FLOCK
37473f05
RS
6
7/* C-g in select is not handled properly with restartable
8 system calls. So don't use them. */
9#undef SA_RESTART
c9bf9238
RS
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
d9db7b7b
KH
14
15/* Looking at the wtmp file in filelock.c causes a crash
16 for jpff@maths.bath.ac.uk.
17 Note that irix6-0.h does not include this file, only irix5-0.h. */
18#define NO_WTMP_FILE
ab5796a9
MB
19
20/* arch-tag: e2f820c1-2a3e-4cee-b5f1-6ce8ab21f439
21 (do not change this comment) */