From: root Date: Sat, 24 Dec 2005 11:55:41 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=ed1a7a6c900019b5d13efc6bdda889c1f0ed12b8;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/src/rxvtc.C b/src/rxvtc.C index e4d5db0e..0b00b357 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;