diff options
author | Darren Tucker <dtucker@zip.com.au> | 2017-01-16 09:08:32 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2017-01-16 09:08:32 +1100 |
commit | 58fca12ba967ea5c768653535604e1522d177e44 (patch) | |
tree | ef2c84272de5f6e0b70611edb6079f6bc73a445a /pathnames.h | |
parent | b108ce92aae0ca0376dce9513d953be60e449ae1 (diff) |
Remove LOGIN_PROGRAM.
UseLogin is gone, remove leftover. bz#2665, from cjwatson at debian.org
Diffstat (limited to 'pathnames.h')
-rw-r--r-- | pathnames.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/pathnames.h b/pathnames.h index f5e11ab15..a8deb9fc6 100644 --- a/pathnames.h +++ b/pathnames.h | |||
@@ -166,15 +166,6 @@ | |||
166 | #define _PATH_LS "ls" | 166 | #define _PATH_LS "ls" |
167 | #endif | 167 | #endif |
168 | 168 | ||
169 | /* path to login program */ | ||
170 | #ifndef LOGIN_PROGRAM | ||
171 | # ifdef LOGIN_PROGRAM_FALLBACK | ||
172 | # define LOGIN_PROGRAM LOGIN_PROGRAM_FALLBACK | ||
173 | # else | ||
174 | # define LOGIN_PROGRAM "/usr/bin/login" | ||
175 | # endif | ||
176 | #endif /* LOGIN_PROGRAM */ | ||
177 | |||
178 | /* Askpass program define */ | 169 | /* Askpass program define */ |
179 | #ifndef ASKPASS_PROGRAM | 170 | #ifndef ASKPASS_PROGRAM |
180 | #define ASKPASS_PROGRAM "/usr/lib/ssh/ssh-askpass" | 171 | #define ASKPASS_PROGRAM "/usr/lib/ssh/ssh-askpass" |