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.23 by root, Mon Dec 20 16:47:14 2004 UTC vs.
Revision 1.25 by root, Tue Jan 11 00:54:57 2005 UTC

176#undef HAVE_UTMPX_H 176#undef HAVE_UTMPX_H
177 177
178/* Define if you have the Xft library (-lXft). */ 178/* Define if you have the Xft library (-lXft). */
179#undef HAVE_LIBXFT 179#undef HAVE_LIBXFT
180 180
181/* Use all glibc features. */
182#undef _GNU_SOURCE
183
184/* Needed to get declarations for msg_control and msg_controllen on Solaris */
185#undef _XOPEN_SOURCE_EXTENDED
186
187/* Needed to get declarations for msg_control and msg_controllen on Solaris */
188#undef _XOPEN_SOURCE
189
190/* Needed to get declarations for msg_control and msg_controllen on Solaris */
191#undef __EXTENSIONS__
192
181/* Build shared library version - specify via configure only */ 193/* Build shared library version - specify via configure only */
182#undef LIBRXVT 194#undef LIBRXVT
183 195
184/* Define if you want the depth of scrollbars and menus to be less */ 196/* Define if you want the depth of scrollbars and menus to be less */
185#undef HALFSHADOW 197#undef HALFSHADOW
359#undef MENUBAR 371#undef MENUBAR
360 372
361/* Define if you want handling for rarely used but handy features */ 373/* Define if you want handling for rarely used but handy features */
362#undef ENABLE_FRILLS 374#undef ENABLE_FRILLS
363 375
364/* Define if you don't want support linespace */
365#undef NO_LINESPACE
366
367/* Define to use a 24 bit visual if the screen has 24 bit mode */ 376/* Define to use a 24 bit visual if the screen has 24 bit mode */
368#undef PREFER_24BIT 377#undef PREFER_24BIT
369 378
370/* Define to use wheel events (button4 and button5) to scroll */ 379/* Define to use wheel events (button4 and button5) to scroll */
371#undef MOUSE_WHEEL 380#undef MOUSE_WHEEL

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines