summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2002-07-07 13:43:36 -0700
committerTim Rice <tim@multitalents.net>2002-07-07 13:43:36 -0700
commit9dd30817ef4314bd2fdc688c0d40fd6ca7208acc (patch)
treed214a286c76aeaa03928cef4cc1b040d07acf606 /acconfig.h
parentcc25206d31a783c9c0834f59904d97bc1cba3f07 (diff)
[acconfig.h configure.ac sshd.c] s/BROKEN_FD_PASSING/DISABLE_FD_PASSING/
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 3e51d611..d809d059 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
-/* $Id: acconfig.h,v 1.141 2002/06/25 22:35:16 tim Exp $ */
+/* $Id: acconfig.h,v 1.142 2002/07/07 20:43:36 tim Exp $ */
#ifndef _CONFIG_H
#define _CONFIG_H
@@ -358,8 +358,8 @@
/* Define if you have the `mmap' function that supports MAP_ANON|SHARED */
#undef HAVE_MMAP_ANON_SHARED
-/* Define if sendmsg()/recvmsg() has problems passing file descriptors */
-#undef BROKEN_FD_PASSING
+/* Define if your platform needs to skip post auth file descriptor passing */
+#undef DISABLE_FD_PASSING
@BOTTOM@