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.6 by root, Sun Jan 22 17:10:01 2006 UTC vs.
Revision 1.12 by root, Sat Jun 9 13:04:27 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 */
37#undef ENCODING_ZH 40#undef ENCODING_ZH
38 41
39/* Define if you want extended chinese codesets */ 42/* Define if you want extended chinese codesets */
40#undef ENCODING_ZH_EXT 43#undef ENCODING_ZH_EXT
41 44
45/* Define if you want to use libAfterImage for image processing */
46#undef HAVE_AFTERIMAGE
47
42/* Define to 1 if you have the <assert.h> header file. */ 48/* Define to 1 if you have the <assert.h> header file. */
43#undef HAVE_ASSERT_H 49#undef HAVE_ASSERT_H
44 50
45/* Define to 1 if you have the <clocale> header file. */ 51/* Define to 1 if you have the <clocale> header file. */
46#undef HAVE_CLOCALE 52#undef HAVE_CLOCALE
97#undef HAVE_PTY_H 103#undef HAVE_PTY_H
98 104
99/* Define to 1 if you have the `revoke' function. */ 105/* Define to 1 if you have the `revoke' function. */
100#undef HAVE_REVOKE 106#undef HAVE_REVOKE
101 107
102/* Define if you have sched-h and sched_yield */
103#undef HAVE_SCHED_YIELD
104
105/* Define to 1 if you have the `seteuid' function. */ 108/* Define to 1 if you have the `seteuid' function. */
106#undef HAVE_SETEUID 109#undef HAVE_SETEUID
107 110
108/* Define if plain old setlocale works */ 111/* Define if plain old setlocale works */
109#undef HAVE_SETLOCALE 112#undef HAVE_SETLOCALE
111/* Define to 1 if you have the `setresuid' function. */ 114/* Define to 1 if you have the `setresuid' function. */
112#undef HAVE_SETRESUID 115#undef HAVE_SETRESUID
113 116
114/* Define to 1 if you have the `setreuid' function. */ 117/* Define to 1 if you have the `setreuid' function. */
115#undef HAVE_SETREUID 118#undef HAVE_SETREUID
119
120/* Define to 1 if you have the `setuid' function. */
121#undef HAVE_SETUID
116 122
117/* Define to 1 if you have the `setutent' function. */ 123/* Define to 1 if you have the `setutent' function. */
118#undef HAVE_SETUTENT 124#undef HAVE_SETUTENT
119 125
120/* Define to 1 if you have the <stdarg.h> header file. */ 126/* Define to 1 if you have the <stdarg.h> header file. */
302#undef PLAIN_SCROLLBAR 308#undef PLAIN_SCROLLBAR
303 309
304/* Define if you want hide the pointer while typing */ 310/* Define if you want hide the pointer while typing */
305#undef POINTER_BLANK 311#undef POINTER_BLANK
306 312
307/* Define to use a 24 bit visual if the screen has 24 bit mode */
308#undef PREFER_24BIT
309
310/* Resource class */ 313/* Resource class */
311#undef RESCLASS 314#undef RESCLASS
312 315
313/* Fallback resource class */ 316/* Fallback resource class */
314#undef RESFALLBACK 317#undef RESFALLBACK
330 333
331/* 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
332 the screen */ 335 the screen */
333#undef SELECTION_SCROLLING 336#undef SELECTION_SCROLLING
334 337
335/* The size of a `int', as computed by sizeof. */ 338/* The size of `int', as computed by sizeof. */
336#undef SIZEOF_INT 339#undef SIZEOF_INT
337 340
338/* The size of a `int *', as computed by sizeof. */ 341/* The size of `int *', as computed by sizeof. */
339#undef SIZEOF_INT_P 342#undef SIZEOF_INT_P
340 343
341/* The size of a `long long', as computed by sizeof. */ 344/* The size of `long long', as computed by sizeof. */
342#undef SIZEOF_LONG_LONG 345#undef SIZEOF_LONG_LONG
343 346
344/* The size of a `short', as computed by sizeof. */ 347/* The size of `short', as computed by sizeof. */
345#undef SIZEOF_SHORT 348#undef SIZEOF_SHORT
346 349
347/* Define to use "smart" resize behavior */ 350/* Define to use "smart" resize behavior */
348#undef SMART_RESIZE 351#undef SMART_RESIZE
349 352
403#undef XFT 406#undef XFT
404 407
405/* Define if your XIMCallback specifies XIC as first type. */ 408/* Define if your XIMCallback specifies XIC as first type. */
406#undef XIMCB_PROTO_BROKEN 409#undef XIMCB_PROTO_BROKEN
407 410
411/* Define ONLY iff Xlib.h supports it */
412#undef XLIB_ILLEGAL_ACCESS
413
408/* Define if you want to have sexy-looking background pixmaps. Needs libXpm */ 414/* Define if you want to have sexy-looking background pixmaps. Needs libXpm or
415 libAfterImage */
409#undef XPM_BACKGROUND 416#undef XPM_BACKGROUND
410 417
411/* Define if you include <X11/xpm.h> on a normal include path (be careful) */ 418/* Define if you include <X11/xpm.h> on a normal include path (be careful) */
412#undef XPM_INC_X11 419#undef XPM_INC_X11
413 420

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines