summaryrefslogtreecommitdiffstats
path: root/pathnames.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-01-22 22:06:19 +0100
committerBen Lindstrom <mouring@eviladmin.org>2001-01-22 22:06:19 +0100
commitcb577331b4c30cf33c4811a3f6065d4c076deaa7 (patch)
treec6936130eec96a2db364b87e0c2e95b47909fc8f /pathnames.h
parentHopefully things did not get mixed around too much. It compiles under (diff)
downloadopenssh-cb577331b4c30cf33c4811a3f6065d4c076deaa7.tar.xz
openssh-cb577331b4c30cf33c4811a3f6065d4c076deaa7.zip
20010123
- (bal) regexp.h typo in configure.in. Should have been regex.h - (bal) SSH_USER_DIR to _PATH_SSH_USER_DIR patch by stevesk@
Diffstat (limited to '')
-rw-r--r--pathnames.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/pathnames.h b/pathnames.h
index 702251c08..a660d542d 100644
--- a/pathnames.h
+++ b/pathnames.h
@@ -103,7 +103,9 @@
/*
* Default location of askpass
*/
+#ifndef _PATH_SSH_ASKPASS_DEFAULT
#define _PATH_SSH_ASKPASS_DEFAULT "/usr/X11R6/bin/ssh-askpass"
+#endif
/* for scp */
#ifndef _PATH_CP
@@ -128,7 +130,7 @@
* Relevant only when using builtin PRNG.
*/
#ifndef SSH_PRNG_SEED_FILE
-# define SSH_PRNG_SEED_FILE SSH_USER_DIR"/prng_seed"
+# define SSH_PRNG_SEED_FILE _PATH_SSH_USER_DIR"/prng_seed"
#endif /* SSH_PRNG_SEED_FILE */
#ifndef SSH_PRNG_COMMAND_FILE
# define SSH_PRNG_COMMAND_FILE ETCDIR "/ssh_prng_cmds"