ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/feature.h
(Generate patch)

Comparing rxvt-unicode/src/feature.h (file contents):
Revision 1.49 by root, Sat Mar 4 18:42:15 2006 UTC vs.
Revision 1.52 by root, Sat Jun 2 04:57:54 2007 UTC

22 *----------------------------------------------------------------------*/ 22 *----------------------------------------------------------------------*/
23#ifndef FEATURE_H 23#ifndef FEATURE_H
24#define FEATURE_H 24#define FEATURE_H
25 25
26#ifndef X11USRLIBDIR 26#ifndef X11USRLIBDIR
27# define X11USRLIBDIR "/usr/X11R6/lib" 27# define X11USRLIBDIR "/usr/lib"
28#endif 28#endif
29#ifndef X11LIBDIR 29#ifndef X11LIBDIR
30# define X11LIBDIR X11USRLIBDIR "/X11" 30# define X11LIBDIR X11USRLIBDIR "/X11"
31#endif 31#endif
32#ifndef XAPPLOADDIR 32#ifndef XAPPLOADDIR
60 * report bugs, too!), but don't _expect_ them to work. 60 * report bugs, too!), but don't _expect_ them to work.
61 */ 61 */
62 62
63/* 63/*
64 * Forcefully disable double-buffering for xft. On some card/driver combination 64 * Forcefully disable double-buffering for xft. On some card/driver combination
65 * this slightly decreases performance, on most it greatly helps it. 65 * enabling it slightly decreases performance, on most it greatly helps it.
66 * The slowdown is small, so it * should normally be enabled. 66 * The slowdown is small, so it should normally be enabled.
67 */ 67 */
68/* #define FORCE_UNBUFFERED_XFT */ 68/* #define FORCE_UNBUFFERED_XFT */
69 69
70/* 70/*
71 * The cursor blink interval, in seconds. 71 * The cursor blink interval, in seconds.
389 389
390/*--------------------------------OTHER---------------------------------*/ 390/*--------------------------------OTHER---------------------------------*/
391 391
392/* 392/*
393 * Enable the linux yield/usleep hack, which can dramatically improve 393 * Enable the linux yield/usleep hack, which can dramatically improve
394 * performance without hurting. See command.C for details. 394 * performance by working around the linux kernel tty ratelimit bug.
395 * Unfortunately, it seems screen is negatively affected by this on some
396 * machines, so it is disabled by default. Use freebsd or any other kernel
397 * that doesn't suffer form this bug and it will be fast either way.
398 *
399 * See command.C for details.
395 */ 400 */
396#if __linux__ 401#if __linux__
397# define LINUX_YIELD_HACK 1 402# define LINUX_YIELD_HACK 0
398#endif 403#endif
399 404
400#endif 405#endif
401 406

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines