ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/ptytty_wrapper.C
Revision: 1.5
Committed: Sat Jan 21 13:47:19 2012 UTC (12 years, 5 months ago) by sf-exg
Content type: text/plain
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_19, rxvt-unicode-rel-9_18, rxvt-unicode-rel-9_17, rxvt-unicode-rel-9_16
Changes since 1.4: +0 -2 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 root 1.3 #define PTYTTY_REENTRANT 0
5    
6 sf-exg 1.1 #define PTYTTY_FATAL rxvt_fatal
7     #define PTYTTY_WARN rxvt_warn
8    
9     #include "logging.C"
10     #include "proxy.C"
11     #include "ptytty.C"