repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: 5f6c757d866279d23516e4ad21b861375203aa9a:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit 5f6c757d866279d23516e4ad21b861375203aa9a
Author: Marc Lehmann 
Date:   Sat Dec 24 11:55:41 2005 +0000

    *** empty log message ***

diff --git a/src/rxvtc.C b/src/rxvtc.C
index e4d5db0e78af27e1af1476616ad137dc4772b510..
index ..0b00b357919fdf2fa9fc43930dd5752a4b3133d4 100644
--- 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-----