diff options
author | Colin Watson <cjwatson@debian.org> | 2017-03-29 01:35:00 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2017-03-29 01:35:00 +0100 |
commit | 6fabaf6fd9b07cc8bc6a17c9c4a5b76849cfc874 (patch) | |
tree | b4377d09196e24e2c6f2c2128f66f92cf7891105 /pathnames.h | |
parent | 971a7653746a6972b907dfe0ce139c06e4a6f482 (diff) | |
parent | d38f05dbdd291212bc95ea80648b72b7177e9f4e (diff) |
Import openssh_7.5p1.orig.tar.gz
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" |