From ed1a7a6c900019b5d13efc6bdda889c1f0ed12b8 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 24 Dec 2005 11:55:41 +0000 Subject: [PATCH] *** empty log message *** --- src/rxvtc.C | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.34.1