diff options
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h index 6fabc0b05..bbe50162b 100644 --- a/acconfig.h +++ b/acconfig.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: acconfig.h,v 1.136 2002/05/13 00:56:51 djm Exp $ */ | 1 | /* $Id: acconfig.h,v 1.137 2002/05/13 03:15:43 djm Exp $ */ |
2 | 2 | ||
3 | #ifndef _CONFIG_H | 3 | #ifndef _CONFIG_H |
4 | #define _CONFIG_H | 4 | #define _CONFIG_H |
@@ -352,6 +352,9 @@ | |||
352 | /* Define if you want a different $PATH for the superuser */ | 352 | /* Define if you want a different $PATH for the superuser */ |
353 | #undef SUPERUSER_PATH | 353 | #undef SUPERUSER_PATH |
354 | 354 | ||
355 | /* Path that unprivileged child will chroot() to in privep mode */ | ||
356 | #undef PRIVSEP_PATH | ||
357 | |||
355 | @BOTTOM@ | 358 | @BOTTOM@ |
356 | 359 | ||
357 | /* ******************* Shouldn't need to edit below this line ************** */ | 360 | /* ******************* Shouldn't need to edit below this line ************** */ |