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.5 by root, Sun Jan 22 00:48:13 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
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
41 48
49/* Define if you want to use libAfterImage for image processing */
50#undef HAVE_AFTERIMAGE
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. */
46#undef HAVE_CLOCALE 56#undef HAVE_CLOCALE
79#undef HAVE_LIBXFT 89#undef HAVE_LIBXFT
80 90
81/* Define to 1 if you have the <memory.h> header file. */ 91/* Define to 1 if you have the <memory.h> header file. */
82#undef HAVE_MEMORY_H 92#undef HAVE_MEMORY_H
83 93
84/* Define to 1 if you have the `nanosleep' function. */
85#undef HAVE_NANOSLEEP
86
87/* Define if nl_langinfo(CODESET) works */ 94/* Define if nl_langinfo(CODESET) works */
88#undef HAVE_NL_LANGINFO 95#undef HAVE_NL_LANGINFO
89 96
90/* Define to 1 if you have the `on_exit' function. */ 97/* Define to 1 if you have the `on_exit' function. */
91#undef HAVE_ON_EXIT 98#undef HAVE_ON_EXIT
100#undef HAVE_PTY_H 107#undef HAVE_PTY_H
101 108
102/* Define to 1 if you have the `revoke' function. */ 109/* Define to 1 if you have the `revoke' function. */
103#undef HAVE_REVOKE 110#undef HAVE_REVOKE
104 111
105/* Define if you have sched-h and sched_yield */
106#undef HAVE_SCHED_YIELD
107
108/* Define to 1 if you have the `seteuid' function. */ 112/* Define to 1 if you have the `seteuid' function. */
109#undef HAVE_SETEUID 113#undef HAVE_SETEUID
110 114
111/* Define if plain old setlocale works */ 115/* Define if plain old setlocale works */
112#undef HAVE_SETLOCALE 116#undef HAVE_SETLOCALE
114/* Define to 1 if you have the `setresuid' function. */ 118/* Define to 1 if you have the `setresuid' function. */
115#undef HAVE_SETRESUID 119#undef HAVE_SETRESUID
116 120
117/* Define to 1 if you have the `setreuid' function. */ 121/* Define to 1 if you have the `setreuid' function. */
118#undef HAVE_SETREUID 122#undef HAVE_SETREUID
123
124/* Define to 1 if you have the `setuid' function. */
125#undef HAVE_SETUID
119 126
120/* Define to 1 if you have the `setutent' function. */ 127/* Define to 1 if you have the `setutent' function. */
121#undef HAVE_SETUTENT 128#undef HAVE_SETUTENT
122 129
123/* Define to 1 if you have the <stdarg.h> header file. */ 130/* Define to 1 if you have the <stdarg.h> header file. */
224#undef HAVE_WCHAR_H 231#undef HAVE_WCHAR_H
225 232
226/* 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. */
227#undef HAVE_X11_XFT_XFT_H 234#undef HAVE_X11_XFT_XFT_H
228 235
229/* Define if Xlocale support works */
230#undef HAVE_XLOCALE
231
232/* Define if you have XPointer typedef */ 236/* Define if you have XPointer typedef */
233#undef HAVE_XPOINTER 237#undef HAVE_XPOINTER
234 238
235/* Define if setlocale (defined to Xsetlocale) works */ 239/* Define if setlocale (defined to Xsetlocale) works */
236#undef HAVE_XSETLOCALE 240#undef HAVE_XSETLOCALE
305#undef PLAIN_SCROLLBAR 309#undef PLAIN_SCROLLBAR
306 310
307/* Define if you want hide the pointer while typing */ 311/* Define if you want hide the pointer while typing */
308#undef POINTER_BLANK 312#undef POINTER_BLANK
309 313
310/* Define to use a 24 bit visual if the screen has 24 bit mode */
311#undef PREFER_24BIT
312
313/* Resource class */ 314/* Resource class */
314#undef RESCLASS 315#undef RESCLASS
315 316
316/* Fallback resource class */ 317/* Fallback resource class */
317#undef RESFALLBACK 318#undef RESFALLBACK
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
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
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
371/* Define location of ttys/ttytab */ 366/* Define location of ttys/ttytab */
372#undef TTYTAB_FILENAME 367#undef TTYTAB_FILENAME
373 368
374/* Define to change gid of ttys to group tty */ 369/* "" */
375#undef TTY_GID_SUPPORT 370#undef TTY_GID_SUPPORT
376 371
377/* Define if you want to represent unicode characters outside plane 0 */ 372/* Define if you want to represent unicode characters outside plane 0 */
378#undef UNICODE_3 373#undef UNICODE_3
379 374
406#undef XFT 401#undef XFT
407 402
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 if you want to have sexy-looking background pixmaps. Needs libXpm */ 406/* Define ONLY iff Xlib.h supports it */
412#undef XPM_BACKGROUND 407#undef XLIB_ILLEGAL_ACCESS
413
414/* Define if you include <X11/xpm.h> on a normal include path (be careful) */
415#undef XPM_INC_X11
416 408
417/* Support Xterm style scrollbars */ 409/* Support Xterm style scrollbars */
418#undef XTERM_SCROLLBAR 410#undef XTERM_SCROLLBAR
419 411
420/* 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. */
431#undef _GNU_SOURCE 423#undef _GNU_SOURCE
432 424
433/* 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 */
434#undef _XOPEN_SOURCE 426#undef _XOPEN_SOURCE
435 427
436/* Needed to get declarations for msg_control and msg_controllen on Solaris */
437#undef _XOPEN_SOURCE_EXTENDED
438
439/* Needed to get declarations for msg_control and msg_controllen on Solaris */
440#undef __EXTENSIONS__
441
442/* Define to empty if `const' does not conform to ANSI C. */ 428/* Define to empty if `const' does not conform to ANSI C. */
443#undef const 429#undef const
444 430
445/* Define to `int' if <sys/types.h> doesn't define. */ 431/* Define to `int' if <sys/types.h> doesn't define. */
446#undef gid_t 432#undef gid_t

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines