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.15 by sasha, Wed Sep 12 21:06:07 2007 UTC

16#undef ENABLE_PERL 16#undef ENABLE_PERL
17 17
18/* Define if you want bold and italic support */ 18/* Define if you want bold and italic support */
19#undef ENABLE_STYLES 19#undef ENABLE_STYLES
20 20
21/* Define if you want your background to use the parent window background */
22#undef ENABLE_TRANSPARENCY
23
21/* Define if you want european extended codesets */ 24/* Define if you want european extended codesets */
22#undef ENCODING_EU 25#undef ENCODING_EU
23 26
24/* Define if you want japanese codesets */ 27/* Define if you want japanese codesets */
25#undef ENCODING_JP 28#undef ENCODING_JP
37#undef ENCODING_ZH 40#undef ENCODING_ZH
38 41
39/* Define if you want extended chinese codesets */ 42/* Define if you want extended chinese codesets */
40#undef ENCODING_ZH_EXT 43#undef ENCODING_ZH_EXT
41 44
45/* Define if you want to use libAfterImage for image processing */
46#undef HAVE_AFTERIMAGE
47
42/* Define to 1 if you have the <assert.h> header file. */ 48/* Define to 1 if you have the <assert.h> header file. */
43#undef HAVE_ASSERT_H 49#undef HAVE_ASSERT_H
44 50
45/* Define to 1 if you have the <clocale> header file. */ 51/* Define to 1 if you have the <clocale> header file. */
46#undef HAVE_CLOCALE 52#undef HAVE_CLOCALE
79#undef HAVE_LIBXFT 85#undef HAVE_LIBXFT
80 86
81/* Define to 1 if you have the <memory.h> header file. */ 87/* Define to 1 if you have the <memory.h> header file. */
82#undef HAVE_MEMORY_H 88#undef HAVE_MEMORY_H
83 89
84/* Define to 1 if you have the `nanosleep' function. */
85#undef HAVE_NANOSLEEP
86
87/* Define if nl_langinfo(CODESET) works */ 90/* Define if nl_langinfo(CODESET) works */
88#undef HAVE_NL_LANGINFO 91#undef HAVE_NL_LANGINFO
89 92
90/* Define to 1 if you have the `on_exit' function. */ 93/* Define to 1 if you have the `on_exit' function. */
91#undef HAVE_ON_EXIT 94#undef HAVE_ON_EXIT
100#undef HAVE_PTY_H 103#undef HAVE_PTY_H
101 104
102/* Define to 1 if you have the `revoke' function. */ 105/* Define to 1 if you have the `revoke' function. */
103#undef HAVE_REVOKE 106#undef HAVE_REVOKE
104 107
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. */ 108/* Define to 1 if you have the `seteuid' function. */
109#undef HAVE_SETEUID 109#undef HAVE_SETEUID
110 110
111/* Define if plain old setlocale works */ 111/* Define if plain old setlocale works */
112#undef HAVE_SETLOCALE 112#undef HAVE_SETLOCALE
114/* Define to 1 if you have the `setresuid' function. */ 114/* Define to 1 if you have the `setresuid' function. */
115#undef HAVE_SETRESUID 115#undef HAVE_SETRESUID
116 116
117/* Define to 1 if you have the `setreuid' function. */ 117/* Define to 1 if you have the `setreuid' function. */
118#undef HAVE_SETREUID 118#undef HAVE_SETREUID
119
120/* Define to 1 if you have the `setuid' function. */
121#undef HAVE_SETUID
119 122
120/* Define to 1 if you have the `setutent' function. */ 123/* Define to 1 if you have the `setutent' function. */
121#undef HAVE_SETUTENT 124#undef HAVE_SETUTENT
122 125
123/* Define to 1 if you have the <stdarg.h> header file. */ 126/* Define to 1 if you have the <stdarg.h> header file. */
224#undef HAVE_WCHAR_H 227#undef HAVE_WCHAR_H
225 228
226/* Define to 1 if you have the <X11/Xft/Xft.h> header file. */ 229/* Define to 1 if you have the <X11/Xft/Xft.h> header file. */
227#undef HAVE_X11_XFT_XFT_H 230#undef HAVE_X11_XFT_XFT_H
228 231
229/* Define if Xlocale support works */
230#undef HAVE_XLOCALE
231
232/* Define if you have XPointer typedef */ 232/* Define if you have XPointer typedef */
233#undef HAVE_XPOINTER 233#undef HAVE_XPOINTER
234 234
235/* Define if setlocale (defined to Xsetlocale) works */ 235/* Define if setlocale (defined to Xsetlocale) works */
236#undef HAVE_XSETLOCALE 236#undef HAVE_XSETLOCALE
305#undef PLAIN_SCROLLBAR 305#undef PLAIN_SCROLLBAR
306 306
307/* Define if you want hide the pointer while typing */ 307/* Define if you want hide the pointer while typing */
308#undef POINTER_BLANK 308#undef POINTER_BLANK
309 309
310/* Define to use a 24 bit visual if the screen has 24 bit mode */
311#undef PREFER_24BIT
312
313/* Resource class */ 310/* Resource class */
314#undef RESCLASS 311#undef RESCLASS
315 312
316/* Fallback resource class */ 313/* Fallback resource class */
317#undef RESFALLBACK 314#undef RESFALLBACK
333 330
334/* 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
335 the screen */ 332 the screen */
336#undef SELECTION_SCROLLING 333#undef SELECTION_SCROLLING
337 334
338/* The size of a `int', as computed by sizeof. */ 335/* The size of `int', as computed by sizeof. */
339#undef SIZEOF_INT 336#undef SIZEOF_INT
340 337
341/* The size of a `int *', as computed by sizeof. */ 338/* The size of `int *', as computed by sizeof. */
342#undef SIZEOF_INT_P 339#undef SIZEOF_INT_P
343 340
344/* The size of a `long long', as computed by sizeof. */ 341/* The size of `long long', as computed by sizeof. */
345#undef SIZEOF_LONG_LONG 342#undef SIZEOF_LONG_LONG
346 343
347/* The size of a `short', as computed by sizeof. */ 344/* The size of `short', as computed by sizeof. */
348#undef SIZEOF_SHORT 345#undef SIZEOF_SHORT
349 346
350/* Define to use "smart" resize behavior */ 347/* Define to use "smart" resize behavior */
351#undef SMART_RESIZE 348#undef SMART_RESIZE
352 349
363#undef TIME_WITH_SYS_TIME 360#undef TIME_WITH_SYS_TIME
364 361
365/* Define if you want your background to be tinted */ 362/* Define if you want your background to be tinted */
366#undef TINTING 363#undef TINTING
367 364
368/* Define if you want your background to use the parent window background */
369#undef TRANSPARENT
370
371/* Define location of ttys/ttytab */ 365/* Define location of ttys/ttytab */
372#undef TTYTAB_FILENAME 366#undef TTYTAB_FILENAME
373 367
374/* Define to change gid of ttys to group tty */ 368/* "" */
375#undef TTY_GID_SUPPORT 369#undef TTY_GID_SUPPORT
376 370
377/* Define if you want to represent unicode characters outside plane 0 */ 371/* Define if you want to represent unicode characters outside plane 0 */
378#undef UNICODE_3 372#undef UNICODE_3
379 373
406#undef XFT 400#undef XFT
407 401
408/* Define if your XIMCallback specifies XIC as first type. */ 402/* Define if your XIMCallback specifies XIC as first type. */
409#undef XIMCB_PROTO_BROKEN 403#undef XIMCB_PROTO_BROKEN
410 404
405/* Define ONLY iff Xlib.h supports it */
406#undef XLIB_ILLEGAL_ACCESS
407
411/* Define if you want to have sexy-looking background pixmaps. Needs libXpm */ 408/* Define if you want to have sexy-looking background pixmaps. Needs
412#undef XPM_BACKGROUND 409 libAfterImage */
410#undef BG_IMAGE_FROM_FILE
413 411
414/* Define if you include <X11/xpm.h> on a normal include path (be careful) */ 412/* Define if you include <X11/xpm.h> on a normal include path (be careful) */
415#undef XPM_INC_X11 413#undef XPM_INC_X11
416 414
417/* Support Xterm style scrollbars */ 415/* Support Xterm style scrollbars */
431#undef _GNU_SOURCE 429#undef _GNU_SOURCE
432 430
433/* Needed to get declarations for msg_control and msg_controllen on Solaris */ 431/* Needed to get declarations for msg_control and msg_controllen on Solaris */
434#undef _XOPEN_SOURCE 432#undef _XOPEN_SOURCE
435 433
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. */ 434/* Define to empty if `const' does not conform to ANSI C. */
443#undef const 435#undef const
444 436
445/* Define to `int' if <sys/types.h> doesn't define. */ 437/* Define to `int' if <sys/types.h> doesn't define. */
446#undef gid_t 438#undef gid_t

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines