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.50 by root, Sat Mar 11 00:12:37 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
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