ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/autoconf/config.h.in
(Generate patch)

Comparing rxvt-unicode/autoconf/config.h.in (file contents):
Revision 1.31 by root, Wed Feb 16 21:21:43 2005 UTC vs.
Revision 1.34 by root, Sun Jan 1 06:18:20 2006 UTC

200#undef _XOPEN_SOURCE 200#undef _XOPEN_SOURCE
201 201
202/* Needed to get declarations for msg_control and msg_controllen on Solaris */ 202/* Needed to get declarations for msg_control and msg_controllen on Solaris */
203#undef __EXTENSIONS__ 203#undef __EXTENSIONS__
204 204
205/* Define if you have sched-h and sched_yield */
206#undef HAVE_SCHED_YIELD
207
205/* Build shared library version - specify via configure only */ 208/* Build shared library version - specify via configure only */
206#undef LIBRXVT 209#undef LIBRXVT
207 210
208/* Define if you want the depth of scrollbars and menus to be less */ 211/* Define if you want the depth of scrollbars and menus to be less */
209#undef HALFSHADOW 212#undef HALFSHADOW
314#undef HAVE_SETLOCALE 317#undef HAVE_SETLOCALE
315 318
316/* Define if nl_langinfo(CODESET) works */ 319/* Define if nl_langinfo(CODESET) works */
317#undef HAVE_NL_LANGINFO 320#undef HAVE_NL_LANGINFO
318 321
322/* Define if sys/socket.h defines the necessary macros/functions for file handle passing */
323#undef HAVE_UNIX_FDPASS
324
319/* Define if your XIMCallback specifies XIC as first type. */ 325/* Define if your XIMCallback specifies XIC as first type. */
320#undef XIMCB_PROTO_BROKEN 326#undef XIMCB_PROTO_BROKEN
321 327
322/* Define if you have _GNU_SOURCE getpt() */ 328/* Define if you have _GNU_SOURCE getpt() */
323#undef HAVE_GETPT 329#undef HAVE_GETPT
425#undef PLAIN_SCROLLBAR 431#undef PLAIN_SCROLLBAR
426 432
427/* Define if you want hide the pointer while typing */ 433/* Define if you want hide the pointer while typing */
428#undef POINTER_BLANK 434#undef POINTER_BLANK
429 435
430/* Define if you want blinking cursor support */
431#undef CURSOR_BLINK
432
433/* Define if you want blinking text support */ 436/* Define if you want blinking text support */
434#undef TEXT_BLINK 437#undef TEXT_BLINK
435 438
436/* Define if you want to represent unicode characters outside plane 0 */ 439/* Define if you want to represent unicode characters outside plane 0 */
437#undef UNICODE_3 440#undef UNICODE_3

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines