summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h5
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 @@
1/* $Id: acconfig.h,v 1.139 2002/06/24 16:26:49 stevesk Exp $ */ 1/* $Id: acconfig.h,v 1.140 2002/06/25 03:22:04 mouring Exp $ */
2 2
3#ifndef _CONFIG_H 3#ifndef _CONFIG_H
4#define _CONFIG_H 4#define _CONFIG_H
@@ -355,6 +355,9 @@
355/* Path that unprivileged child will chroot() to in privep mode */ 355/* Path that unprivileged child will chroot() to in privep mode */
356#undef PRIVSEP_PATH 356#undef PRIVSEP_PATH
357 357
358/* Define if you have the `mmap' function that supports MAP_ANON|SHARED */
359#undef HAVE_MMAP_ANON_SHARED
360
358@BOTTOM@ 361@BOTTOM@
359 362
360/* ******************* Shouldn't need to edit below this line ************** */ 363/* ******************* Shouldn't need to edit below this line ************** */