summaryrefslogtreecommitdiff
path: root/pathnames.h
diff options
context:
space:
mode:
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