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.28 by root, Tue Jan 18 01:31:45 2005 UTC

128#undef HAVE_LASTLOG_H 128#undef HAVE_LASTLOG_H
129 129
130/* Define if you have the <libc.h> header file. */ 130/* Define if you have the <libc.h> header file. */
131#undef HAVE_LIBC_H 131#undef HAVE_LIBC_H
132 132
133/* Define if you have the <pty.h> header file. */
134#undef HAVE_PTY_H
135
133/* Define if you have the <stdarg.h> header file. */ 136/* Define if you have the <stdarg.h> header file. */
134#undef HAVE_STDARG_H 137#undef HAVE_STDARG_H
135 138
136/* Define if you have the <stdint.h> header file. */ 139/* Define if you have the <stdint.h> header file. */
137#undef HAVE_STDINT_H 140#undef HAVE_STDINT_H
176#undef HAVE_UTMPX_H 179#undef HAVE_UTMPX_H
177 180
178/* Define if you have the Xft library (-lXft). */ 181/* Define if you have the Xft library (-lXft). */
179#undef HAVE_LIBXFT 182#undef HAVE_LIBXFT
180 183
184/* Use all glibc features. */
185#undef _GNU_SOURCE
186
187/* Needed to get declarations for msg_control and msg_controllen on Solaris */
188#undef _XOPEN_SOURCE_EXTENDED
189
190/* Needed to get declarations for msg_control and msg_controllen on Solaris */
191#undef _XOPEN_SOURCE
192
193/* Needed to get declarations for msg_control and msg_controllen on Solaris */
194#undef __EXTENSIONS__
195
181/* Build shared library version - specify via configure only */ 196/* Build shared library version - specify via configure only */
182#undef LIBRXVT 197#undef LIBRXVT
183 198
184/* Define if you want the depth of scrollbars and menus to be less */ 199/* Define if you want the depth of scrollbars and menus to be less */
185#undef HALFSHADOW 200#undef HALFSHADOW
359#undef MENUBAR 374#undef MENUBAR
360 375
361/* Define if you want handling for rarely used but handy features */ 376/* Define if you want handling for rarely used but handy features */
362#undef ENABLE_FRILLS 377#undef ENABLE_FRILLS
363 378
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 */ 379/* Define to use a 24 bit visual if the screen has 24 bit mode */
368#undef PREFER_24BIT 380#undef PREFER_24BIT
369 381
370/* Define to use wheel events (button4 and button5) to scroll */ 382/* Define to use wheel events (button4 and button5) to scroll */
371#undef MOUSE_WHEEL 383#undef MOUSE_WHEEL

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines