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.3 by pcg, Sat Jan 31 04:16:15 2004 UTC vs.
Revision 1.45 by root, Tue Jan 17 11:53:07 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 2
3/* Define if you want 8 bit control sequences */
4#undef EIGHT_BIT_CONTROLS
5
6/* Define if you want to automatically compose combining characters */
7#undef ENABLE_COMBINING
8
9/* Define if you want handling for rarely used but handy features */
10#undef ENABLE_FRILLS
11
12/* Define if you can embed a perl interpreter */
13#undef ENABLE_PERL
14
3/* Define if you want blinking cursor support */ 15/* Define if you want bold and italic support */
4#undef CURSOR_BLINK 16#undef ENABLE_STYLES
5
6/* Define if you want chinese codesets */
7#undef ENCODING_CN
8
9/* Define if you want extended chinese codesets */
10#undef ENCODING_CN_EXT
11 17
12/* Define if you want european extended codesets */ 18/* Define if you want european extended codesets */
13#undef ENCODING_EU 19#undef ENCODING_EU
14 20
15/* Define if you want japanese codesets */ 21/* Define if you want japanese codesets */
22#undef ENCODING_KR 28#undef ENCODING_KR
23 29
24/* Define if you want vietnamese codesets */ 30/* Define if you want vietnamese codesets */
25#undef ENCODING_VN 31#undef ENCODING_VN
26 32
27/* Define if you want support for Greek Elot-928 & IBM-437 keyboard */ 33/* Define if you want chinese codesets */
28#undef GREEK_SUPPORT 34#undef ENCODING_ZH
29 35
30/* Define if you want the depth of scrollbars and menus to be less */ 36/* Define if you want extended chinese codesets */
31#undef HALFSHADOW 37#undef ENCODING_ZH_EXT
32 38
33/* Define to 1 if you have the <assert.h> header file. */ 39/* Define to 1 if you have the <assert.h> header file. */
34#undef HAVE_ASSERT_H 40#undef HAVE_ASSERT_H
35 41
36/* Define to 1 if you have the `atexit' function. */ 42/* Define to 1 if you have the <clocale> header file. */
37#undef HAVE_ATEXIT 43#undef HAVE_CLOCALE
38 44
39/* Define to 1 if you have the <dlfcn.h> header file. */ 45/* Define to 1 if you have the <cwchar> header file. */
40#undef HAVE_DLFCN_H 46#undef HAVE_CWCHAR
41 47
42/* Define to 1 if you have the <fcntl.h> header file. */ 48/* Define to 1 if you have the <fcntl.h> header file. */
43#undef HAVE_FCNTL_H 49#undef HAVE_FCNTL_H
44 50
45/* Define if you have _GNU_SOURCE getpt() */ 51/* Define to 1 if you have the `getpt' function. */
46#undef HAVE_GETPT 52#undef HAVE_GETPT
47 53
48/* Define to 1 if you have the `grantpt' function. */ 54/* Define to 1 if you have the `grantpt' function. */
49#undef HAVE_GRANTPT 55#undef HAVE_GRANTPT
50 56
61#undef HAVE_LASTLOG_H 67#undef HAVE_LASTLOG_H
62 68
63/* Define to 1 if you have the <libc.h> header file. */ 69/* Define to 1 if you have the <libc.h> header file. */
64#undef HAVE_LIBC_H 70#undef HAVE_LIBC_H
65 71
72/* Define to 1 if you have the <libutil.h> header file. */
73#undef HAVE_LIBUTIL_H
74
66/* Define to 1 if you have the `Xft' library (-lXft). */ 75/* Define to 1 if you have the `Xft' library (-lXft). */
67#undef HAVE_LIBXFT 76#undef HAVE_LIBXFT
68 77
69/* Define to 1 if you have the <memory.h> header file. */ 78/* Define to 1 if you have the <memory.h> header file. */
70#undef HAVE_MEMORY_H 79#undef HAVE_MEMORY_H
76#undef HAVE_NL_LANGINFO 85#undef HAVE_NL_LANGINFO
77 86
78/* Define to 1 if you have the `on_exit' function. */ 87/* Define to 1 if you have the `on_exit' function. */
79#undef HAVE_ON_EXIT 88#undef HAVE_ON_EXIT
80 89
81/* Define to 1 if you have the `openpty' function. */ 90/* Define to 1 if you have the `posix_openpt' function. */
82#undef HAVE_OPENPTY 91#undef HAVE_POSIX_OPENPT
92
93/* Define to 1 if you have the <pty.h> header file. */
94#undef HAVE_PTY_H
83 95
84/* Define to 1 if you have the `revoke' function. */ 96/* Define to 1 if you have the `revoke' function. */
85#undef HAVE_REVOKE 97#undef HAVE_REVOKE
86 98
99/* Define if you have sched-h and sched_yield */
100#undef HAVE_SCHED_YIELD
101
87/* Define to 1 if you have the `seteuid' function. */ 102/* Define to 1 if you have the `seteuid' function. */
88#undef HAVE_SETEUID 103#undef HAVE_SETEUID
89 104
90/* Define if plain old setlocale works */ 105/* Define if plain old setlocale works */
91#undef HAVE_SETLOCALE 106#undef HAVE_SETLOCALE
92 107
93/* Define to 1 if you have the `setpgid' function. */
94#undef HAVE_SETPGID
95
96/* Define to 1 if you have the `setpgrp' function. */
97#undef HAVE_SETPGRP
98
99/* Define to 1 if you have the `setreuid' function. */ 108/* Define to 1 if you have the `setreuid' function. */
100#undef HAVE_SETREUID 109#undef HAVE_SETREUID
101 110
102/* Define to 1 if you have the `setsid' function. */
103#undef HAVE_SETSID
104
105/* Define to 1 if you have the `setutent' function. */ 111/* Define to 1 if you have the `setutent' function. */
106#undef HAVE_SETUTENT 112#undef HAVE_SETUTENT
107 113
108/* Define to 1 if you have the <stdarg.h> header file. */ 114/* Define to 1 if you have the <stdarg.h> header file. */
109#undef HAVE_STDARG_H 115#undef HAVE_STDARG_H
145#undef HAVE_SYS_SOCKIO_H 151#undef HAVE_SYS_SOCKIO_H
146 152
147/* Define to 1 if you have the <sys/stat.h> header file. */ 153/* Define to 1 if you have the <sys/stat.h> header file. */
148#undef HAVE_SYS_STAT_H 154#undef HAVE_SYS_STAT_H
149 155
156/* Define to 1 if you have the <sys/stropts.h> header file. */
157#undef HAVE_SYS_STROPTS_H
158
150/* Define to 1 if you have the <sys/strredir.h> header file. */ 159/* Define to 1 if you have the <sys/strredir.h> header file. */
151#undef HAVE_SYS_STRREDIR_H 160#undef HAVE_SYS_STRREDIR_H
152 161
153/* Define to 1 if you have the <sys/time.h> header file. */ 162/* Define to 1 if you have the <sys/time.h> header file. */
154#undef HAVE_SYS_TIME_H 163#undef HAVE_SYS_TIME_H
166#undef HAVE_TTYSLOT 175#undef HAVE_TTYSLOT
167 176
168/* Define to 1 if you have the <unistd.h> header file. */ 177/* Define to 1 if you have the <unistd.h> header file. */
169#undef HAVE_UNISTD_H 178#undef HAVE_UNISTD_H
170 179
180/* Define if sys/socket.h defines the necessary macros/functions for file
181 handle passing */
182#undef HAVE_UNIX_FDPASS
183
171/* Define to 1 if you have the `unlockpt' function. */ 184/* Define to 1 if you have the `unlockpt' function. */
172#undef HAVE_UNLOCKPT 185#undef HAVE_UNLOCKPT
173 186
174/* Define to 1 if you have the `unsetenv' function. */ 187/* Define to 1 if you have the `unsetenv' function. */
175#undef HAVE_UNSETENV 188#undef HAVE_UNSETENV
176 189
177/* Define to 1 if you have the `updwtmp' function. */ 190/* Define to 1 if you have the `updwtmp' function. */
178#undef HAVE_UPDWTMP 191#undef HAVE_UPDWTMP
179 192
193/* Define to 1 if you have the `updwtmpx' function. */
194#undef HAVE_UPDWTMPX
195
196/* Define to 1 if you have the <util.h> header file. */
197#undef HAVE_UTIL_H
198
180/* Define to 1 if you have the <utmpx.h> header file. */ 199/* Define to 1 if you have the <utmpx.h> header file. */
181#undef HAVE_UTMPX_H 200#undef HAVE_UTMPX_H
182 201
183/* Define if struct utmpx contains ut_host */ 202/* Define if struct utmpx contains ut_host */
184#undef HAVE_UTMPX_HOST 203#undef HAVE_UTMPX_HOST
185 204
205/* Define if struct utmpx contains ut_session */
206#undef HAVE_UTMPX_SESSION
207
186/* Define to 1 if you have the <utmp.h> header file. */ 208/* Define to 1 if you have the <utmp.h> header file. */
187#undef HAVE_UTMP_H 209#undef HAVE_UTMP_H
188 210
189/* Define if struct utmp contains ut_host */ 211/* Define if struct utmp contains ut_host */
190#undef HAVE_UTMP_HOST 212#undef HAVE_UTMP_HOST
191 213
192/* Define if struct utmp contains ut_pid */ 214/* Define if struct utmp contains ut_pid */
193#undef HAVE_UTMP_PID 215#undef HAVE_UTMP_PID
194 216
217/* Define to 1 if you have the <wchar.h> header file. */
218#undef HAVE_WCHAR_H
219
195/* Define to 1 if you have the <X11/Xft/Xft.h> header file. */ 220/* Define to 1 if you have the <X11/Xft/Xft.h> header file. */
196#undef HAVE_X11_XFT_XFT_H 221#undef HAVE_X11_XFT_XFT_H
197 222
198/* Define if Xlocale support works */ 223/* Define if Xlocale support works */
199#undef HAVE_XLOCALE 224#undef HAVE_XLOCALE
205#undef HAVE_XSETLOCALE 230#undef HAVE_XSETLOCALE
206 231
207/* Define to 1 if you have the `_getpty' function. */ 232/* Define to 1 if you have the `_getpty' function. */
208#undef HAVE__GETPTY 233#undef HAVE__GETPTY
209 234
235/* Define if you want ISO 14755 extended support */
236#undef ISO_14755
237
210/* Define if lastlog is provided via a directory */ 238/* Define if lastlog is provided via a directory */
211#undef LASTLOG_IS_DIR 239#undef LASTLOG_IS_DIR
212 240
213/* Define if you want to have lastlog support when utmp/utmpx is enabled */ 241/* Define if you want to have lastlog support when utmp/utmpx is enabled */
214#undef LASTLOG_SUPPORT 242#undef LASTLOG_SUPPORT
215 243
216/* Build shared library version - specify via configure only */ 244/* Build shared library version - specify via configure only */
217#undef LIBRXVT 245#undef LIBRXVT
218
219/* Define if you want Menubar support */
220#undef MENUBAR
221 246
222/* Define to have CTRL cause wheel events to accelerate scrolling. Release 247/* Define to have CTRL cause wheel events to accelerate scrolling. Release
223 CTRL to halt scrolling */ 248 CTRL to halt scrolling */
224#undef MOUSE_SLIP_WHEELING 249#undef MOUSE_SLIP_WHEELING
225 250
226/* Define to use wheel events (button4 and button5) to scroll */ 251/* Define to use wheel events (button4 and button5) to scroll */
227#undef MOUSE_WHEEL 252#undef MOUSE_WHEEL
228 253
229/* Define default multichar glyph encoding */
230#undef MULTICHAR_ENCODING
231
232/* Support NeXT style scrollbars */ 254/* Support NeXT style scrollbars */
233#undef NEXT_SCROLLBAR 255#undef NEXT_SCROLLBAR
234 256
235/* Define if you don't want support for the backspace key */ 257/* Define if you don't want support for the backspace key */
236#undef NO_BACKSPACE_KEY 258#undef NO_BACKSPACE_KEY
237 259
238/* Define if you don't want support for the (non-keypad) delete key */ 260/* Define if you don't want support for the (non-keypad) delete key */
239#undef NO_DELETE_KEY 261#undef NO_DELETE_KEY
240
241/* Define if you don't want handling for rarely used features */
242#undef NO_FRILLS
243
244/* Define if you don't want support linespace */
245#undef NO_LINESPACE
246
247/* Define to remove xterm style mouse selection */
248#undef NO_NEW_SELECTION
249
250/* Define to remove old rxvt (ver 2.20 and before) style selection */
251#undef NO_OLD_SELECTION
252 262
253/* Define if you don't want any resources read */ 263/* Define if you don't want any resources read */
254#undef NO_RESOURCES 264#undef NO_RESOURCES
255 265
256/* Define for continual scrolling when you keep the scrollbar button pressed 266/* Define for continual scrolling when you keep the scrollbar button pressed
259 269
260/* Disable the secondary screen. Many programs use the secondary screen as 270/* Disable the secondary screen. Many programs use the secondary screen as
261 their workplace */ 271 their workplace */
262#undef NO_SECONDARY_SCREEN 272#undef NO_SECONDARY_SCREEN
263 273
264/* Define if you don't need to use our replacement string functions */ 274/* Define if you want faded colors when focus is lost */
265#undef NO_STRINGS 275#undef OFF_FOCUS_FADING
266 276
267/* Define to the address where bug reports for this package should be sent. */ 277/* Define to the address where bug reports for this package should be sent. */
268#undef PACKAGE_BUGREPORT 278#undef PACKAGE_BUGREPORT
269 279
270/* Define to the full name of this package. */ 280/* Define to the full name of this package. */
302 312
303/* Define for this pty type */ 313/* Define for this pty type */
304#undef PTYS_ARE_GETPT 314#undef PTYS_ARE_GETPT
305 315
306/* Define for this pty type */ 316/* Define for this pty type */
307#undef PTYS_ARE_GETPTY
308
309/* Define for this pty type */
310#undef PTYS_ARE_NUMERIC 317#undef PTYS_ARE_NUMERIC
311 318
312/* Define for this pty type */ 319/* Define for this pty type */
313#undef PTYS_ARE_OPENPTY 320#undef PTYS_ARE_OPENPTY
314 321
315/* Define for this pty type */ 322/* Define for this pty type */
323#undef PTYS_ARE_POSIX
324
325/* Define for this pty type */
316#undef PTYS_ARE_PTC 326#undef PTYS_ARE_PTC
317 327
318/* Define for this pty type */ 328/* Define for this pty type */
319#undef PTYS_ARE_PTMX 329#undef PTYS_ARE_PTMX
320 330
321/* Define for this pty type */ 331/* Define for this pty type */
322#undef PTYS_ARE_SEARCHED 332#undef PTYS_ARE_SEARCHED
323 333
324/* Define for this pty type */ 334/* Define for this pty type */
325#undef PTYS_ARE__GETPTY 335#undef PTYS_ARE__GETPTY
336
337/* Resource class */
338#undef RESCLASS
339
340/* Fallback resource class */
341#undef RESFALLBACK
342
343/* Default resource name */
344#undef RESNAME
326 345
327/* Define as the return type of signal handlers (`int' or `void'). */ 346/* Define as the return type of signal handlers (`int' or `void'). */
328#undef RETSIGTYPE 347#undef RETSIGTYPE
348
349/* Binary base name */
350#undef RXVTNAME
329 351
330/* Define location of lastlogx */ 352/* Define location of lastlogx */
331#undef RXVT_LASTLOGX_FILE 353#undef RXVT_LASTLOGX_FILE
332 354
333/* Define location of lastlog */ 355/* Define location of lastlog */
353 375
354/* Define to allow scrolling when the selection moves to the top or bottom of 376/* Define to allow scrolling when the selection moves to the top or bottom of
355 the screen */ 377 the screen */
356#undef SELECTION_SCROLLING 378#undef SELECTION_SCROLLING
357 379
358/* The size of a `char', as computed by sizeof. */
359#undef SIZEOF_CHAR
360
361/* The size of a `int', as computed by sizeof. */ 380/* The size of a `int', as computed by sizeof. */
362#undef SIZEOF_INT 381#undef SIZEOF_INT
363 382
364/* The size of a `int *', as computed by sizeof. */ 383/* The size of a `int *', as computed by sizeof. */
365#undef SIZEOF_INT_P 384#undef SIZEOF_INT_P
366 385
367/* The size of a `long', as computed by sizeof. */
368#undef SIZEOF_LONG
369
370/* The size of a `long long', as computed by sizeof. */ 386/* The size of a `long long', as computed by sizeof. */
371#undef SIZEOF_LONG_LONG 387#undef SIZEOF_LONG_LONG
372 388
373/* The size of a `short', as computed by sizeof. */ 389/* The size of a `short', as computed by sizeof. */
374#undef SIZEOF_SHORT 390#undef SIZEOF_SHORT
386#undef TEXT_BLINK 402#undef TEXT_BLINK
387 403
388/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 404/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
389#undef TIME_WITH_SYS_TIME 405#undef TIME_WITH_SYS_TIME
390 406
407/* Define if you want your background to be tinted */
408#undef TINTING
409
391/* Define if you want your background to use the parent window background */ 410/* Define if you want your background to use the parent window background */
392#undef TRANSPARENT 411#undef TRANSPARENT
393 412
394/* Define location of ttys/ttytab */ 413/* Define location of ttys/ttytab */
395#undef TTYTAB_FILENAME 414#undef TTYTAB_FILENAME
396 415
397/* Define if you want 256 colour support */
398#undef TTY_256COLOR
399
400/* Define to change gid of ttys to group tty */ 416/* Define to change gid of ttys to group tty */
401#undef TTY_GID_SUPPORT 417#undef TTY_GID_SUPPORT
402 418
403/* Define if you want to represent unicode characters outside plane 0 */ 419/* Define if you want to represent unicode characters outside plane 0 */
404#undef UNICODE_3 420#undef UNICODE_3
405
406/* Define if you want to use XGetDefault instead of our internal version */
407#undef USE_XGETDEFAULT
408 421
409/* Define if you want to have XIM (X Input Method) protocol support - required 422/* Define if you want to have XIM (X Input Method) protocol support - required
410 for multibyte characters input */ 423 for multibyte characters input */
411#undef USE_XIM 424#undef USE_XIM
412 425
416/* Define if you want to have wtmp support when utmp/utmpx is enabled */ 429/* Define if you want to have wtmp support when utmp/utmpx is enabled */
417#undef WTMP_SUPPORT 430#undef WTMP_SUPPORT
418 431
419/* Define to enable xft support */ 432/* Define to enable xft support */
420#undef XFT 433#undef XFT
434
435/* Define if your XIMCallback specifies XIC as first type. */
436#undef XIMCB_PROTO_BROKEN
421 437
422/* Define if you want to have sexy-looking background pixmaps. Needs libXpm */ 438/* Define if you want to have sexy-looking background pixmaps. Needs libXpm */
423#undef XPM_BACKGROUND 439#undef XPM_BACKGROUND
424 440
425/* Define if you include <X11/xpm.h> on a normal include path (be careful) */ 441/* Define if you include <X11/xpm.h> on a normal include path (be careful) */
436 We just want to avoid a redefinition error message. */ 452 We just want to avoid a redefinition error message. */
437#ifndef _ALL_SOURCE 453#ifndef _ALL_SOURCE
438# undef _ALL_SOURCE 454# undef _ALL_SOURCE
439#endif 455#endif
440 456
457/* Use all glibc features. */
458#undef _GNU_SOURCE
459
460/* Needed to get declarations for msg_control and msg_controllen on Solaris */
461#undef _XOPEN_SOURCE
462
463/* Needed to get declarations for msg_control and msg_controllen on Solaris */
464#undef _XOPEN_SOURCE_EXTENDED
465
466/* Needed to get declarations for msg_control and msg_controllen on Solaris */
467#undef __EXTENSIONS__
468
441/* Define to empty if `const' does not conform to ANSI C. */ 469/* Define to empty if `const' does not conform to ANSI C. */
442#undef const 470#undef const
443 471
444/* Define to `int' if <sys/types.h> doesn't define. */ 472/* Define to `int' if <sys/types.h> doesn't define. */
445#undef gid_t 473#undef gid_t

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines