diff options
author | Tim Rice <tim@multitalents.net> | 2002-07-14 22:36:49 +0200 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2002-07-14 22:36:49 +0200 |
commit | 40017b0e7aa236ca1144563dea986a95684f1599 (patch) | |
tree | aa62ff2bf0033c2c833724036d732f7ecdd287a8 /acconfig.h | |
parent | [Makefile.in] replace "id sshd" with "sshd -t" (diff) | |
download | openssh-40017b0e7aa236ca1144563dea986a95684f1599.tar.xz openssh-40017b0e7aa236ca1144563dea986a95684f1599.zip |
(bal/tim) [acconfig.h configure.ac monitor_mm.c servconf.c
openbsd-compat/Makefile.in] support compression on platforms that
have no/broken MAP_ANON. Moved code to openbsd-compat/xmmap.c
Based on patch from nalin@redhat.com of code extracted from Owl's package
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/acconfig.h b/acconfig.h index 147295510..f8fc650d7 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,4 +1,4 @@ -/* $Id: acconfig.h,v 1.143 2002/07/09 14:06:40 mouring Exp $ */ +/* $Id: acconfig.h,v 1.144 2002/07/14 20:36:50 tim Exp $ */ #ifndef _CONFIG_H #define _CONFIG_H @@ -358,9 +358,6 @@ /* 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 your platform needs to skip post auth file descriptor passing */ #undef DISABLE_FD_PASSING |