ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/config.h.in
(Generate patch)

Comparing rxvt-unicode/config.h.in (file contents):
Revision 1.3 by root, Sat Jan 21 18:34:25 2006 UTC vs.
Revision 1.13 by root, Tue Jun 26 00:40:18 2007 UTC

1/* config.h.in. Generated from configure.ac by autoheader. */ 1/* config.h.in. Generated from configure.ac by autoheader. */
2
3/* Define if you want to integrate with AfterStep window manager */
4#undef AFTERSTEP_INTEGRATION
2 5
3/* clone device filename */ 6/* clone device filename */
4#undef CLONE_DEVICE 7#undef CLONE_DEVICE
5 8
6/* Define if you want 8 bit control sequences */ 9/* Define if you want 8 bit control sequences */
16#undef ENABLE_PERL 19#undef ENABLE_PERL
17 20
18/* Define if you want bold and italic support */ 21/* Define if you want bold and italic support */
19#undef ENABLE_STYLES 22#undef ENABLE_STYLES
20 23
24/* Define if you want your background to use the parent window background */
25#undef ENABLE_TRANSPARENCY
26
21/* Define if you want european extended codesets */ 27/* Define if you want european extended codesets */
22#undef ENCODING_EU 28#undef ENCODING_EU
23 29
24/* Define if you want japanese codesets */ 30/* Define if you want japanese codesets */
25#undef ENCODING_JP 31#undef ENCODING_JP
37#undef ENCODING_ZH 43#undef ENCODING_ZH
38 44
39/* Define if you want extended chinese codesets */ 45/* Define if you want extended chinese codesets */
40#undef ENCODING_ZH_EXT 46#undef ENCODING_ZH_EXT
41 47
48/* Define if you want to use libAfterImage for image processing */
49#undef HAVE_AFTERIMAGE
50
42/* Define to 1 if you have the <assert.h> header file. */ 51/* Define to 1 if you have the <assert.h> header file. */
43#undef HAVE_ASSERT_H 52#undef HAVE_ASSERT_H
44 53
45/* Define to 1 if you have the <clocale> header file. */ 54/* Define to 1 if you have the <clocale> header file. */
46#undef HAVE_CLOCALE 55#undef HAVE_CLOCALE
79#undef HAVE_LIBXFT 88#undef HAVE_LIBXFT
80 89
81/* Define to 1 if you have the <memory.h> header file. */ 90/* Define to 1 if you have the <memory.h> header file. */
82#undef HAVE_MEMORY_H 91#undef HAVE_MEMORY_H
83 92
84/* Define to 1 if you have the `nanosleep' function. */
85#undef HAVE_NANOSLEEP
86
87/* Define if nl_langinfo(CODESET) works */ 93/* Define if nl_langinfo(CODESET) works */
88#undef HAVE_NL_LANGINFO 94#undef HAVE_NL_LANGINFO
89 95
90/* Define to 1 if you have the `on_exit' function. */ 96/* Define to 1 if you have the `on_exit' function. */
91#undef HAVE_ON_EXIT 97#undef HAVE_ON_EXIT
100#undef HAVE_PTY_H 106#undef HAVE_PTY_H
101 107
102/* Define to 1 if you have the `revoke' function. */ 108/* Define to 1 if you have the `revoke' function. */
103#undef HAVE_REVOKE 109#undef HAVE_REVOKE
104 110
105/* Define if you have sched-h and sched_yield */
106#undef HAVE_SCHED_YIELD
107
108/* Define to 1 if you have the `seteuid' function. */ 111/* Define to 1 if you have the `seteuid' function. */
109#undef HAVE_SETEUID 112#undef HAVE_SETEUID
110 113
111/* Define if plain old setlocale works */ 114/* Define if plain old setlocale works */
112#undef HAVE_SETLOCALE 115#undef HAVE_SETLOCALE
114/* Define to 1 if you have the `setresuid' function. */ 117/* Define to 1 if you have the `setresuid' function. */
115#undef HAVE_SETRESUID 118#undef HAVE_SETRESUID
116 119
117/* Define to 1 if you have the `setreuid' function. */ 120/* Define to 1 if you have the `setreuid' function. */
118#undef HAVE_SETREUID 121#undef HAVE_SETREUID
122
123/* Define to 1 if you have the `setuid' function. */
124#undef HAVE_SETUID
119 125
120/* Define to 1 if you have the `setutent' function. */ 126/* Define to 1 if you have the `setutent' function. */
121#undef HAVE_SETUTENT 127#undef HAVE_SETUTENT
122 128
123/* Define to 1 if you have the <stdarg.h> header file. */ 129/* Define to 1 if you have the <stdarg.h> header file. */
224#undef HAVE_WCHAR_H 230#undef HAVE_WCHAR_H
225 231
226/* Define to 1 if you have the <X11/Xft/Xft.h> header file. */ 232/* Define to 1 if you have the <X11/Xft/Xft.h> header file. */
227#undef HAVE_X11_XFT_XFT_H 233#undef HAVE_X11_XFT_XFT_H
228 234
229/* Define if Xlocale support works */
230#undef HAVE_XLOCALE
231
232/* Define if you have XPointer typedef */ 235/* Define if you have XPointer typedef */
233#undef HAVE_XPOINTER 236#undef HAVE_XPOINTER
234 237
235/* Define if setlocale (defined to Xsetlocale) works */ 238/* Define if setlocale (defined to Xsetlocale) works */
236#undef HAVE_XSETLOCALE 239#undef HAVE_XSETLOCALE
238/* Define to 1 if you have the `_getpty' function. */ 241/* Define to 1 if you have the `_getpty' function. */
239#undef HAVE__GETPTY 242#undef HAVE__GETPTY
240 243
241/* Define if you want ISO 14755 extended support */ 244/* Define if you want ISO 14755 extended support */
242#undef ISO_14755 245#undef ISO_14755
246
247/* Define location of lastlogx */
248#undef LASTLOGX_FILE
249
250/* Define location of lastlog */
251#undef LASTLOG_FILE
243 252
244/* Define if lastlog is provided via a directory */ 253/* Define if lastlog is provided via a directory */
245#undef LASTLOG_IS_DIR 254#undef LASTLOG_IS_DIR
246 255
247/* Define if you want to have lastlog support when utmp/utmpx is enabled */ 256/* Define if you want to have lastlog support when utmp/utmpx is enabled */
299#undef PLAIN_SCROLLBAR 308#undef PLAIN_SCROLLBAR
300 309
301/* Define if you want hide the pointer while typing */ 310/* Define if you want hide the pointer while typing */
302#undef POINTER_BLANK 311#undef POINTER_BLANK
303 312
304/* Define to use a 24 bit visual if the screen has 24 bit mode */
305#undef PREFER_24BIT
306
307/* Resource class */ 313/* Resource class */
308#undef RESCLASS 314#undef RESCLASS
309 315
310/* Fallback resource class */ 316/* Fallback resource class */
311#undef RESFALLBACK 317#undef RESFALLBACK
317#undef RETSIGTYPE 323#undef RETSIGTYPE
318 324
319/* Binary base name */ 325/* Binary base name */
320#undef RXVTNAME 326#undef RXVTNAME
321 327
322/* Define location of lastlogx */
323#undef RXVT_LASTLOGX_FILE
324
325/* Define location of lastlog */
326#undef RXVT_LASTLOG_FILE
327
328/* Support Rxvt original style scrollbars */ 328/* Support Rxvt original style scrollbars */
329#undef RXVT_SCROLLBAR 329#undef RXVT_SCROLLBAR
330 330
331/* Set TERMINFO value to the value given by configure */ 331/* Set TERMINFO value to the value given by configure */
332#undef RXVT_TERMINFO 332#undef RXVT_TERMINFO
333
334/* Define location of utmpx */
335#undef RXVT_UTMPX_FILE
336
337/* Define location of utmp */
338#undef RXVT_UTMP_FILE
339
340/* Define location of wtmpx */
341#undef RXVT_WTMPX_FILE
342
343/* Define location of wtmp */
344#undef RXVT_WTMP_FILE
345 333
346/* Define to allow scrolling when the selection moves to the top or bottom of 334/* Define to allow scrolling when the selection moves to the top or bottom of
347 the screen */ 335 the screen */
348#undef SELECTION_SCROLLING 336#undef SELECTION_SCROLLING
349 337
350/* The size of a `int', as computed by sizeof. */ 338/* The size of `int', as computed by sizeof. */
351#undef SIZEOF_INT 339#undef SIZEOF_INT
352 340
353/* The size of a `int *', as computed by sizeof. */ 341/* The size of `int *', as computed by sizeof. */
354#undef SIZEOF_INT_P 342#undef SIZEOF_INT_P
355 343
356/* The size of a `long long', as computed by sizeof. */ 344/* The size of `long long', as computed by sizeof. */
357#undef SIZEOF_LONG_LONG 345#undef SIZEOF_LONG_LONG
358 346
359/* The size of a `short', as computed by sizeof. */ 347/* The size of `short', as computed by sizeof. */
360#undef SIZEOF_SHORT 348#undef SIZEOF_SHORT
361 349
362/* Define to use "smart" resize behavior */ 350/* Define to use "smart" resize behavior */
363#undef SMART_RESIZE 351#undef SMART_RESIZE
364 352
375#undef TIME_WITH_SYS_TIME 363#undef TIME_WITH_SYS_TIME
376 364
377/* Define if you want your background to be tinted */ 365/* Define if you want your background to be tinted */
378#undef TINTING 366#undef TINTING
379 367
380/* Define if you want your background to use the parent window background */
381#undef TRANSPARENT
382
383/* Define location of ttys/ttytab */ 368/* Define location of ttys/ttytab */
384#undef TTYTAB_FILENAME 369#undef TTYTAB_FILENAME
385 370
386/* Define to change gid of ttys to group tty */ 371/* "" */
387#undef TTY_GID_SUPPORT 372#undef TTY_GID_SUPPORT
388 373
389/* Define if you want to represent unicode characters outside plane 0 */ 374/* Define if you want to represent unicode characters outside plane 0 */
390#undef UNICODE_3 375#undef UNICODE_3
391 376
394 379
395/* Define if you want to have XIM (X Input Method) protocol support - required 380/* Define if you want to have XIM (X Input Method) protocol support - required
396 for multibyte characters input */ 381 for multibyte characters input */
397#undef USE_XIM 382#undef USE_XIM
398 383
384/* Define location of utmpx */
385#undef UTMPX_FILE
386
387/* Define location of utmp */
388#undef UTMP_FILE
389
399/* Define if you want to have utmp/utmpx support */ 390/* Define if you want to have utmp/utmpx support */
400#undef UTMP_SUPPORT 391#undef UTMP_SUPPORT
401 392
393/* Define location of wtmpx */
394#undef WTMPX_FILE
395
396/* Define location of wtmp */
397#undef WTMP_FILE
398
402/* Define if you want to have wtmp support when utmp/utmpx is enabled */ 399/* Define if you want to have wtmp support when utmp/utmpx is enabled */
403#undef WTMP_SUPPORT 400#undef WTMP_SUPPORT
404 401
405/* Define to enable xft support */ 402/* Define to enable xft support */
406#undef XFT 403#undef XFT
407 404
408/* Define if your XIMCallback specifies XIC as first type. */ 405/* Define if your XIMCallback specifies XIC as first type. */
409#undef XIMCB_PROTO_BROKEN 406#undef XIMCB_PROTO_BROKEN
410 407
408/* Define ONLY iff Xlib.h supports it */
409#undef XLIB_ILLEGAL_ACCESS
410
411/* Define if you want to have sexy-looking background pixmaps. Needs libXpm */ 411/* Define if you want to have sexy-looking background pixmaps. Needs libXpm or
412 libAfterImage */
412#undef XPM_BACKGROUND 413#undef XPM_BACKGROUND
413 414
414/* Define if you include <X11/xpm.h> on a normal include path (be careful) */ 415/* Define if you include <X11/xpm.h> on a normal include path (be careful) */
415#undef XPM_INC_X11 416#undef XPM_INC_X11
416 417
431#undef _GNU_SOURCE 432#undef _GNU_SOURCE
432 433
433/* Needed to get declarations for msg_control and msg_controllen on Solaris */ 434/* Needed to get declarations for msg_control and msg_controllen on Solaris */
434#undef _XOPEN_SOURCE 435#undef _XOPEN_SOURCE
435 436
436/* Needed to get declarations for msg_control and msg_controllen on Solaris */
437#undef _XOPEN_SOURCE_EXTENDED
438
439/* Needed to get declarations for msg_control and msg_controllen on Solaris */
440#undef __EXTENSIONS__
441
442/* Define to empty if `const' does not conform to ANSI C. */ 437/* Define to empty if `const' does not conform to ANSI C. */
443#undef const 438#undef const
444 439
445/* Define to `int' if <sys/types.h> doesn't define. */ 440/* Define to `int' if <sys/types.h> doesn't define. */
446#undef gid_t 441#undef gid_t

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines