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.4 by pcg, Sat Jan 17 01:20:01 2004 UTC

1/*
2 * $Id: init.h,v 1.2 2003/11/24 17:31:27 pcg Exp $
3 */
4
5#ifndef _INIT_H_ 1#ifndef INIT_H_
6#define _INIT_H_ 2#define INIT_H_
7 3
8#undef CERASE /* TODO */ 4#undef CERASE /* TODO */
9#define CERASE '\010' /* ^H */ 5#define CERASE '\010' /* ^H */
10 6
11#ifdef HAVE_XSETLOCALE 7#ifdef HAVE_XSETLOCALE
144#endif 140#endif
145 141
146#ifndef O_NOCTTY 142#ifndef O_NOCTTY
147# define O_NOCTTY 0 143# define O_NOCTTY 0
148#endif 144#endif
149#ifndef O_NDELAY
150# define O_NDELAY O_NONBLOCK /* QNX, at least */
151#endif
152#ifndef ONLCR 145#ifndef ONLCR
153# define ONLCR 0 /* QNX, at least */ 146# define ONLCR 0 /* QNX, at least */
154#endif 147#endif
155 148
156#define CONSOLE "/dev/console" /* console device */ 149#define CONSOLE "/dev/console" /* console device */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines