summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index c83a45619..ce79146f4 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.162 2003/08/26 01:58:16 dtucker Exp $ */ 1/* $Id: acconfig.h,v 1.163 2003/09/06 06:44:39 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.
@@ -35,6 +35,12 @@
35/* Define if your platform breaks doing a seteuid before a setuid */ 35/* Define if your platform breaks doing a seteuid before a setuid */
36#undef SETEUID_BREAKS_SETUID 36#undef SETEUID_BREAKS_SETUID
37 37
38/* Define if your setreuid() is broken */
39#undef BROKEN_SETREUID
40
41/* Define if your setregid() is broken */
42#undef BROKEN_SERREGID
43
38/* Define to a Set Process Title type if your system is */ 44/* Define to a Set Process Title type if your system is */
39/* supported by bsd-setproctitle.c */ 45/* supported by bsd-setproctitle.c */
40#undef SPT_TYPE 46#undef SPT_TYPE