summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h15
1 files changed, 9 insertions, 6 deletions
diff --git a/acconfig.h b/acconfig.h
index 3e51d6112..3e058f3ea 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.141 2002/06/25 22:35:16 tim Exp $ */ 1/* $Id: acconfig.h,v 1.145 2002/09/26 00:38:48 tim Exp $ */
2 2
3#ifndef _CONFIG_H 3#ifndef _CONFIG_H
4#define _CONFIG_H 4#define _CONFIG_H
@@ -150,6 +150,9 @@
150/* Define if you don't want to use lastlog */ 150/* Define if you don't want to use lastlog */
151#undef DISABLE_LASTLOG 151#undef DISABLE_LASTLOG
152 152
153/* Define if you don't want to use lastlog in session.c */
154#undef NO_SSH_LASTLOG
155
153/* Define if you don't want to use utmp */ 156/* Define if you don't want to use utmp */
154#undef DISABLE_UTMP 157#undef DISABLE_UTMP
155 158
@@ -310,6 +313,9 @@
310/* Define if X11 doesn't support AF_UNIX sockets on that system */ 313/* Define if X11 doesn't support AF_UNIX sockets on that system */
311#undef NO_X11_UNIX_SOCKETS 314#undef NO_X11_UNIX_SOCKETS
312 315
316/* Define if the concept of ports only accessible to superusers isn't known */
317#undef NO_IPPORT_RESERVED_CONCEPT
318
313/* Needed for SCO and NeXT */ 319/* Needed for SCO and NeXT */
314#undef BROKEN_SAVED_UIDS 320#undef BROKEN_SAVED_UIDS
315 321
@@ -355,11 +361,8 @@
355/* Path that unprivileged child will chroot() to in privep mode */ 361/* Path that unprivileged child will chroot() to in privep mode */
356#undef PRIVSEP_PATH 362#undef PRIVSEP_PATH
357 363
358/* Define if you have the `mmap' function that supports MAP_ANON|SHARED */ 364/* Define if your platform needs to skip post auth file descriptor passing */
359#undef HAVE_MMAP_ANON_SHARED 365#undef DISABLE_FD_PASSING
360
361/* Define if sendmsg()/recvmsg() has problems passing file descriptors */
362#undef BROKEN_FD_PASSING
363 366
364@BOTTOM@ 367@BOTTOM@
365 368