diff options
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h index 80907f0dc..10ffd6bad 100644 --- a/acconfig.h +++ b/acconfig.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: acconfig.h,v 1.168 2003/10/15 06:57:57 dtucker Exp $ */ | 1 | /* $Id: acconfig.h,v 1.169 2003/12/17 07:53:26 dtucker Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 1999-2003 Damien Miller. All rights reserved. | 4 | * Copyright (c) 1999-2003 Damien Miller. All rights reserved. |
@@ -41,6 +41,12 @@ | |||
41 | /* Define if your setregid() is broken */ | 41 | /* Define if your setregid() is broken */ |
42 | #undef BROKEN_SETREGID | 42 | #undef BROKEN_SETREGID |
43 | 43 | ||
44 | /* Define if your setresuid() is broken */ | ||
45 | #undef BROKEN_SETRESUID | ||
46 | |||
47 | /* Define if your setresgid() is broken */ | ||
48 | #undef BROKEN_SETRESGID | ||
49 | |||
44 | /* Define to a Set Process Title type if your system is */ | 50 | /* Define to a Set Process Title type if your system is */ |
45 | /* supported by bsd-setproctitle.c */ | 51 | /* supported by bsd-setproctitle.c */ |
46 | #undef SPT_TYPE | 52 | #undef SPT_TYPE |