summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authordjm <djm>2002-05-13 00:56:51 +0000
committerdjm <djm>2002-05-13 00:56:51 +0000
commitfae54e02a1db3e84599d50d4463b5b290e57c775 (patch)
tree111c11c6543082cc0fe0e216cf947df9aee28de8 /acconfig.h
parent3479a072ae24e11c444fed16c4dbf5bc90a75c01 (diff)
downloadopenssh-fae54e02a1db3e84599d50d4463b5b290e57c775.tar.gz
- (djm) Add --with-superuser-path=xxx configure option to specify what $PATH
the superuser receives.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index 087ce430..6fabc0b0 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
-/* $Id: acconfig.h,v 1.135 2002/04/25 18:17:04 stevesk Exp $ */
+/* $Id: acconfig.h,v 1.136 2002/05/13 00:56:51 djm Exp $ */
#ifndef _CONFIG_H
#define _CONFIG_H
@@ -349,6 +349,9 @@
/* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */
#undef WITH_ABBREV_NO_TTY
+/* Define if you want a different $PATH for the superuser */
+#undef SUPERUSER_PATH
+
@BOTTOM@
/* ******************* Shouldn't need to edit below this line ************** */