X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/46ed7b64cb3736ee27e06752cb49415ad2a72dec..aef05b788c268d43559a0183d1efe9c458724b94:/unix/uxputty.c diff --git a/unix/uxputty.c b/unix/uxputty.c index d71d2898..0abc1ff8 100644 --- a/unix/uxputty.c +++ b/unix/uxputty.c @@ -13,6 +13,12 @@ #include "storage.h" /* + * Stubs to avoid uxpty.c needing to be linked in. + */ +const int use_pty_argv = FALSE; +char **pty_argv; /* never used */ + +/* * Clean up and exit. */ void cleanup_exit(int code) @@ -40,7 +46,7 @@ Backend *select_backend(Config *cfg) int cfgbox(Config *cfg) { - return do_config_box("PuTTY Configuration", cfg, 0); + return do_config_box("PuTTY Configuration", cfg, 0, 0); } static int got_host = 0;