--- rxvt-unicode/src/rxvtc.C 2005/12/23 14:46:35 1.17 +++ rxvt-unicode/src/rxvtc.C 2005/12/24 11:55:41 1.18 @@ -110,6 +110,7 @@ } 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 @@ exit (EXIT_FAILURE); } } +#endif else if (!strcmp (tok, "END")) { int success;