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.27 by root, Mon Jan 17 00:59:23 2005 UTC vs.
Revision 1.43 by root, Mon Jan 16 15:39:24 2006 UTC

1/* autoconf/config.h.in. Generated from autoconf/configure.in by autoheader. */ 1/* autoconf/config.h.in. Generated from autoconf/configure.in by autoheader. */
2
3/* Define if you want blinking cursor support */
4#undef CURSOR_BLINK
5 2
6/* Define if you want 8 bit control sequences */ 3/* Define if you want 8 bit control sequences */
7#undef EIGHT_BIT_CONTROLS 4#undef EIGHT_BIT_CONTROLS
8 5
9/* Define if you want to automatically compose combining characters */ 6/* Define if you want to automatically compose combining characters */
10#undef ENABLE_COMBINING 7#undef ENABLE_COMBINING
11 8
12/* Define if you want handling for rarely used but handy features */ 9/* Define if you want handling for rarely used but handy features */
13#undef ENABLE_FRILLS 10#undef ENABLE_FRILLS
14 11
12/* Define if you can embed a perl interpreter */
13#undef ENABLE_PERL
14
15/* Define if you want bold and italic support */ 15/* Define if you want bold and italic support */
16#undef ENABLE_STYLES 16#undef ENABLE_STYLES
17 17
18/* Define if you want european extended codesets */ 18/* Define if you want european extended codesets */
19#undef ENCODING_EU 19#undef ENCODING_EU
34#undef ENCODING_ZH 34#undef ENCODING_ZH
35 35
36/* Define if you want extended chinese codesets */ 36/* Define if you want extended chinese codesets */
37#undef ENCODING_ZH_EXT 37#undef ENCODING_ZH_EXT
38 38
39/* Define if you want the depth of scrollbars and menus to be less */
40#undef HALFSHADOW
41
42/* Define to 1 if you have the <assert.h> header file. */ 39/* Define to 1 if you have the <assert.h> header file. */
43#undef HAVE_ASSERT_H 40#undef HAVE_ASSERT_H
44 41
45/* Define to 1 if you have the `atexit' function. */ 42/* Define to 1 if you have the `atexit' function. */
46#undef HAVE_ATEXIT 43#undef HAVE_ATEXIT
47 44
45/* Define to 1 if you have the <clocale> header file. */
46#undef HAVE_CLOCALE
47
48/* Define to 1 if you have the <dlfcn.h> header file. */ 48/* Define to 1 if you have the <cwchar> header file. */
49#undef HAVE_DLFCN_H 49#undef HAVE_CWCHAR
50 50
51/* Define to 1 if you have the <fcntl.h> header file. */ 51/* Define to 1 if you have the <fcntl.h> header file. */
52#undef HAVE_FCNTL_H 52#undef HAVE_FCNTL_H
53 53
54/* Define if you have _GNU_SOURCE getpt() */
55#undef HAVE_GETPT
56
57/* Define to 1 if you have the `grantpt' function. */ 54/* Define to 1 if you have the `grantpt' function. */
58#undef HAVE_GRANTPT 55#undef HAVE_GRANTPT
59 56
60/* Define to 1 if you have the <grp.h> header file. */ 57/* Define to 1 if you have the <grp.h> header file. */
61#undef HAVE_GRP_H 58#undef HAVE_GRP_H
70#undef HAVE_LASTLOG_H 67#undef HAVE_LASTLOG_H
71 68
72/* Define to 1 if you have the <libc.h> header file. */ 69/* Define to 1 if you have the <libc.h> header file. */
73#undef HAVE_LIBC_H 70#undef HAVE_LIBC_H
74 71
72/* Define to 1 if you have the <libutil.h> header file. */
73#undef HAVE_LIBUTIL_H
74
75/* Define to 1 if you have the `Xft' library (-lXft). */ 75/* Define to 1 if you have the `Xft' library (-lXft). */
76#undef HAVE_LIBXFT 76#undef HAVE_LIBXFT
77 77
78/* Define to 1 if you have the <memory.h> header file. */ 78/* Define to 1 if you have the <memory.h> header file. */
79#undef HAVE_MEMORY_H 79#undef HAVE_MEMORY_H
85#undef HAVE_NL_LANGINFO 85#undef HAVE_NL_LANGINFO
86 86
87/* Define to 1 if you have the `on_exit' function. */ 87/* Define to 1 if you have the `on_exit' function. */
88#undef HAVE_ON_EXIT 88#undef HAVE_ON_EXIT
89 89
90/* Define to 1 if you have the `openpty' function. */ 90/* Define to 1 if you have the `posix_openpt' function. */
91#undef HAVE_OPENPTY 91#undef HAVE_POSIX_OPENPT
92 92
93/* Define to 1 if you have the <pty.h> header file. */ 93/* Define to 1 if you have the <pty.h> header file. */
94#undef HAVE_PTY_H 94#undef HAVE_PTY_H
95 95
96/* Define to 1 if you have the `revoke' function. */ 96/* Define to 1 if you have the `revoke' function. */
97#undef HAVE_REVOKE 97#undef HAVE_REVOKE
98 98
99/* Define if you have sched-h and sched_yield */
100#undef HAVE_SCHED_YIELD
101
99/* Define to 1 if you have the `seteuid' function. */ 102/* Define to 1 if you have the `seteuid' function. */
100#undef HAVE_SETEUID 103#undef HAVE_SETEUID
101 104
102/* Define if plain old setlocale works */ 105/* Define if plain old setlocale works */
103#undef HAVE_SETLOCALE 106#undef HAVE_SETLOCALE
181#undef HAVE_TTYSLOT 184#undef HAVE_TTYSLOT
182 185
183/* Define to 1 if you have the <unistd.h> header file. */ 186/* Define to 1 if you have the <unistd.h> header file. */
184#undef HAVE_UNISTD_H 187#undef HAVE_UNISTD_H
185 188
189/* Define if sys/socket.h defines the necessary macros/functions for file
190 handle passing */
191#undef HAVE_UNIX_FDPASS
192
186/* Define to 1 if you have the `unlockpt' function. */ 193/* Define to 1 if you have the `unlockpt' function. */
187#undef HAVE_UNLOCKPT 194#undef HAVE_UNLOCKPT
188 195
189/* Define to 1 if you have the `unsetenv' function. */ 196/* Define to 1 if you have the `unsetenv' function. */
190#undef HAVE_UNSETENV 197#undef HAVE_UNSETENV
191 198
192/* Define to 1 if you have the `updwtmp' function. */ 199/* Define to 1 if you have the `updwtmp' function. */
193#undef HAVE_UPDWTMP 200#undef HAVE_UPDWTMP
194 201
202/* Define to 1 if you have the `updwtmpx' function. */
203#undef HAVE_UPDWTMPX
204
205/* Define to 1 if you have the <util.h> header file. */
206#undef HAVE_UTIL_H
207
195/* Define to 1 if you have the <utmpx.h> header file. */ 208/* Define to 1 if you have the <utmpx.h> header file. */
196#undef HAVE_UTMPX_H 209#undef HAVE_UTMPX_H
197 210
198/* Define if struct utmpx contains ut_host */ 211/* Define if struct utmpx contains ut_host */
199#undef HAVE_UTMPX_HOST 212#undef HAVE_UTMPX_HOST
200 213
214/* Define if struct utmpx contains ut_session */
215#undef HAVE_UTMPX_SESSION
216
201/* Define to 1 if you have the <utmp.h> header file. */ 217/* Define to 1 if you have the <utmp.h> header file. */
202#undef HAVE_UTMP_H 218#undef HAVE_UTMP_H
203 219
204/* Define if struct utmp contains ut_host */ 220/* Define if struct utmp contains ut_host */
205#undef HAVE_UTMP_HOST 221#undef HAVE_UTMP_HOST
206 222
207/* Define if struct utmp contains ut_pid */ 223/* Define if struct utmp contains ut_pid */
208#undef HAVE_UTMP_PID 224#undef HAVE_UTMP_PID
209 225
226/* Define to 1 if you have the <wchar.h> header file. */
227#undef HAVE_WCHAR_H
228
210/* Define to 1 if you have the <X11/Xft/Xft.h> header file. */ 229/* Define to 1 if you have the <X11/Xft/Xft.h> header file. */
211#undef HAVE_X11_XFT_XFT_H 230#undef HAVE_X11_XFT_XFT_H
212 231
213/* Define if Xlocale support works */ 232/* Define if Xlocale support works */
214#undef HAVE_XLOCALE 233#undef HAVE_XLOCALE
231/* Define if you want to have lastlog support when utmp/utmpx is enabled */ 250/* Define if you want to have lastlog support when utmp/utmpx is enabled */
232#undef LASTLOG_SUPPORT 251#undef LASTLOG_SUPPORT
233 252
234/* Build shared library version - specify via configure only */ 253/* Build shared library version - specify via configure only */
235#undef LIBRXVT 254#undef LIBRXVT
236
237/* Define if you want Menubar support */
238#undef MENUBAR
239 255
240/* Define to have CTRL cause wheel events to accelerate scrolling. Release 256/* Define to have CTRL cause wheel events to accelerate scrolling. Release
241 CTRL to halt scrolling */ 257 CTRL to halt scrolling */
242#undef MOUSE_SLIP_WHEELING 258#undef MOUSE_SLIP_WHEELING
243 259
262 278
263/* Disable the secondary screen. Many programs use the secondary screen as 279/* Disable the secondary screen. Many programs use the secondary screen as
264 their workplace */ 280 their workplace */
265#undef NO_SECONDARY_SCREEN 281#undef NO_SECONDARY_SCREEN
266 282
267/* Define if you don't need to use our replacement string functions */
268#undef NO_STRINGS
269
270/* Define if you want faded colors when focus is lost */ 283/* Define if you want faded colors when focus is lost */
271#undef OFF_FOCUS_FADING 284#undef OFF_FOCUS_FADING
272 285
273/* Define to the address where bug reports for this package should be sent. */ 286/* Define to the address where bug reports for this package should be sent. */
274#undef PACKAGE_BUGREPORT 287#undef PACKAGE_BUGREPORT
305 318
306/* Define for this pty type */ 319/* Define for this pty type */
307#undef PTYS_ARE_CLONE 320#undef PTYS_ARE_CLONE
308 321
309/* Define for this pty type */ 322/* Define for this pty type */
310#undef PTYS_ARE_GETPT
311
312/* Define for this pty type */
313#undef PTYS_ARE_GETPTY
314
315/* Define for this pty type */
316#undef PTYS_ARE_NUMERIC 323#undef PTYS_ARE_NUMERIC
317 324
318/* Define for this pty type */ 325/* Define for this pty type */
319#undef PTYS_ARE_OPENPTY 326#undef PTYS_ARE_OPENPTY
327
328/* Define for this pty type */
329#undef PTYS_ARE_POSIX
320 330
321/* Define for this pty type */ 331/* Define for this pty type */
322#undef PTYS_ARE_PTC 332#undef PTYS_ARE_PTC
323 333
324/* Define for this pty type */ 334/* Define for this pty type */
412/* Define to change gid of ttys to group tty */ 422/* Define to change gid of ttys to group tty */
413#undef TTY_GID_SUPPORT 423#undef TTY_GID_SUPPORT
414 424
415/* Define if you want to represent unicode characters outside plane 0 */ 425/* Define if you want to represent unicode characters outside plane 0 */
416#undef UNICODE_3 426#undef UNICODE_3
417
418/* Define if you want to use XGetDefault instead of our internal version */
419#undef USE_XGETDEFAULT
420 427
421/* Define if you want to have XIM (X Input Method) protocol support - required 428/* Define if you want to have XIM (X Input Method) protocol support - required
422 for multibyte characters input */ 429 for multibyte characters input */
423#undef USE_XIM 430#undef USE_XIM
424 431

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines