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.8 by root, Sun Jan 2 10:55:43 2005 UTC vs.
Revision 1.9 by root, Tue Jan 17 11:02:10 2006 UTC

14#endif /* HAVE_XLOCALE */ 14#endif /* HAVE_XLOCALE */
15 15
16#if defined(PTYS_ARE_PTMX) && !defined(__CYGWIN32__) 16#if defined(PTYS_ARE_PTMX) && !defined(__CYGWIN32__)
17# include <sys/resource.h> /* for struct rlimit */ 17# include <sys/resource.h> /* for struct rlimit */
18# define _NEW_TTY_CTRL /* to get proper defines in <termios.h> */ 18# define _NEW_TTY_CTRL /* to get proper defines in <termios.h> */
19#endif
20
21#ifdef __QNX__ /* autoconf someday */
22# include <process.h>
23#endif 19#endif
24 20
25#ifdef TTY_GID_SUPPORT 21#ifdef TTY_GID_SUPPORT
26# include <grp.h> 22# include <grp.h>
27#endif 23#endif
141 137
142#ifndef O_NOCTTY 138#ifndef O_NOCTTY
143# define O_NOCTTY 0 139# define O_NOCTTY 0
144#endif 140#endif
145#ifndef ONLCR 141#ifndef ONLCR
146# define ONLCR 0 /* QNX, at least */ 142# define ONLCR 0
147#endif 143#endif
148 144
149#define CONSOLE "/dev/console" /* console device */ 145#define CONSOLE "/dev/console" /* console device */
150 146
151#endif /* _INIT_H_ */ 147#endif /* _INIT_H_ */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines