Make IPv6 support for Unix work, and make it a lot simpler in the process.
[u/mdw/putty] / unix / ptermm.c
index 6cdeffc..84510e7 100644 (file)
@@ -8,6 +8,8 @@
 #include "putty.h"
 
 const char *const appname = "pterm";
+const int use_event_log = 0;          /* pterm doesn't need it */
+const int new_session = 0, saved_sessions = 0;   /* or these */
 
 Backend *select_backend(Config *cfg)
 {