X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/d4413bd2bbee00fa4a058e6c3a58c11d5596cd3d..3900c2d642c2960fdac52a9afea854a375441fcc:/unix/ptermm.c diff --git a/unix/ptermm.c b/unix/ptermm.c index 6cdeffc5..84510e77 100644 --- a/unix/ptermm.c +++ b/unix/ptermm.c @@ -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) {