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 0bf305bb8..3e51d6112 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.140 2002/06/25 03:22:04 mouring Exp $ */ 1/* $Id: acconfig.h,v 1.141 2002/06/25 22:35:16 tim Exp $ */
2 2
3#ifndef _CONFIG_H 3#ifndef _CONFIG_H
4#define _CONFIG_H 4#define _CONFIG_H
@@ -358,6 +358,9 @@
358/* Define if you have the `mmap' function that supports MAP_ANON|SHARED */ 358/* Define if you have the `mmap' function that supports MAP_ANON|SHARED */
359#undef HAVE_MMAP_ANON_SHARED 359#undef HAVE_MMAP_ANON_SHARED
360 360
361/* Define if sendmsg()/recvmsg() has problems passing file descriptors */
362#undef BROKEN_FD_PASSING
363
361@BOTTOM@ 364@BOTTOM@
362 365
363/* ******************* Shouldn't need to edit below this line ************** */ 366/* ******************* Shouldn't need to edit below this line ************** */