]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - unix/uxpterm.c
A bunch of further warning fixes in the Windows code.
[PuTTY.git] / unix / uxpterm.c
index 0b848bc721f8eddeae15e63b4e20c6271c636c34..5d0b5f55371f3d7cb5fb15cf42683d9e65061b33 100644 (file)
@@ -10,6 +10,7 @@
 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 */
+const int dup_check_launchable = 0; /* no need to check host name in conf */
 const int use_pty_argv = TRUE;
 
 Backend *select_backend(Conf *conf)