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

Comparing rxvt-unicode/src/ptytty.h (file contents):
Revision 1.15 by ayin, Thu Jan 19 16:40:13 2006 UTC vs.
Revision 1.16 by ayin, Sat Jan 21 18:15:17 2006 UTC

2#define PTYTTY_H 2#define PTYTTY_H
3 3
4#include "rxvt.h" 4#include "rxvt.h"
5#include "feature.h" 5#include "feature.h"
6 6
7#if defined(HAVE_GRANTPT) && defined(HAVE_UNLOCKPT) 7#if defined(HAVE__GETPTY) || defined(HAVE_OPENPTY) || defined(UNIX98_PTY)
8# if defined(PTYS_ARE_GETPT) || defined(PTYS_ARE_POSIX) || defined(PTYS_ARE_PTMX)
9# define NO_SETOWNER_TTYDEV 1
10# endif
11#endif
12#if defined(__CYGWIN__) || defined(PTYS_ARE_OPENPTY)
13# define NO_SETOWNER_TTYDEV 1 8# define NO_SETOWNER_TTYDEV 1
14#endif 9#endif
15 10
16#if UTMP_SUPPORT 11#if UTMP_SUPPORT
17# if !defined(RXVT_UTMPX_FILE) || !defined(HAVE_STRUCT_UTMPX) || defined(__GLIBC__) 12# if !defined(RXVT_UTMPX_FILE) || !defined(HAVE_STRUCT_UTMPX) || defined(__GLIBC__)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines