summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-02-27 08:39:07 +1100
committerDamien Miller <djm@mindrot.org>2001-02-27 08:39:07 +1100
commitfbd884a80d35bad7d69410096e3ab186783dd038 (patch)
tree087729e583f7eb0dce13a0a738526ae2b6c06a2a /acconfig.h
parent0c100870ac1c271a0a3d65099777af312e71d865 (diff)
- (djm) Fix up POSIX saved uid support. Report from Mark Miller
<markm@swoon.net> - (djm) Search for -lcrypt on FreeBSD too
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/acconfig.h b/acconfig.h
index 5617d8317..a43435868 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.104 2001/02/26 09:49:59 djm Exp $ */ 1/* $Id: acconfig.h,v 1.105 2001/02/26 21:39:07 djm Exp $ */
2 2
3#ifndef _CONFIG_H 3#ifndef _CONFIG_H
4#define _CONFIG_H 4#define _CONFIG_H
@@ -297,7 +297,7 @@
297#undef NO_X11_UNIX_SOCKETS 297#undef NO_X11_UNIX_SOCKETS
298 298
299/* Needed for SCO and NeXT */ 299/* Needed for SCO and NeXT */
300#undef SAVED_IDS_WORK_WITH_SETEUID 300#undef BROKEN_SAVED_UIDS
301 301
302@BOTTOM@ 302@BOTTOM@
303 303