comparison src/s/iris3-6.h @ 163:0132846995bd r20-3b8

Import from CVS: tag r20-3b8
author cvs
date Mon, 13 Aug 2007 09:43:35 +0200
parents 376386a54a3c
children
comparison
equal deleted inserted replaced
162:4de2936b4e77 163:0132846995bd
70 /* Special hacks needed to make Emacs run on this system. */ 70 /* Special hacks needed to make Emacs run on this system. */
71 71
72 /* The IRIS defines SIGIO in signal.h, but doesn't implement it. */ 72 /* The IRIS defines SIGIO in signal.h, but doesn't implement it. */
73 #define BROKEN_SIGIO 73 #define BROKEN_SIGIO
74 74
75 #define LIBS_MACHINE -lbsd -ldbm -lPW 75 #define LIBS_MACHINE "-lbsd -ldbm -lPW"
76 #define C_SWITCH_MACHINE -I/usr/include/bsd 76 #define C_SWITCH_MACHINE "-I/usr/include/bsd"
77 77
78 /* On USG systems the system calls are interruptible by signals 78 /* On USG systems the system calls are interruptible by signals
79 that the user program has elected to catch. Thus the system call 79 that the user program has elected to catch. Thus the system call
80 must be retried in these cases. To handle this without massive 80 must be retried in these cases. To handle this without massive
81 changes in the source code, we remap the standard system call names 81 changes in the source code, we remap the standard system call names