--- rxvt-unicode/src/feature.h 2005/12/27 12:23:37 1.27 +++ rxvt-unicode/src/feature.h 2006/01/09 22:41:41 1.29 @@ -59,13 +59,6 @@ /* #define NO_CURSORCOLOR */ /* - * Suppress use of BOLD and BLINK attributes for setting bright foreground - * and background, respectively. Simulate BOLD using colorBD or - * overstrike characters. - */ -/* #define NO_BRIGHTCOLOR */ - -/* * Make colours match xterm colours instead of `traditional' rxvt colours */ #define XTERM_COLORS @@ -169,9 +162,9 @@ /* * Enable the keysym resource which allows you to define strings associated * with various KeySyms (0xFF00 - 0xFFFF). - * Only works with the default hand-rolled resources. + * Required by perl. */ -#if !NO_RESOURCES && ENABLE_FRILLS +#if (!NO_RESOURCES && ENABLE_FRILLS) || ENABLE_PERL # define KEYSYM_RESOURCE #endif