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.6 by root, Sun Jan 22 17:10:01 2006 UTC

78/* Define to 1 if you have the `Xft' library (-lXft). */ 78/* Define to 1 if you have the `Xft' library (-lXft). */
79#undef HAVE_LIBXFT 79#undef HAVE_LIBXFT
80 80
81/* Define to 1 if you have the <memory.h> header file. */ 81/* Define to 1 if you have the <memory.h> header file. */
82#undef HAVE_MEMORY_H 82#undef HAVE_MEMORY_H
83
84/* Define to 1 if you have the `nanosleep' function. */
85#undef HAVE_NANOSLEEP
86 83
87/* Define if nl_langinfo(CODESET) works */ 84/* Define if nl_langinfo(CODESET) works */
88#undef HAVE_NL_LANGINFO 85#undef HAVE_NL_LANGINFO
89 86
90/* Define to 1 if you have the `on_exit' function. */ 87/* Define to 1 if you have the `on_exit' function. */
239#undef HAVE__GETPTY 236#undef HAVE__GETPTY
240 237
241/* Define if you want ISO 14755 extended support */ 238/* Define if you want ISO 14755 extended support */
242#undef ISO_14755 239#undef ISO_14755
243 240
241/* Define location of lastlogx */
242#undef LASTLOGX_FILE
243
244/* Define location of lastlog */
245#undef LASTLOG_FILE
246
244/* Define if lastlog is provided via a directory */ 247/* Define if lastlog is provided via a directory */
245#undef LASTLOG_IS_DIR 248#undef LASTLOG_IS_DIR
246 249
247/* Define if you want to have lastlog support when utmp/utmpx is enabled */ 250/* Define if you want to have lastlog support when utmp/utmpx is enabled */
248#undef LASTLOG_SUPPORT 251#undef LASTLOG_SUPPORT
317#undef RETSIGTYPE 320#undef RETSIGTYPE
318 321
319/* Binary base name */ 322/* Binary base name */
320#undef RXVTNAME 323#undef RXVTNAME
321 324
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 */ 325/* Support Rxvt original style scrollbars */
329#undef RXVT_SCROLLBAR 326#undef RXVT_SCROLLBAR
330 327
331/* Set TERMINFO value to the value given by configure */ 328/* Set TERMINFO value to the value given by configure */
332#undef RXVT_TERMINFO 329#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 330
346/* Define to allow scrolling when the selection moves to the top or bottom of 331/* Define to allow scrolling when the selection moves to the top or bottom of
347 the screen */ 332 the screen */
348#undef SELECTION_SCROLLING 333#undef SELECTION_SCROLLING
349 334
381#undef TRANSPARENT 366#undef TRANSPARENT
382 367
383/* Define location of ttys/ttytab */ 368/* Define location of ttys/ttytab */
384#undef TTYTAB_FILENAME 369#undef TTYTAB_FILENAME
385 370
386/* Define to change gid of ttys to group tty */ 371/* "" */
387#undef TTY_GID_SUPPORT 372#undef TTY_GID_SUPPORT
388 373
389/* Define if you want to represent unicode characters outside plane 0 */ 374/* Define if you want to represent unicode characters outside plane 0 */
390#undef UNICODE_3 375#undef UNICODE_3
391 376
394 379
395/* Define if you want to have XIM (X Input Method) protocol support - required 380/* Define if you want to have XIM (X Input Method) protocol support - required
396 for multibyte characters input */ 381 for multibyte characters input */
397#undef USE_XIM 382#undef USE_XIM
398 383
384/* Define location of utmpx */
385#undef UTMPX_FILE
386
387/* Define location of utmp */
388#undef UTMP_FILE
389
399/* Define if you want to have utmp/utmpx support */ 390/* Define if you want to have utmp/utmpx support */
400#undef UTMP_SUPPORT 391#undef UTMP_SUPPORT
392
393/* Define location of wtmpx */
394#undef WTMPX_FILE
395
396/* Define location of wtmp */
397#undef WTMP_FILE
401 398
402/* Define if you want to have wtmp support when utmp/utmpx is enabled */ 399/* Define if you want to have wtmp support when utmp/utmpx is enabled */
403#undef WTMP_SUPPORT 400#undef WTMP_SUPPORT
404 401
405/* Define to enable xft support */ 402/* Define to enable xft support */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines