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.19 by root, Sat Aug 21 05:32:00 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
432 429
433/* Define if you want korean codesets */ 430/* Define if you want korean codesets */
434#undef ENCODING_KR 431#undef ENCODING_KR
435 432
436/* Define if you want chinese codesets */ 433/* Define if you want chinese codesets */
437#undef ENCODING_CN 434#undef ENCODING_ZH
438 435
439/* Define if you want extended chinese codesets */ 436/* Define if you want extended chinese codesets */
440#undef ENCODING_CN_EXT 437#undef ENCODING_ZH_EXT
441 438
442/* 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 */
443#undef NO_STRINGS 440#undef NO_STRINGS
444 441

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines