X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=unix%2Fuxputty.c;h=0abc1ff86ed05fade1de6b6360c178462eb20579;hb=d83cd2f79bba111660262af0827296cb76e17040;hp=d71d28988d6501138455a36aeb9a6f0dc7e2b1c0;hpb=98028c746f08d0e7bf5d8524d6aca85e5a2f4145;p=PuTTY.git diff --git a/unix/uxputty.c b/unix/uxputty.c index d71d2898..0abc1ff8 100644 --- a/unix/uxputty.c +++ b/unix/uxputty.c @@ -12,6 +12,12 @@ #include "putty.h" #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. */ @@ -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;