summaryrefslogtreecommitdiff
path: root/pathnames.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-02-27 14:42:48 +1100
committerDamien Miller <djm@mindrot.org>2001-02-27 14:42:48 +1100
commit896b88acba56289efc427087ef0a0bc18043f29a (patch)
tree91d9013878af58cf064b110ff2d70c46b8cbc387 /pathnames.h
parent0bcf9eacdf30c8bd496d39f45afa6e2cb74a2363 (diff)
downloadopenssh-git-896b88acba56289efc427087ef0a0bc18043f29a.tar.gz
- (djm) Open Server 5 doesn't need BROKEN_SAVED_UIDS. Patch from Tim Rice
<tim@multitalents.net> - (djm) Avoid multiple definition of _PATH_LS. Patch from Tim Rice <tim@multitalents.net>
Diffstat (limited to 'pathnames.h')
-rw-r--r--pathnames.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pathnames.h b/pathnames.h
index 3f116bdb..75415f3a 100644
--- a/pathnames.h
+++ b/pathnames.h
@@ -120,7 +120,9 @@
#ifndef _PATH_SFTP_SERVER
#define _PATH_SFTP_SERVER "/usr/libexec/sftp-server"
#endif
+#ifndef _PATH_LS
#define _PATH_LS "ls"
+#endif
/* path to login program */
#ifndef LOGIN_PROGRAM