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

Comparing rxvt-unicode/config.h.in (file contents):
Revision 1.40 by mikachu, Tue Nov 15 01:13:49 2011 UTC vs.
Revision 1.41 by sf-exg, Sun Nov 27 15:18:44 2011 UTC

269#undef HAVE__GETPTY 269#undef HAVE__GETPTY
270 270
271/* Define if you want ISO 14755 extended support */ 271/* Define if you want ISO 14755 extended support */
272#undef ISO_14755 272#undef ISO_14755
273 273
274/* Define location of lastlogx */
275#undef LASTLOGX_FILE
276
277/* Define location of lastlog */
278#undef LASTLOG_FILE
279
280/* Define if you want to have lastlog support when utmp/utmpx is enabled */ 274/* Define if you want to have lastlog support when utmp/utmpx is enabled */
281#undef LASTLOG_SUPPORT 275#undef LASTLOG_SUPPORT
282 276
283/* Define to have CTRL cause wheel events to accelerate scrolling. Release 277/* Define to have CTRL cause wheel events to accelerate scrolling. Release
284 CTRL to halt scrolling */ 278 CTRL to halt scrolling */
334/* Support plain style scrollbars */ 328/* Support plain style scrollbars */
335#undef PLAIN_SCROLLBAR 329#undef PLAIN_SCROLLBAR
336 330
337/* Define if you want to hide the pointer while typing */ 331/* Define if you want to hide the pointer while typing */
338#undef POINTER_BLANK 332#undef POINTER_BLANK
333
334/* Define to a fallback location of lastlogx */
335#undef PT_LASTLOGX_FILE
336
337/* Define to a fallback location of lastlog */
338#undef PT_LASTLOG_FILE
339
340/* Define to a fallback location of utmp */
341#undef PT_UTMP_FILE
342
343/* Define to a fallback location of wtmpx */
344#undef PT_WTMPX_FILE
345
346/* Define to a fallback location of wtmp */
347#undef PT_WTMP_FILE
339 348
340/* Resource class */ 349/* Resource class */
341#undef RESCLASS 350#undef RESCLASS
342 351
343/* Fallback resource class */ 352/* Fallback resource class */
407 416
408/* Define if you want to have XIM (X Input Method) protocol support - required 417/* Define if you want to have XIM (X Input Method) protocol support - required
409 for multibyte characters input */ 418 for multibyte characters input */
410#undef USE_XIM 419#undef USE_XIM
411 420
412/* Define location of utmp */
413#undef UTMP_FILE
414
415/* Define if you want to have utmp/utmpx support */ 421/* Define if you want to have utmp/utmpx support */
416#undef UTMP_SUPPORT 422#undef UTMP_SUPPORT
417
418/* Define location of wtmpx */
419#undef WTMPX_FILE
420
421/* Define location of wtmp */
422#undef WTMP_FILE
423 423
424/* Define if you want to have wtmp support when utmp/utmpx is enabled */ 424/* Define if you want to have wtmp support when utmp/utmpx is enabled */
425#undef WTMP_SUPPORT 425#undef WTMP_SUPPORT
426 426
427/* Define to enable xft support */ 427/* Define to enable xft support */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines