summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-02-26 20:49:58 +1100
committerDamien Miller <djm@mindrot.org>2001-02-26 20:49:58 +1100
commitbb7c97620278ae97f52bbd50948734b6b355bcc2 (patch)
treee1413fd72348ea50aaf57e9b9705f4e394b690f1 /acconfig.h
parent63941f9631b8316d57d54e0ef7484c66bb1c1b7d (diff)
- (djm) Some systems (SCO3, NeXT) have weird saved uid semantics.
Based on patch from Tim Rice <tim@multitalents.net>
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index 01dfb4b6d..5617d8317 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.103 2001/02/24 21:41:10 mouring Exp $ */ 1/* $Id: acconfig.h,v 1.104 2001/02/26 09:49:59 djm Exp $ */
2 2
3#ifndef _CONFIG_H 3#ifndef _CONFIG_H
4#define _CONFIG_H 4#define _CONFIG_H
@@ -296,6 +296,9 @@
296/* Define if X11 doesn't support AF_UNIX sockets on that system */ 296/* Define if X11 doesn't support AF_UNIX sockets on that system */
297#undef NO_X11_UNIX_SOCKETS 297#undef NO_X11_UNIX_SOCKETS
298 298
299/* Needed for SCO and NeXT */
300#undef SAVED_IDS_WORK_WITH_SETEUID
301
299@BOTTOM@ 302@BOTTOM@
300 303
301/* ******************* Shouldn't need to edit below this line ************** */ 304/* ******************* Shouldn't need to edit below this line ************** */