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.9 by root, Sat Jan 28 21:25:11 2006 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
3/* Define if you want to have sexy-looking background pixmaps. Needs
4 libAfterImage */
5#undef BG_IMAGE_FROM_FILE
2 6
3/* clone device filename */ 7/* clone device filename */
4#undef CLONE_DEVICE 8#undef CLONE_DEVICE
5 9
6/* Define if you want 8 bit control sequences */ 10/* Define if you want 8 bit control sequences */
16#undef ENABLE_PERL 20#undef ENABLE_PERL
17 21
18/* Define if you want bold and italic support */ 22/* Define if you want bold and italic support */
19#undef ENABLE_STYLES 23#undef ENABLE_STYLES
20 24
25/* Define if you want your background to use the parent window background */
26#undef ENABLE_TRANSPARENCY
27
21/* Define if you want european extended codesets */ 28/* Define if you want european extended codesets */
22#undef ENCODING_EU 29#undef ENCODING_EU
23 30
24/* Define if you want japanese codesets */ 31/* Define if you want japanese codesets */
25#undef ENCODING_JP 32#undef ENCODING_JP
36/* Define if you want chinese codesets */ 43/* Define if you want chinese codesets */
37#undef ENCODING_ZH 44#undef ENCODING_ZH
38 45
39/* Define if you want extended chinese codesets */ 46/* Define if you want extended chinese codesets */
40#undef ENCODING_ZH_EXT 47#undef ENCODING_ZH_EXT
48
49/* Define if you want to use libAfterImage for image processing */
50#undef HAVE_AFTERIMAGE
41 51
42/* Define to 1 if you have the <assert.h> header file. */ 52/* Define to 1 if you have the <assert.h> header file. */
43#undef HAVE_ASSERT_H 53#undef HAVE_ASSERT_H
44 54
45/* Define to 1 if you have the <clocale> header file. */ 55/* Define to 1 if you have the <clocale> header file. */
221#undef HAVE_WCHAR_H 231#undef HAVE_WCHAR_H
222 232
223/* 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. */
224#undef HAVE_X11_XFT_XFT_H 234#undef HAVE_X11_XFT_XFT_H
225 235
226/* Define if Xlocale support works */
227#undef HAVE_XLOCALE
228
229/* Define if you have XPointer typedef */ 236/* Define if you have XPointer typedef */
230#undef HAVE_XPOINTER 237#undef HAVE_XPOINTER
231 238
232/* Define if setlocale (defined to Xsetlocale) works */ 239/* Define if setlocale (defined to Xsetlocale) works */
233#undef HAVE_XSETLOCALE 240#undef HAVE_XSETLOCALE
327 334
328/* 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
329 the screen */ 336 the screen */
330#undef SELECTION_SCROLLING 337#undef SELECTION_SCROLLING
331 338
332/* The size of a `int', as computed by sizeof. */ 339/* The size of `int', as computed by sizeof. */
333#undef SIZEOF_INT 340#undef SIZEOF_INT
334 341
335/* The size of a `int *', as computed by sizeof. */ 342/* The size of `int *', as computed by sizeof. */
336#undef SIZEOF_INT_P 343#undef SIZEOF_INT_P
337 344
338/* The size of a `long long', as computed by sizeof. */ 345/* The size of `long long', as computed by sizeof. */
339#undef SIZEOF_LONG_LONG 346#undef SIZEOF_LONG_LONG
340 347
341/* The size of a `short', as computed by sizeof. */ 348/* The size of `short', as computed by sizeof. */
342#undef SIZEOF_SHORT 349#undef SIZEOF_SHORT
343 350
344/* Define to use "smart" resize behavior */ 351/* Define to use "smart" resize behavior */
345#undef SMART_RESIZE 352#undef SMART_RESIZE
346 353
353/* Define if you want blinking text support */ 360/* Define if you want blinking text support */
354#undef TEXT_BLINK 361#undef TEXT_BLINK
355 362
356/* 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>. */
357#undef TIME_WITH_SYS_TIME 364#undef TIME_WITH_SYS_TIME
358
359/* Define if you want your background to be tinted */
360#undef TINTING
361
362/* Define if you want your background to use the parent window background */
363#undef TRANSPARENT
364 365
365/* Define location of ttys/ttytab */ 366/* Define location of ttys/ttytab */
366#undef TTYTAB_FILENAME 367#undef TTYTAB_FILENAME
367 368
368/* "" */ 369/* "" */
400#undef XFT 401#undef XFT
401 402
402/* Define if your XIMCallback specifies XIC as first type. */ 403/* Define if your XIMCallback specifies XIC as first type. */
403#undef XIMCB_PROTO_BROKEN 404#undef XIMCB_PROTO_BROKEN
404 405
405/* Define if you want to have sexy-looking background pixmaps. Needs libXpm */ 406/* Define ONLY iff Xlib.h supports it */
406#undef XPM_BACKGROUND 407#undef XLIB_ILLEGAL_ACCESS
407
408/* Define if you include <X11/xpm.h> on a normal include path (be careful) */
409#undef XPM_INC_X11
410 408
411/* Support Xterm style scrollbars */ 409/* Support Xterm style scrollbars */
412#undef XTERM_SCROLLBAR 410#undef XTERM_SCROLLBAR
413 411
414/* 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. */
425#undef _GNU_SOURCE 423#undef _GNU_SOURCE
426 424
427/* 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 */
428#undef _XOPEN_SOURCE 426#undef _XOPEN_SOURCE
429 427
430/* Needed to get declarations for msg_control and msg_controllen on Solaris */
431#undef _XOPEN_SOURCE_EXTENDED
432
433/* Needed to get declarations for msg_control and msg_controllen on Solaris */
434#undef __EXTENSIONS__
435
436/* Define to empty if `const' does not conform to ANSI C. */ 428/* Define to empty if `const' does not conform to ANSI C. */
437#undef const 429#undef const
438 430
439/* Define to `int' if <sys/types.h> doesn't define. */ 431/* Define to `int' if <sys/types.h> doesn't define. */
440#undef gid_t 432#undef gid_t

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines