summaryrefslogtreecommitdiff
path: root/pathnames.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-01-25 23:04:22 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-01-25 23:04:22 +0000
commit27eebe6c1b9f608000188614d9a209f1281be2a2 (patch)
treeef1cfd8820cf1d4012ee845d38c6a91ceb074b35 /pathnames.h
parent87b147f539f10df7fa370b36daee54eb0896fb41 (diff)
- (bal) SSH_PROGRAM vs _PATH_SSH_PROGRAM fix pointed out by Roumen
Petrov <roumen.petrov@skalasoft.com>
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 a660d542d..223d5a2a6 100644
--- a/pathnames.h
+++ b/pathnames.h
@@ -35,7 +35,9 @@
35#define _PATH_HOST_DSA_KEY_FILE ETCDIR "/ssh_host_dsa_key" 35#define _PATH_HOST_DSA_KEY_FILE ETCDIR "/ssh_host_dsa_key"
36#define _PATH_DH_PRIMES ETCDIR "/primes" 36#define _PATH_DH_PRIMES ETCDIR "/primes"
37 37
38#ifndef _PATH_SSH_PROGRAM
38#define _PATH_SSH_PROGRAM "/usr/bin/ssh" 39#define _PATH_SSH_PROGRAM "/usr/bin/ssh"
40#endif
39 41
40/* 42/*
41 * The process id of the daemon listening for connections is saved here to 43 * The process id of the daemon listening for connections is saved here to