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.61 by root, Sat May 30 08:51:23 2009 UTC vs.
Revision 1.63 by root, Fri Nov 30 07:02:12 2012 UTC

32#ifndef XAPPLOADDIR 32#ifndef XAPPLOADDIR
33# define XAPPLOADDIR X11LIBDIR "/app-defaults" 33# define XAPPLOADDIR X11LIBDIR "/app-defaults"
34# define XAPPLOADDIRLOCALE X11LIBDIR "/%s/app-defaults" 34# define XAPPLOADDIRLOCALE X11LIBDIR "/%s/app-defaults"
35#endif 35#endif
36 36
37/*-------------------------------SECURITY-------------------------------*/
38
39/*
40 * Default mode to restore when releasing the PTS device. It is relaxed to be
41 * compatible with most systems, change it to a more secure value if your
42 * system supports it (0640 for example).
43 */
44#define RESTORE_TTY_MODE 0666
45
46/*
47 * Define if you want to use a separate process for pty/tty handling
48 * when running setuid/setgid. You need this when making it setuid/setgid.
49 */
50#define PTYTTY_HELPER 1
51
52/*-----------------------SCREEN OPTIONS AND COLOURS---------------------*/ 37/*-----------------------SCREEN OPTIONS AND COLOURS---------------------*/
53 38
54/* 39/*
55 * NOTE: 40 * NOTE:
56 * 41 *
297/* 282/*
298 * Enable the linux yield/usleep hack, which can dramatically improve 283 * Enable the linux yield/usleep hack, which can dramatically improve
299 * performance by working around the linux kernel tty ratelimit bug. 284 * performance by working around the linux kernel tty ratelimit bug.
300 * Unfortunately, it seems screen is negatively affected by this on some 285 * Unfortunately, it seems screen is negatively affected by this on some
301 * machines, so it is disabled by default. Use freebsd or any other kernel 286 * machines, so it is disabled by default. Use freebsd or any other kernel
302 * that doesn't suffer form this bug and it will be fast either way. 287 * that doesn't suffer from this bug and it will be fast either way.
303 * 288 *
304 * See command.C for details. 289 * See command.C for details.
305 */ 290 */
306#if __linux__ 291#if __linux__
307# define LINUX_YIELD_HACK 0 292# define LINUX_YIELD_HACK 0

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines