[acconfig.h configure.ac sshd.c] s/BROKEN_FD_PASSING/DISABLE_FD_PASSING/
diff --git a/sshd.c b/sshd.c
index 5e5fc47..c04f55f 100644
--- a/sshd.c
+++ b/sshd.c
@@ -624,7 +624,7 @@
 	/* XXX - Remote port forwarding */
 	x_authctxt = authctxt;
 
-#ifdef BROKEN_FD_PASSING
+#ifdef DISABLE_FD_PASSING
 	if (1) {
 #else
 	if (authctxt->pw->pw_uid == 0 || options.use_login) {