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.11 by sasha, Fri Jun 8 20:04:10 2007 UTC vs.
Revision 1.16 by ayin, Wed Oct 17 07:51:59 2007 UTC

1/* config.h.in. Generated from configure.ac by autoheader. */ 1/* config.h.in. Generated from configure.ac by autoheader. */
2 2
3/* Define if you want to integrate with AfterStep window manager */ 3/* Define if you want to have sexy-looking background pixmaps. Needs
4#undef AFTERSTEP_INTEGRATION 4 libAfterImage */
5#undef BG_IMAGE_FROM_FILE
5 6
6/* clone device filename */ 7/* clone device filename */
7#undef CLONE_DEVICE 8#undef CLONE_DEVICE
8 9
9/* Define if you want 8 bit control sequences */ 10/* Define if you want 8 bit control sequences */
18/* Define if you can embed a perl interpreter */ 19/* Define if you can embed a perl interpreter */
19#undef ENABLE_PERL 20#undef ENABLE_PERL
20 21
21/* Define if you want bold and italic support */ 22/* Define if you want bold and italic support */
22#undef ENABLE_STYLES 23#undef ENABLE_STYLES
24
25/* Define if you want your background to use the parent window background */
26#undef ENABLE_TRANSPARENCY
23 27
24/* Define if you want european extended codesets */ 28/* Define if you want european extended codesets */
25#undef ENCODING_EU 29#undef ENCODING_EU
26 30
27/* Define if you want japanese codesets */ 31/* Define if you want japanese codesets */
227#undef HAVE_WCHAR_H 231#undef HAVE_WCHAR_H
228 232
229/* Define to 1 if you have the <X11/Xft/Xft.h> header file. */ 233/* Define to 1 if you have the <X11/Xft/Xft.h> header file. */
230#undef HAVE_X11_XFT_XFT_H 234#undef HAVE_X11_XFT_XFT_H
231 235
232/* Define if Xlocale support works */
233#undef HAVE_XLOCALE
234
235/* Define if you have XPointer typedef */ 236/* Define if you have XPointer typedef */
236#undef HAVE_XPOINTER 237#undef HAVE_XPOINTER
237 238
238/* Define if setlocale (defined to Xsetlocale) works */ 239/* Define if setlocale (defined to Xsetlocale) works */
239#undef HAVE_XSETLOCALE 240#undef HAVE_XSETLOCALE
333 334
334/* Define to allow scrolling when the selection moves to the top or bottom of 335/* Define to allow scrolling when the selection moves to the top or bottom of
335 the screen */ 336 the screen */
336#undef SELECTION_SCROLLING 337#undef SELECTION_SCROLLING
337 338
338/* The size of a `int', as computed by sizeof. */ 339/* The size of `int', as computed by sizeof. */
339#undef SIZEOF_INT 340#undef SIZEOF_INT
340 341
341/* The size of a `int *', as computed by sizeof. */ 342/* The size of `int *', as computed by sizeof. */
342#undef SIZEOF_INT_P 343#undef SIZEOF_INT_P
343 344
344/* The size of a `long long', as computed by sizeof. */ 345/* The size of `long long', as computed by sizeof. */
345#undef SIZEOF_LONG_LONG 346#undef SIZEOF_LONG_LONG
346 347
347/* The size of a `short', as computed by sizeof. */ 348/* The size of `short', as computed by sizeof. */
348#undef SIZEOF_SHORT 349#undef SIZEOF_SHORT
349 350
350/* Define to use "smart" resize behavior */ 351/* Define to use "smart" resize behavior */
351#undef SMART_RESIZE 352#undef SMART_RESIZE
352 353
359/* Define if you want blinking text support */ 360/* Define if you want blinking text support */
360#undef TEXT_BLINK 361#undef TEXT_BLINK
361 362
362/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 363/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
363#undef TIME_WITH_SYS_TIME 364#undef TIME_WITH_SYS_TIME
364
365/* Define if you want your background to be tinted */
366#undef TINTING
367
368/* Define if you want your background to use the parent window background */
369#undef TRANSPARENT
370 365
371/* Define location of ttys/ttytab */ 366/* Define location of ttys/ttytab */
372#undef TTYTAB_FILENAME 367#undef TTYTAB_FILENAME
373 368
374/* "" */ 369/* "" */
408/* Define if your XIMCallback specifies XIC as first type. */ 403/* Define if your XIMCallback specifies XIC as first type. */
409#undef XIMCB_PROTO_BROKEN 404#undef XIMCB_PROTO_BROKEN
410 405
411/* Define ONLY iff Xlib.h supports it */ 406/* Define ONLY iff Xlib.h supports it */
412#undef XLIB_ILLEGAL_ACCESS 407#undef XLIB_ILLEGAL_ACCESS
413
414/* Define if you want to have sexy-looking background pixmaps. Needs libXpm or
415 libAfterImage */
416#undef XPM_BACKGROUND
417
418/* Define if you include <X11/xpm.h> on a normal include path (be careful) */
419#undef XPM_INC_X11
420 408
421/* Support Xterm style scrollbars */ 409/* Support Xterm style scrollbars */
422#undef XTERM_SCROLLBAR 410#undef XTERM_SCROLLBAR
423 411
424/* Define to 1 if the X Window System is missing or not being used. */ 412/* Define to 1 if the X Window System is missing or not being used. */
435#undef _GNU_SOURCE 423#undef _GNU_SOURCE
436 424
437/* Needed to get declarations for msg_control and msg_controllen on Solaris */ 425/* Needed to get declarations for msg_control and msg_controllen on Solaris */
438#undef _XOPEN_SOURCE 426#undef _XOPEN_SOURCE
439 427
440/* Needed to get declarations for msg_control and msg_controllen on Solaris */
441#undef _XOPEN_SOURCE_EXTENDED
442
443/* Needed to get declarations for msg_control and msg_controllen on Solaris */
444#undef __EXTENSIONS__
445
446/* Define to empty if `const' does not conform to ANSI C. */ 428/* Define to empty if `const' does not conform to ANSI C. */
447#undef const 429#undef const
448 430
449/* Define to `int' if <sys/types.h> doesn't define. */ 431/* Define to `int' if <sys/types.h> doesn't define. */
450#undef gid_t 432#undef gid_t

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines