repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 5f6c757d866279d23516e4ad21b861375203aa9a: path_to: revision_to:
commit 5f6c757d866279d23516e4ad21b861375203aa9a Author: Marc LehmannDate: Sat Dec 24 11:55:41 2005 +0000 *** empty log message *** diff --git a/src/rxvtc.C b/src/rxvtc.C
--- a/src/rxvtc.C
+++ b/src/rxvtc.C
@@ -110,6 +110,7 @@ main (int argc, const char *const *argv)
}
else if (!strcmp (tok, "MSG") && c.recv (tok))
fprintf (stderr, "%s", (const char *)tok);
+#if ENABLE_FRILLS && HAVE_UNIX_FDPASS
else if (!strcmp (tok, "GETFD") && c.recv (cint))
{
if (rxvt_send_fd (c.fd, cint) < 0)
@@ -118,6 +119,7 @@ main (int argc, const char *const *argv)
exit (EXIT_FAILURE);
}
}
+#endif
else if (!strcmp (tok, "END"))
{
int success;
-----END OF PAGE-----