search for: spt_none

Displaying 1 result from an estimated 1 matches for "spt_none".

Did you mean: opt_none
2000 Nov 05
1
suggested bsd-setproctitle.c
.../bsd-setproctitle.c Wed Oct 18 08:11:44 2000 +++ bsd-setproctitle.c Sun Nov 5 16:59:07 2000 @@ -56,11 +56,13 @@ #define MAX_PROCTITLE 2048 -#ifdef HAVE___PROGNAME -extern char *__progname; -#else -static const char *__progname = "sshd"; -#endif /* HAVE___PROGNAME */ +#if SPT_TYPE != SPT_NONE +# ifdef HAVE___PROGNAME + extern char *__progname; +# else + static const char *__progname = "sshd"; +# endif /* HAVE___PROGNAME */ +#endif /* SPT_TYPE != SPT_NONE */ /* * Set Process Title (SPT) defines. Modeled after sendmail's