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.30 by root, Wed Feb 16 20:32:05 2005 UTC

113#undef HAVE_X11_XFT_XFT_H 113#undef HAVE_X11_XFT_XFT_H
114 114
115/* Define if you have the <assert.h> header file. */ 115/* Define if you have the <assert.h> header file. */
116#undef HAVE_ASSERT_H 116#undef HAVE_ASSERT_H
117 117
118/* Define if you have the <clocale> header file. */
119#undef HAVE_CLOCALE
120
118/* Define if you have the <dlfcn.h> header file. */ 121/* Define if you have the <cwchar> header file. */
119#undef HAVE_DLFCN_H 122#undef HAVE_CWCHAR
120 123
121/* Define if you have the <fcntl.h> header file. */ 124/* Define if you have the <fcntl.h> header file. */
122#undef HAVE_FCNTL_H 125#undef HAVE_FCNTL_H
123 126
124/* Define if you have the <grp.h> header file. */ 127/* Define if you have the <grp.h> header file. */
128#undef HAVE_LASTLOG_H 131#undef HAVE_LASTLOG_H
129 132
130/* Define if you have the <libc.h> header file. */ 133/* Define if you have the <libc.h> header file. */
131#undef HAVE_LIBC_H 134#undef HAVE_LIBC_H
132 135
136/* Define if you have the <pty.h> header file. */
137#undef HAVE_PTY_H
138
133/* Define if you have the <stdarg.h> header file. */ 139/* Define if you have the <stdarg.h> header file. */
134#undef HAVE_STDARG_H 140#undef HAVE_STDARG_H
135 141
136/* Define if you have the <stdint.h> header file. */ 142/* Define if you have the <stdint.h> header file. */
137#undef HAVE_STDINT_H 143#undef HAVE_STDINT_H
173#undef HAVE_UTMP_H 179#undef HAVE_UTMP_H
174 180
175/* Define if you have the <utmpx.h> header file. */ 181/* Define if you have the <utmpx.h> header file. */
176#undef HAVE_UTMPX_H 182#undef HAVE_UTMPX_H
177 183
184/* Define if you have the <wchar.h> header file. */
185#undef HAVE_WCHAR_H
186
178/* Define if you have the Xft library (-lXft). */ 187/* Define if you have the Xft library (-lXft). */
179#undef HAVE_LIBXFT 188#undef HAVE_LIBXFT
180 189
190/* Use all glibc features. */
191#undef _GNU_SOURCE
192
193/* Needed to get declarations for msg_control and msg_controllen on Solaris */
194#undef _XOPEN_SOURCE_EXTENDED
195
196/* Needed to get declarations for msg_control and msg_controllen on Solaris */
197#undef _XOPEN_SOURCE
198
199/* Needed to get declarations for msg_control and msg_controllen on Solaris */
200#undef __EXTENSIONS__
201
181/* Build shared library version - specify via configure only */ 202/* Build shared library version - specify via configure only */
182#undef LIBRXVT 203#undef LIBRXVT
183 204
184/* Define if you want the depth of scrollbars and menus to be less */ 205/* Define if you want the depth of scrollbars and menus to be less */
185#undef HALFSHADOW 206#undef HALFSHADOW
359#undef MENUBAR 380#undef MENUBAR
360 381
361/* Define if you want handling for rarely used but handy features */ 382/* Define if you want handling for rarely used but handy features */
362#undef ENABLE_FRILLS 383#undef ENABLE_FRILLS
363 384
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 */ 385/* Define to use a 24 bit visual if the screen has 24 bit mode */
368#undef PREFER_24BIT 386#undef PREFER_24BIT
369 387
370/* Define to use wheel events (button4 and button5) to scroll */ 388/* Define to use wheel events (button4 and button5) to scroll */
371#undef MOUSE_WHEEL 389#undef MOUSE_WHEEL

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines