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.12 by root, Sat Jun 9 13:04:27 2007 UTC vs.
Revision 1.13 by root, Tue Jun 26 00:40:18 2007 UTC

18/* Define if you can embed a perl interpreter */ 18/* Define if you can embed a perl interpreter */
19#undef ENABLE_PERL 19#undef ENABLE_PERL
20 20
21/* Define if you want bold and italic support */ 21/* Define if you want bold and italic support */
22#undef ENABLE_STYLES 22#undef ENABLE_STYLES
23
24/* Define if you want your background to use the parent window background */
25#undef ENABLE_TRANSPARENCY
23 26
24/* Define if you want european extended codesets */ 27/* Define if you want european extended codesets */
25#undef ENCODING_EU 28#undef ENCODING_EU
26 29
27/* Define if you want japanese codesets */ 30/* Define if you want japanese codesets */
227#undef HAVE_WCHAR_H 230#undef HAVE_WCHAR_H
228 231
229/* Define to 1 if you have the <X11/Xft/Xft.h> header file. */ 232/* Define to 1 if you have the <X11/Xft/Xft.h> header file. */
230#undef HAVE_X11_XFT_XFT_H 233#undef HAVE_X11_XFT_XFT_H
231 234
232/* Define if Xlocale support works */
233#undef HAVE_XLOCALE
234
235/* Define if you have XPointer typedef */ 235/* Define if you have XPointer typedef */
236#undef HAVE_XPOINTER 236#undef HAVE_XPOINTER
237 237
238/* Define if setlocale (defined to Xsetlocale) works */ 238/* Define if setlocale (defined to Xsetlocale) works */
239#undef HAVE_XSETLOCALE 239#undef HAVE_XSETLOCALE
362/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 362/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
363#undef TIME_WITH_SYS_TIME 363#undef TIME_WITH_SYS_TIME
364 364
365/* Define if you want your background to be tinted */ 365/* Define if you want your background to be tinted */
366#undef TINTING 366#undef TINTING
367
368/* Define if you want your background to use the parent window background */
369#undef TRANSPARENT
370 367
371/* Define location of ttys/ttytab */ 368/* Define location of ttys/ttytab */
372#undef TTYTAB_FILENAME 369#undef TTYTAB_FILENAME
373 370
374/* "" */ 371/* "" */
435#undef _GNU_SOURCE 432#undef _GNU_SOURCE
436 433
437/* Needed to get declarations for msg_control and msg_controllen on Solaris */ 434/* Needed to get declarations for msg_control and msg_controllen on Solaris */
438#undef _XOPEN_SOURCE 435#undef _XOPEN_SOURCE
439 436
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. */ 437/* Define to empty if `const' does not conform to ANSI C. */
447#undef const 438#undef const
448 439
449/* Define to `int' if <sys/types.h> doesn't define. */ 440/* Define to `int' if <sys/types.h> doesn't define. */
450#undef gid_t 441#undef gid_t

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines