ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/init.h
(Generate patch)

Comparing rxvt-unicode/src/init.h (file contents):
Revision 1.2 by pcg, Mon Nov 24 17:31:27 2003 UTC vs.
Revision 1.3 by pcg, Tue Nov 25 15:25:17 2003 UTC

1/* 1/*
2 * $Id: init.h,v 1.2 2003/11/24 17:31:27 pcg Exp $ 2 * $Id: init.h,v 1.3 2003/11/25 15:25:17 pcg Exp $
3 */ 3 */
4 4
5#ifndef _INIT_H_ 5#ifndef _INIT_H_
6#define _INIT_H_ 6#define _INIT_H_
7 7
144#endif 144#endif
145 145
146#ifndef O_NOCTTY 146#ifndef O_NOCTTY
147# define O_NOCTTY 0 147# define O_NOCTTY 0
148#endif 148#endif
149#ifndef O_NDELAY
150# define O_NDELAY O_NONBLOCK /* QNX, at least */
151#endif
152#ifndef ONLCR 149#ifndef ONLCR
153# define ONLCR 0 /* QNX, at least */ 150# define ONLCR 0 /* QNX, at least */
154#endif 151#endif
155 152
156#define CONSOLE "/dev/console" /* console device */ 153#define CONSOLE "/dev/console" /* console device */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines