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.62 by sf-exg, Mon May 30 21:24:41 2011 UTC

31#endif 31#endif
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
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 36
52/*-----------------------SCREEN OPTIONS AND COLOURS---------------------*/ 37/*-----------------------SCREEN OPTIONS AND COLOURS---------------------*/
53 38
54/* 39/*
55 * NOTE: 40 * NOTE:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines