summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/acconfig.h b/acconfig.h
index 3e51d6112..d809d059d 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.142 2002/07/07 20:43:36 tim Exp $ */
2 2
3#ifndef _CONFIG_H 3#ifndef _CONFIG_H
4#define _CONFIG_H 4#define _CONFIG_H
@@ -358,8 +358,8 @@
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 */ 361/* Define if your platform needs to skip post auth file descriptor passing */
362#undef BROKEN_FD_PASSING 362#undef DISABLE_FD_PASSING
363 363
364@BOTTOM@ 364@BOTTOM@
365 365