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.3 by root, Sat Jan 21 18:34:25 2006 UTC vs.
Revision 1.5 by root, Sun Jan 22 00:48:13 2006 UTC

239#undef HAVE__GETPTY 239#undef HAVE__GETPTY
240 240
241/* Define if you want ISO 14755 extended support */ 241/* Define if you want ISO 14755 extended support */
242#undef ISO_14755 242#undef ISO_14755
243 243
244/* Define location of lastlogx */
245#undef LASTLOGX_FILE
246
247/* Define location of lastlog */
248#undef LASTLOG_FILE
249
244/* Define if lastlog is provided via a directory */ 250/* Define if lastlog is provided via a directory */
245#undef LASTLOG_IS_DIR 251#undef LASTLOG_IS_DIR
246 252
247/* Define if you want to have lastlog support when utmp/utmpx is enabled */ 253/* Define if you want to have lastlog support when utmp/utmpx is enabled */
248#undef LASTLOG_SUPPORT 254#undef LASTLOG_SUPPORT
317#undef RETSIGTYPE 323#undef RETSIGTYPE
318 324
319/* Binary base name */ 325/* Binary base name */
320#undef RXVTNAME 326#undef RXVTNAME
321 327
322/* Define location of lastlogx */
323#undef RXVT_LASTLOGX_FILE
324
325/* Define location of lastlog */
326#undef RXVT_LASTLOG_FILE
327
328/* Support Rxvt original style scrollbars */ 328/* Support Rxvt original style scrollbars */
329#undef RXVT_SCROLLBAR 329#undef RXVT_SCROLLBAR
330 330
331/* Set TERMINFO value to the value given by configure */ 331/* Set TERMINFO value to the value given by configure */
332#undef RXVT_TERMINFO 332#undef RXVT_TERMINFO
333
334/* Define location of utmpx */
335#undef RXVT_UTMPX_FILE
336
337/* Define location of utmp */
338#undef RXVT_UTMP_FILE
339
340/* Define location of wtmpx */
341#undef RXVT_WTMPX_FILE
342
343/* Define location of wtmp */
344#undef RXVT_WTMP_FILE
345 333
346/* Define to allow scrolling when the selection moves to the top or bottom of 334/* Define to allow scrolling when the selection moves to the top or bottom of
347 the screen */ 335 the screen */
348#undef SELECTION_SCROLLING 336#undef SELECTION_SCROLLING
349 337
394 382
395/* Define if you want to have XIM (X Input Method) protocol support - required 383/* Define if you want to have XIM (X Input Method) protocol support - required
396 for multibyte characters input */ 384 for multibyte characters input */
397#undef USE_XIM 385#undef USE_XIM
398 386
387/* Define location of utmpx */
388#undef UTMPX_FILE
389
390/* Define location of utmp */
391#undef UTMP_FILE
392
399/* Define if you want to have utmp/utmpx support */ 393/* Define if you want to have utmp/utmpx support */
400#undef UTMP_SUPPORT 394#undef UTMP_SUPPORT
395
396/* Define location of wtmpx */
397#undef WTMPX_FILE
398
399/* Define location of wtmp */
400#undef WTMP_FILE
401 401
402/* Define if you want to have wtmp support when utmp/utmpx is enabled */ 402/* Define if you want to have wtmp support when utmp/utmpx is enabled */
403#undef WTMP_SUPPORT 403#undef WTMP_SUPPORT
404 404
405/* Define to enable xft support */ 405/* Define to enable xft support */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines