summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-09-06 16:44:39 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-09-06 16:44:39 +1000
commit9f18be63ab1f6987c7bd5514e920b99dbeceb79b (patch)
treef5feadd9052fc59a32ea3f77aa0216a867b45fd5 /acconfig.h
parentb2db4e83a350415a87c037414fc5e4c6074eba0d (diff)
- (dtucker) [acconfig.h configure.ac uidswap.c] Prefer setuid/setgid on AIX.
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