*** empty log message ***
authorroot <root>
Sat, 24 Dec 2005 11:55:41 +0000 (11:55 +0000)
committerroot <root>
Sat, 24 Dec 2005 11:55:41 +0000 (11:55 +0000)
src/rxvtc.C

index e4d5db0e78af27e1af1476616ad137dc4772b510..0b00b357919fdf2fa9fc43930dd5752a4b3133d4 100644 (file)
@@ -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;