summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authordjm <djm>2001-02-26 21:39:07 +0000
committerdjm <djm>2001-02-26 21:39:07 +0000
commit8f71f4a8a81a6a766605784d65ff99e56feba0f3 (patch)
tree4ab51db0aadea361bf0f3a993a65083339c17b0d /acconfig.h
parentbdcbc70896abda9a5fe74b317ac8fc92306e0dda (diff)
downloadopenssh-8f71f4a8a81a6a766605784d65ff99e56feba0f3.tar.gz
- (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 5617d831..a4343586 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
-/* $Id: acconfig.h,v 1.104 2001/02/26 09:49:59 djm Exp $ */
+/* $Id: acconfig.h,v 1.105 2001/02/26 21:39:07 djm Exp $ */
#ifndef _CONFIG_H
#define _CONFIG_H
@@ -297,7 +297,7 @@
#undef NO_X11_UNIX_SOCKETS
/* Needed for SCO and NeXT */
-#undef SAVED_IDS_WORK_WITH_SETEUID
+#undef BROKEN_SAVED_UIDS
@BOTTOM@