summaryrefslogtreecommitdiff
path: root/pathnames.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2017-01-16 09:08:32 +1100
committerDarren Tucker <dtucker@zip.com.au>2017-01-16 09:08:32 +1100
commit58fca12ba967ea5c768653535604e1522d177e44 (patch)
treeef2c84272de5f6e0b70611edb6079f6bc73a445a /pathnames.h
parentb108ce92aae0ca0376dce9513d953be60e449ae1 (diff)
downloadopenssh-git-58fca12ba967ea5c768653535604e1522d177e44.tar.gz
Remove LOGIN_PROGRAM.
UseLogin is gone, remove leftover. bz#2665, from cjwatson at debian.org
Diffstat (limited to 'pathnames.h')
-rw-r--r--pathnames.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/pathnames.h b/pathnames.h
index f5e11ab1..a8deb9fc 100644
--- a/pathnames.h
+++ b/pathnames.h
@@ -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"