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.16 by root, Fri Aug 13 03:36:56 2004 UTC vs.
Revision 1.23 by root, Mon Dec 20 16:47:14 2004 UTC

41#undef uid_t 41#undef uid_t
42 42
43/* Define if the X Window System is missing or not being used. */ 43/* Define if the X Window System is missing or not being used. */
44#undef X_DISPLAY_MISSING 44#undef X_DISPLAY_MISSING
45 45
46/* The number of bytes in a char. */
47#undef SIZEOF_CHAR
48
49/* The number of bytes in a int. */ 46/* The number of bytes in a int. */
50#undef SIZEOF_INT 47#undef SIZEOF_INT
51 48
52/* The number of bytes in a int *. */ 49/* The number of bytes in a int *. */
53#undef SIZEOF_INT_P 50#undef SIZEOF_INT_P
54 51
55/* The number of bytes in a long. */
56#undef SIZEOF_LONG
57
58/* The number of bytes in a long long. */ 52/* The number of bytes in a long long. */
59#undef SIZEOF_LONG_LONG 53#undef SIZEOF_LONG_LONG
60 54
61/* The number of bytes in a short. */ 55/* The number of bytes in a short. */
62#undef SIZEOF_SHORT 56#undef SIZEOF_SHORT
212#undef RESNAME 206#undef RESNAME
213 207
214/* Resource class */ 208/* Resource class */
215#undef RESCLASS 209#undef RESCLASS
216 210
211/* Binary base name */
212#undef RXVTNAME
213
217/* Disable the secondary screen. Many programs use the secondary screen as their workplace */ 214/* Disable the secondary screen. Many programs use the secondary screen as their workplace */
218#undef NO_SECONDARY_SCREEN 215#undef NO_SECONDARY_SCREEN
219 216
220/* Define to use smart resize behavior */ 217/* Define to use smart resize behavior */
221#undef SMART_RESIZE 218#undef SMART_RESIZE
222 219
223/* Define if you want 256 colour support */
224#undef TTY_256COLOR
225
226/* Set TERM to the value given by configure */ 220/* Set TERM to the value given by configure */
227#undef TERMENV 221#undef TERMENV
228 222
229/* Set TERMINFO value to the value given by configure */ 223/* Set TERMINFO value to the value given by configure */
230#undef RXVT_TERMINFO 224#undef RXVT_TERMINFO
332#undef PTYCHAR1 326#undef PTYCHAR1
333 327
334/* Define for second char in devptyXX */ 328/* Define for second char in devptyXX */
335#undef PTYCHAR2 329#undef PTYCHAR2
336 330
331/* Define to enable xft support */
332#undef XFT
333
334/* Define if you want bold and italic support */
335#undef ENABLE_STYLES
336
337/* Define if you want ISO 14755 extended support */
338#undef ISO_14755
339
337/* Define if you want 8 bit control sequences */ 340/* Define if you want 8 bit control sequences */
338#undef EIGHT_BIT_CONTROLS 341#undef EIGHT_BIT_CONTROLS
339 342
340/* Define if you want faded colors when focus is lost */ 343/* Define if you want faded colors when focus is lost */
341#undef OFF_FOCUS_FADING 344#undef OFF_FOCUS_FADING
353#undef SELECTION_SCROLLING 356#undef SELECTION_SCROLLING
354 357
355/* Define if you want Menubar support */ 358/* Define if you want Menubar support */
356#undef MENUBAR 359#undef MENUBAR
357 360
358/* Define if you don't want handling for rarely used features */ 361/* Define if you want handling for rarely used but handy features */
359#undef NO_FRILLS 362#undef ENABLE_FRILLS
360 363
361/* Define if you don't want support linespace */ 364/* Define if you don't want support linespace */
362#undef NO_LINESPACE 365#undef NO_LINESPACE
363 366
364/* Define to use a 24 bit visual if the screen has 24 bit mode */ 367/* Define to use a 24 bit visual if the screen has 24 bit mode */
426 429
427/* Define if you want korean codesets */ 430/* Define if you want korean codesets */
428#undef ENCODING_KR 431#undef ENCODING_KR
429 432
430/* Define if you want chinese codesets */ 433/* Define if you want chinese codesets */
431#undef ENCODING_CN 434#undef ENCODING_ZH
432 435
433/* Define if you want extended chinese codesets */ 436/* Define if you want extended chinese codesets */
434#undef ENCODING_CN_EXT 437#undef ENCODING_ZH_EXT
435 438
436/* Define if you don't need to use our replacement string functions */ 439/* Define if you don't need to use our replacement string functions */
437#undef NO_STRINGS 440#undef NO_STRINGS
438 441
439/* Define to enable xft support */
440#undef XFT
441

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines