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

Comparing cvsroot/rxvt-unicode/config.h.in (file contents):
Revision 1.40 by mikachu, Tue Nov 15 01:13:49 2011 UTC vs.
Revision 1.42 by sf-exg, Thu Jan 19 11:09:56 2012 UTC

242#undef HAVE_UTMPX_H 242#undef HAVE_UTMPX_H
243 243
244/* Define if struct utmpx contains ut_host */ 244/* Define if struct utmpx contains ut_host */
245#undef HAVE_UTMPX_HOST 245#undef HAVE_UTMPX_HOST
246 246
247/* Define if struct utmpx contains ut_session */
248#undef HAVE_UTMPX_SESSION
249
250/* Define to 1 if you have the <utmp.h> header file. */ 247/* Define to 1 if you have the <utmp.h> header file. */
251#undef HAVE_UTMP_H 248#undef HAVE_UTMP_H
252 249
253/* Define if struct utmp contains ut_host */ 250/* Define if struct utmp contains ut_host */
254#undef HAVE_UTMP_HOST 251#undef HAVE_UTMP_HOST
268/* Define to 1 if you have the `_getpty' function. */ 265/* Define to 1 if you have the `_getpty' function. */
269#undef HAVE__GETPTY 266#undef HAVE__GETPTY
270 267
271/* Define if you want ISO 14755 extended support */ 268/* Define if you want ISO 14755 extended support */
272#undef ISO_14755 269#undef ISO_14755
273
274/* Define location of lastlogx */
275#undef LASTLOGX_FILE
276
277/* Define location of lastlog */
278#undef LASTLOG_FILE
279 270
280/* Define if you want to have lastlog support when utmp/utmpx is enabled */ 271/* Define if you want to have lastlog support when utmp/utmpx is enabled */
281#undef LASTLOG_SUPPORT 272#undef LASTLOG_SUPPORT
282 273
283/* Define to have CTRL cause wheel events to accelerate scrolling. Release 274/* Define to have CTRL cause wheel events to accelerate scrolling. Release
334/* Support plain style scrollbars */ 325/* Support plain style scrollbars */
335#undef PLAIN_SCROLLBAR 326#undef PLAIN_SCROLLBAR
336 327
337/* Define if you want to hide the pointer while typing */ 328/* Define if you want to hide the pointer while typing */
338#undef POINTER_BLANK 329#undef POINTER_BLANK
330
331/* Define to a fallback location of lastlogx */
332#undef PT_LASTLOGX_FILE
333
334/* Define to a fallback location of lastlog */
335#undef PT_LASTLOG_FILE
336
337/* Define to a fallback location of utmp */
338#undef PT_UTMP_FILE
339
340/* Define to a fallback location of wtmpx */
341#undef PT_WTMPX_FILE
342
343/* Define to a fallback location of wtmp */
344#undef PT_WTMP_FILE
339 345
340/* Resource class */ 346/* Resource class */
341#undef RESCLASS 347#undef RESCLASS
342 348
343/* Fallback resource class */ 349/* Fallback resource class */
407 413
408/* Define if you want to have XIM (X Input Method) protocol support - required 414/* Define if you want to have XIM (X Input Method) protocol support - required
409 for multibyte characters input */ 415 for multibyte characters input */
410#undef USE_XIM 416#undef USE_XIM
411 417
412/* Define location of utmp */
413#undef UTMP_FILE
414
415/* Define if you want to have utmp/utmpx support */ 418/* Define if you want to have utmp/utmpx support */
416#undef UTMP_SUPPORT 419#undef UTMP_SUPPORT
417
418/* Define location of wtmpx */
419#undef WTMPX_FILE
420
421/* Define location of wtmp */
422#undef WTMP_FILE
423 420
424/* Define if you want to have wtmp support when utmp/utmpx is enabled */ 421/* Define if you want to have wtmp support when utmp/utmpx is enabled */
425#undef WTMP_SUPPORT 422#undef WTMP_SUPPORT
426 423
427/* Define to enable xft support */ 424/* Define to enable xft support */
455/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>, 452/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
456 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 453 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
457 #define below would cause a syntax error. */ 454 #define below would cause a syntax error. */
458#undef _UINT32_T 455#undef _UINT32_T
459 456
460/* Needed to get declarations for msg_control and msg_controllen on Solaris */ 457/* Enable declarations of msg_control and msg_controllen on Solaris */
461#undef _XOPEN_SOURCE 458#undef _XOPEN_SOURCE
459
460/* Enable declarations in utmp.h on Solaris when the XPG4v2 namespace is
461 active */
462#undef __EXTENSIONS__
462 463
463/* Define to `int' if <sys/types.h> doesn't define. */ 464/* Define to `int' if <sys/types.h> doesn't define. */
464#undef gid_t 465#undef gid_t
465 466
466/* Define to the type of a signed integer type of width exactly 16 bits if 467/* Define to the type of a signed integer type of width exactly 16 bits if

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines