summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/acconfig.h')
-rw-r--r--crypto/openssh/acconfig.h17
1 files changed, 10 insertions, 7 deletions
diff --git a/crypto/openssh/acconfig.h b/crypto/openssh/acconfig.h
index ca5181c..b5bb555 100644
--- a/crypto/openssh/acconfig.h
+++ b/crypto/openssh/acconfig.h
@@ -1,4 +1,4 @@
-/* $Id: acconfig.h,v 1.141 2002/06/25 22:35:16 tim Exp $ */
+/* $Id: acconfig.h,v 1.145 2002/09/26 00:38:48 tim Exp $ */
/* $FreeBSD$ */
#ifndef _CONFIG_H
@@ -149,7 +149,10 @@
#undef DISABLE_PUTUTXLINE
/* Define if you don't want to use lastlog */
-#undef DISABLE_LASTLOG
+#define DISABLE_LASTLOG
+
+/* Define if you don't want to use lastlog in session.c */
+#undef NO_SSH_LASTLOG
/* Define if you don't want to use utmp */
#undef DISABLE_UTMP
@@ -314,6 +317,9 @@
/* Define if X11 doesn't support AF_UNIX sockets on that system */
#undef NO_X11_UNIX_SOCKETS
+/* Define if the concept of ports only accessible to superusers isn't known */
+#undef NO_IPPORT_RESERVED_CONCEPT
+
/* Needed for SCO and NeXT */
#undef BROKEN_SAVED_UIDS
@@ -359,11 +365,8 @@
/* Path that unprivileged child will chroot() to in privep mode */
#undef PRIVSEP_PATH
-/* Define if you have the `mmap' function that supports MAP_ANON|SHARED */
-#undef HAVE_MMAP_ANON_SHARED
-
-/* Define if sendmsg()/recvmsg() has problems passing file descriptors */
-#undef BROKEN_FD_PASSING
+/* Define if your platform needs to skip post auth file descriptor passing */
+#undef DISABLE_FD_PASSING
@BOTTOM@
OpenPOWER on IntegriCloud