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.7 by pcg, Wed Mar 3 04:07:52 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 the depth of scrollbars and menus to be less */ 33/* Define if you want chinese codesets */
28#undef HALFSHADOW 34#undef ENCODING_ZH
35
36/* Define if you want extended chinese codesets */
37#undef ENCODING_ZH_EXT
29 38
30/* Define to 1 if you have the <assert.h> header file. */ 39/* Define to 1 if you have the <assert.h> header file. */
31#undef HAVE_ASSERT_H 40#undef HAVE_ASSERT_H
32 41
33/* Define to 1 if you have the `atexit' function. */ 42/* Define to 1 if you have the <clocale> header file. */
34#undef HAVE_ATEXIT 43#undef HAVE_CLOCALE
35 44
36/* Define to 1 if you have the <dlfcn.h> header file. */ 45/* Define to 1 if you have the <cwchar> header file. */
37#undef HAVE_DLFCN_H 46#undef HAVE_CWCHAR
38 47
39/* Define to 1 if you have the <fcntl.h> header file. */ 48/* Define to 1 if you have the <fcntl.h> header file. */
40#undef HAVE_FCNTL_H 49#undef HAVE_FCNTL_H
41 50
42/* Define if you have _GNU_SOURCE getpt() */ 51/* Define to 1 if you have the `getpt' function. */
43#undef HAVE_GETPT 52#undef HAVE_GETPT
44 53
45/* Define to 1 if you have the `grantpt' function. */ 54/* Define to 1 if you have the `grantpt' function. */
46#undef HAVE_GRANTPT 55#undef HAVE_GRANTPT
47 56
58#undef HAVE_LASTLOG_H 67#undef HAVE_LASTLOG_H
59 68
60/* Define to 1 if you have the <libc.h> header file. */ 69/* Define to 1 if you have the <libc.h> header file. */
61#undef HAVE_LIBC_H 70#undef HAVE_LIBC_H
62 71
72/* Define to 1 if you have the <libutil.h> header file. */
73#undef HAVE_LIBUTIL_H
74
63/* Define to 1 if you have the `Xft' library (-lXft). */ 75/* Define to 1 if you have the `Xft' library (-lXft). */
64#undef HAVE_LIBXFT 76#undef HAVE_LIBXFT
65 77
66/* Define to 1 if you have the <memory.h> header file. */ 78/* Define to 1 if you have the <memory.h> header file. */
67#undef HAVE_MEMORY_H 79#undef HAVE_MEMORY_H
73#undef HAVE_NL_LANGINFO 85#undef HAVE_NL_LANGINFO
74 86
75/* Define to 1 if you have the `on_exit' function. */ 87/* Define to 1 if you have the `on_exit' function. */
76#undef HAVE_ON_EXIT 88#undef HAVE_ON_EXIT
77 89
78/* Define to 1 if you have the `openpty' function. */ 90/* Define to 1 if you have the `posix_openpt' function. */
79#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
80 95
81/* Define to 1 if you have the `revoke' function. */ 96/* Define to 1 if you have the `revoke' function. */
82#undef HAVE_REVOKE 97#undef HAVE_REVOKE
83 98
99/* Define if you have sched-h and sched_yield */
100#undef HAVE_SCHED_YIELD
101
84/* Define to 1 if you have the `seteuid' function. */ 102/* Define to 1 if you have the `seteuid' function. */
85#undef HAVE_SETEUID 103#undef HAVE_SETEUID
86 104
87/* Define if plain old setlocale works */ 105/* Define if plain old setlocale works */
88#undef HAVE_SETLOCALE 106#undef HAVE_SETLOCALE
89 107
90/* Define to 1 if you have the `setpgid' function. */
91#undef HAVE_SETPGID
92
93/* Define to 1 if you have the `setpgrp' function. */
94#undef HAVE_SETPGRP
95
96/* Define to 1 if you have the `setreuid' function. */ 108/* Define to 1 if you have the `setreuid' function. */
97#undef HAVE_SETREUID 109#undef HAVE_SETREUID
98 110
99/* Define to 1 if you have the `setsid' function. */
100#undef HAVE_SETSID
101
102/* Define to 1 if you have the `setutent' function. */ 111/* Define to 1 if you have the `setutent' function. */
103#undef HAVE_SETUTENT 112#undef HAVE_SETUTENT
104 113
105/* Define to 1 if you have the <stdarg.h> header file. */ 114/* Define to 1 if you have the <stdarg.h> header file. */
106#undef HAVE_STDARG_H 115#undef HAVE_STDARG_H
142#undef HAVE_SYS_SOCKIO_H 151#undef HAVE_SYS_SOCKIO_H
143 152
144/* 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. */
145#undef HAVE_SYS_STAT_H 154#undef HAVE_SYS_STAT_H
146 155
156/* Define to 1 if you have the <sys/stropts.h> header file. */
157#undef HAVE_SYS_STROPTS_H
158
147/* 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. */
148#undef HAVE_SYS_STRREDIR_H 160#undef HAVE_SYS_STRREDIR_H
149 161
150/* 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. */
151#undef HAVE_SYS_TIME_H 163#undef HAVE_SYS_TIME_H
163#undef HAVE_TTYSLOT 175#undef HAVE_TTYSLOT
164 176
165/* Define to 1 if you have the <unistd.h> header file. */ 177/* Define to 1 if you have the <unistd.h> header file. */
166#undef HAVE_UNISTD_H 178#undef HAVE_UNISTD_H
167 179
180/* Define if sys/socket.h defines the necessary macros/functions for file
181 handle passing */
182#undef HAVE_UNIX_FDPASS
183
168/* Define to 1 if you have the `unlockpt' function. */ 184/* Define to 1 if you have the `unlockpt' function. */
169#undef HAVE_UNLOCKPT 185#undef HAVE_UNLOCKPT
170 186
171/* Define to 1 if you have the `unsetenv' function. */ 187/* Define to 1 if you have the `unsetenv' function. */
172#undef HAVE_UNSETENV 188#undef HAVE_UNSETENV
173 189
174/* Define to 1 if you have the `updwtmp' function. */ 190/* Define to 1 if you have the `updwtmp' function. */
175#undef HAVE_UPDWTMP 191#undef HAVE_UPDWTMP
176 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
177/* Define to 1 if you have the <utmpx.h> header file. */ 199/* Define to 1 if you have the <utmpx.h> header file. */
178#undef HAVE_UTMPX_H 200#undef HAVE_UTMPX_H
179 201
180/* Define if struct utmpx contains ut_host */ 202/* Define if struct utmpx contains ut_host */
181#undef HAVE_UTMPX_HOST 203#undef HAVE_UTMPX_HOST
182 204
205/* Define if struct utmpx contains ut_session */
206#undef HAVE_UTMPX_SESSION
207
183/* Define to 1 if you have the <utmp.h> header file. */ 208/* Define to 1 if you have the <utmp.h> header file. */
184#undef HAVE_UTMP_H 209#undef HAVE_UTMP_H
185 210
186/* Define if struct utmp contains ut_host */ 211/* Define if struct utmp contains ut_host */
187#undef HAVE_UTMP_HOST 212#undef HAVE_UTMP_HOST
188 213
189/* Define if struct utmp contains ut_pid */ 214/* Define if struct utmp contains ut_pid */
190#undef HAVE_UTMP_PID 215#undef HAVE_UTMP_PID
191 216
217/* Define to 1 if you have the <wchar.h> header file. */
218#undef HAVE_WCHAR_H
219
192/* 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. */
193#undef HAVE_X11_XFT_XFT_H 221#undef HAVE_X11_XFT_XFT_H
194 222
195/* Define if Xlocale support works */ 223/* Define if Xlocale support works */
196#undef HAVE_XLOCALE 224#undef HAVE_XLOCALE
202#undef HAVE_XSETLOCALE 230#undef HAVE_XSETLOCALE
203 231
204/* Define to 1 if you have the `_getpty' function. */ 232/* Define to 1 if you have the `_getpty' function. */
205#undef HAVE__GETPTY 233#undef HAVE__GETPTY
206 234
235/* Define if you want ISO 14755 extended support */
236#undef ISO_14755
237
207/* Define if lastlog is provided via a directory */ 238/* Define if lastlog is provided via a directory */
208#undef LASTLOG_IS_DIR 239#undef LASTLOG_IS_DIR
209 240
210/* 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 */
211#undef LASTLOG_SUPPORT 242#undef LASTLOG_SUPPORT
212 243
213/* Build shared library version - specify via configure only */ 244/* Build shared library version - specify via configure only */
214#undef LIBRXVT 245#undef LIBRXVT
215
216/* Define if you want Menubar support */
217#undef MENUBAR
218 246
219/* Define to have CTRL cause wheel events to accelerate scrolling. Release 247/* Define to have CTRL cause wheel events to accelerate scrolling. Release
220 CTRL to halt scrolling */ 248 CTRL to halt scrolling */
221#undef MOUSE_SLIP_WHEELING 249#undef MOUSE_SLIP_WHEELING
222 250
230#undef NO_BACKSPACE_KEY 258#undef NO_BACKSPACE_KEY
231 259
232/* 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 */
233#undef NO_DELETE_KEY 261#undef NO_DELETE_KEY
234 262
235/* Define if you don't want handling for rarely used features */
236#undef NO_FRILLS
237
238/* Define if you don't want support linespace */
239#undef NO_LINESPACE
240
241/* Define to remove xterm style mouse selection */
242#undef NO_NEW_SELECTION
243
244/* Define to remove old rxvt (ver 2.20 and before) style selection */
245#undef NO_OLD_SELECTION
246
247/* Define if you don't want any resources read */ 263/* Define if you don't want any resources read */
248#undef NO_RESOURCES 264#undef NO_RESOURCES
249 265
250/* Define for continual scrolling when you keep the scrollbar button pressed 266/* Define for continual scrolling when you keep the scrollbar button pressed
251 */ 267 */
253 269
254/* Disable the secondary screen. Many programs use the secondary screen as 270/* Disable the secondary screen. Many programs use the secondary screen as
255 their workplace */ 271 their workplace */
256#undef NO_SECONDARY_SCREEN 272#undef NO_SECONDARY_SCREEN
257 273
258/* Define if you don't need to use our replacement string functions */ 274/* Define if you want faded colors when focus is lost */
259#undef NO_STRINGS 275#undef OFF_FOCUS_FADING
260 276
261/* 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. */
262#undef PACKAGE_BUGREPORT 278#undef PACKAGE_BUGREPORT
263 279
264/* Define to the full name of this package. */ 280/* Define to the full name of this package. */
296 312
297/* Define for this pty type */ 313/* Define for this pty type */
298#undef PTYS_ARE_GETPT 314#undef PTYS_ARE_GETPT
299 315
300/* Define for this pty type */ 316/* Define for this pty type */
301#undef PTYS_ARE_GETPTY
302
303/* Define for this pty type */
304#undef PTYS_ARE_NUMERIC 317#undef PTYS_ARE_NUMERIC
305 318
306/* Define for this pty type */ 319/* Define for this pty type */
307#undef PTYS_ARE_OPENPTY 320#undef PTYS_ARE_OPENPTY
321
322/* Define for this pty type */
323#undef PTYS_ARE_POSIX
308 324
309/* Define for this pty type */ 325/* Define for this pty type */
310#undef PTYS_ARE_PTC 326#undef PTYS_ARE_PTC
311 327
312/* Define for this pty type */ 328/* Define for this pty type */
327/* Default resource name */ 343/* Default resource name */
328#undef RESNAME 344#undef RESNAME
329 345
330/* Define as the return type of signal handlers (`int' or `void'). */ 346/* Define as the return type of signal handlers (`int' or `void'). */
331#undef RETSIGTYPE 347#undef RETSIGTYPE
348
349/* Binary base name */
350#undef RXVTNAME
332 351
333/* Define location of lastlogx */ 352/* Define location of lastlogx */
334#undef RXVT_LASTLOGX_FILE 353#undef RXVT_LASTLOGX_FILE
335 354
336/* Define location of lastlog */ 355/* Define location of lastlog */
356 375
357/* 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
358 the screen */ 377 the screen */
359#undef SELECTION_SCROLLING 378#undef SELECTION_SCROLLING
360 379
361/* The size of a `char', as computed by sizeof. */
362#undef SIZEOF_CHAR
363
364/* The size of a `int', as computed by sizeof. */ 380/* The size of a `int', as computed by sizeof. */
365#undef SIZEOF_INT 381#undef SIZEOF_INT
366 382
367/* The size of a `int *', as computed by sizeof. */ 383/* The size of a `int *', as computed by sizeof. */
368#undef SIZEOF_INT_P 384#undef SIZEOF_INT_P
369 385
370/* The size of a `long', as computed by sizeof. */
371#undef SIZEOF_LONG
372
373/* The size of a `long long', as computed by sizeof. */ 386/* The size of a `long long', as computed by sizeof. */
374#undef SIZEOF_LONG_LONG 387#undef SIZEOF_LONG_LONG
375 388
376/* The size of a `short', as computed by sizeof. */ 389/* The size of a `short', as computed by sizeof. */
377#undef SIZEOF_SHORT 390#undef SIZEOF_SHORT
389#undef TEXT_BLINK 402#undef TEXT_BLINK
390 403
391/* 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>. */
392#undef TIME_WITH_SYS_TIME 405#undef TIME_WITH_SYS_TIME
393 406
407/* Define if you want your background to be tinted */
408#undef TINTING
409
394/* 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 */
395#undef TRANSPARENT 411#undef TRANSPARENT
396 412
397/* Define location of ttys/ttytab */ 413/* Define location of ttys/ttytab */
398#undef TTYTAB_FILENAME 414#undef TTYTAB_FILENAME
399 415
400/* Define if you want 256 colour support */
401#undef TTY_256COLOR
402
403/* Define to change gid of ttys to group tty */ 416/* Define to change gid of ttys to group tty */
404#undef TTY_GID_SUPPORT 417#undef TTY_GID_SUPPORT
405 418
406/* Define if you want to represent unicode characters outside plane 0 */ 419/* Define if you want to represent unicode characters outside plane 0 */
407#undef UNICODE_3 420#undef UNICODE_3
408
409/* Define if you want to use XGetDefault instead of our internal version */
410#undef USE_XGETDEFAULT
411 421
412/* 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
413 for multibyte characters input */ 423 for multibyte characters input */
414#undef USE_XIM 424#undef USE_XIM
415 425
419/* 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 */
420#undef WTMP_SUPPORT 430#undef WTMP_SUPPORT
421 431
422/* Define to enable xft support */ 432/* Define to enable xft support */
423#undef XFT 433#undef XFT
434
435/* Define if your XIMCallback specifies XIC as first type. */
436#undef XIMCB_PROTO_BROKEN
424 437
425/* 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 */
426#undef XPM_BACKGROUND 439#undef XPM_BACKGROUND
427 440
428/* 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) */
439 We just want to avoid a redefinition error message. */ 452 We just want to avoid a redefinition error message. */
440#ifndef _ALL_SOURCE 453#ifndef _ALL_SOURCE
441# undef _ALL_SOURCE 454# undef _ALL_SOURCE
442#endif 455#endif
443 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
444/* Define to empty if `const' does not conform to ANSI C. */ 469/* Define to empty if `const' does not conform to ANSI C. */
445#undef const 470#undef const
446 471
447/* Define to `int' if <sys/types.h> doesn't define. */ 472/* Define to `int' if <sys/types.h> doesn't define. */
448#undef gid_t 473#undef gid_t

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines