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.18 by root, Sun Jan 22 00:48:13 2006 UTC vs.
Revision 1.21 by root, Mon Jan 23 12:05:12 2006 UTC

1// This file is part of libptytty. Do not make local modifications.
2// http://software.schmorp.de/pkg/libptytty
3
1#ifndef PTYTTY_H 4#ifndef PTYTTY_H
2#define PTYTTY_H 5#define PTYTTY_H
3 6
4#include "libptytty.h" 7#include "libptytty.h"
8#include "ptytty_conf.h"
5 9
6#include "ptytty_conf.h" 10#if PTYTTY_REENTRANT
11# define PTYTTY_NO_PID_CHECK 1
12#endif
7 13
8#if defined(HAVE__GETPTY) || defined(HAVE_OPENPTY) || defined(UNIX98_PTY) 14#if defined(HAVE__GETPTY) || defined(HAVE_OPENPTY) || defined(UNIX98_PTY)
9# define NO_SETOWNER_TTYDEV 1 15# define NO_SETOWNER_TTYDEV 1
10#endif 16#endif
11 17
45# endif 51# endif
46# endif 52# endif
47 53
48#endif 54#endif
49 55
56#define fatal(msg) do { write (2, msg, sizeof (msg) - 1); _exit (255); } while (0)
57
50struct ptytty_unix : ptytty 58struct ptytty_unix : ptytty
51{ 59{
52 char *name; 60 char *name;
53 61
54public: 62public:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines