Skip to content

Commit

Permalink
Remove LOGIN_PROGRAM.
Browse files Browse the repository at this point in the history
UseLogin is gone, remove leftover.  bz#2665, from cjwatson at debian.org
  • Loading branch information
daztucker committed Jan 15, 2017
1 parent b108ce9 commit 58fca12
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pathnames.h
Expand Up @@ -166,15 +166,6 @@
#define _PATH_LS "ls"
#endif

/* path to login program */
#ifndef LOGIN_PROGRAM
# ifdef LOGIN_PROGRAM_FALLBACK
# define LOGIN_PROGRAM LOGIN_PROGRAM_FALLBACK
# else
# define LOGIN_PROGRAM "/usr/bin/login"
# endif
#endif /* LOGIN_PROGRAM */

/* Askpass program define */
#ifndef ASKPASS_PROGRAM
#define ASKPASS_PROGRAM "/usr/lib/ssh/ssh-askpass"
Expand Down

0 comments on commit 58fca12

Please sign in to comment.