ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/ptytty_wrapper.C
Revision: 1.4
Committed: Tue Dec 20 13:47:10 2011 UTC (12 years, 5 months ago) by sf-exg
Content type: text/plain
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_15, rel-9_14
Changes since 1.3: +1 -1 lines
Log Message:
Fix build with latest libptytty.

File Contents

# Content
1 #include <config.h>
2 #include "rxvt.h"
3
4 #define PTYTTY_NO_LIBCPP 1
5
6 #define PTYTTY_REENTRANT 0
7
8 #define PTYTTY_FATAL rxvt_fatal
9 #define PTYTTY_WARN rxvt_warn
10
11 #include "logging.C"
12 #include "proxy.C"
13 #include "ptytty.C"