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.35 by ayin, Wed Jan 18 08:40:22 2006 UTC vs.
Revision 1.39 by root, Thu Jan 19 10:52:51 2006 UTC

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-------------------------------*/ 37/*-------------------------------SECURITY-------------------------------*/
38
39/* Default mode to restore when releasing the PTS device. It is relaxed to be
40 * compatible with most systems, change it to a more secure value if your
41 * system supports it (0640 for example).
42 */
43#define RESTORE_TTY_MODE 0666
38 44
39/* 45/*
40 * Define if you want to use a separate process for pty/tty handling 46 * Define if you want to use a separate process for pty/tty handling
41 * when running setuid/setgid. You need this when making it setuid/setgid. 47 * when running setuid/setgid. You need this when making it setuid/setgid.
42 */ 48 */
255/* 261/*
256 * Disable to reset tty device to pre-incovation state 262 * Disable to reset tty device to pre-incovation state
257 */ 263 */
258#define RESET_TTY_TO_COMMON_DEFAULTS 264#define RESET_TTY_TO_COMMON_DEFAULTS
259 265
266/*
267 * Only log in wtmp and lastlog files when we're a login shell (-ls option)
268 */
269#define LOG_ONLY_ON_LOGIN
270
260/*--------------------------------BELL----------------------------------*/ 271/*--------------------------------BELL----------------------------------*/
261/* 272/*
262 * Disable all bell indications 273 * Disable all bell indications
263 */ 274 */
264/* #define NO_BELL */ 275/* #define NO_BELL */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines