summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ptytty_wrapper.C11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ptytty_wrapper.C b/src/ptytty_wrapper.C
new file mode 100644
index 0000000..8b6649f
--- /dev/null
+++ b/src/ptytty_wrapper.C
@@ -0,0 +1,11 @@
+#include <config.h>
+#include "rxvt.h"
+
+#define PTYTTY_REENTRANT 0
+
+#define PTYTTY_FATAL rxvt_fatal
+#define PTYTTY_WARN rxvt_warn
+
+#include "logging.C"
+#include "proxy.C"
+#include "ptytty.C"