summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-05-13 10:56:51 +1000
committerDamien Miller <djm@mindrot.org>2002-05-13 10:56:51 +1000
commit80080753cd577bd670133660428821225304c361 (patch)
tree3ea8d26b0f4305f51940821f559f5dd8357f4764
parenta18bbd398e053acb58a79a2b4e0f13b4db8a0bae (diff)
- (djm) Add --with-superuser-path=xxx configure option to specify what $PATH
the superuser receives.
-rw-r--r--acconfig.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index 087ce4302..6fabc0b05 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.135 2002/04/25 18:17:04 stevesk Exp $ */ 1/* $Id: acconfig.h,v 1.136 2002/05/13 00:56:51 djm Exp $ */
2 2
3#ifndef _CONFIG_H 3#ifndef _CONFIG_H
4#define _CONFIG_H 4#define _CONFIG_H
@@ -349,6 +349,9 @@
349/* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */ 349/* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */
350#undef WITH_ABBREV_NO_TTY 350#undef WITH_ABBREV_NO_TTY
351 351
352/* Define if you want a different $PATH for the superuser */
353#undef SUPERUSER_PATH
354
352@BOTTOM@ 355@BOTTOM@
353 356
354/* ******************* Shouldn't need to edit below this line ************** */ 357/* ******************* Shouldn't need to edit below this line ************** */