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

# User Rev Content
1 sf-exg 1.1 #include <config.h>
2     #include "rxvt.h"
3    
4 sf-exg 1.4 #define PTYTTY_NO_LIBCPP 1
5 sf-exg 1.1
6 root 1.3 #define PTYTTY_REENTRANT 0
7    
8 sf-exg 1.1 #define PTYTTY_FATAL rxvt_fatal
9     #define PTYTTY_WARN rxvt_warn
10    
11     #include "logging.C"
12     #include "proxy.C"
13     #include "ptytty.C"