summaryrefslogtreecommitdiff
path: root/pathnames.h
diff options
context:
space:
mode:
Diffstat (limited to 'pathnames.h')
-rw-r--r--pathnames.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/pathnames.h b/pathnames.h
index 47f7867d5..5027fbaed 100644
--- a/pathnames.h
+++ b/pathnames.h
@@ -18,10 +18,6 @@
18#define SSHDIR ETCDIR "/ssh" 18#define SSHDIR ETCDIR "/ssh"
19#endif 19#endif
20 20
21#ifndef _PATH_SSH_DATADIR
22#define _PATH_SSH_DATADIR "/usr/share/ssh"
23#endif
24
25#ifndef _PATH_SSH_PIDDIR 21#ifndef _PATH_SSH_PIDDIR
26#define _PATH_SSH_PIDDIR "/var/run" 22#define _PATH_SSH_PIDDIR "/var/run"
27#endif 23#endif
@@ -48,9 +44,6 @@
48/* Backwards compatibility */ 44/* Backwards compatibility */
49#define _PATH_DH_PRIMES SSHDIR "/primes" 45#define _PATH_DH_PRIMES SSHDIR "/primes"
50 46
51#define _PATH_BLACKLIST _PATH_SSH_DATADIR "/blacklist"
52#define _PATH_BLACKLIST_CONFIG SSHDIR "/blacklist"
53
54#ifndef _PATH_SSH_PROGRAM 47#ifndef _PATH_SSH_PROGRAM
55#define _PATH_SSH_PROGRAM "/usr/bin/ssh" 48#define _PATH_SSH_PROGRAM "/usr/bin/ssh"
56#endif 49#endif