diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2002-06-25 05:22:03 +0200 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2002-06-25 05:22:03 +0200 |
commit | 6b0c96ab590be0af4b04421666a3b465737c16cb (patch) | |
tree | 93f177c78c89a5b23b6d7b146014cabe1b3f2a24 /acconfig.h | |
parent | - (bal) Started list of PrivSep issues in TODO (diff) | |
download | openssh-6b0c96ab590be0af4b04421666a3b465737c16cb.tar.xz openssh-6b0c96ab590be0af4b04421666a3b465737c16cb.zip |
- (bal) if mmap() is substandard, don't allow compression on server side.
Post 'event' we will add more options.
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h index 682e2754c..0bf305bb8 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,4 +1,4 @@ -/* $Id: acconfig.h,v 1.139 2002/06/24 16:26:49 stevesk Exp $ */ +/* $Id: acconfig.h,v 1.140 2002/06/25 03:22:04 mouring Exp $ */ #ifndef _CONFIG_H #define _CONFIG_H @@ -355,6 +355,9 @@ /* 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 + @BOTTOM@ /* ******************* Shouldn't need to edit below this line ************** */ |