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.41 by sf-exg, Sun Nov 27 15:18:44 2011 UTC vs.
Revision 1.42 by sf-exg, Thu Jan 19 11:09:56 2012 UTC

241/* Define to 1 if you have the <utmpx.h> header file. */ 241/* Define to 1 if you have the <utmpx.h> header file. */
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
247/* Define if struct utmpx contains ut_session */
248#undef HAVE_UTMPX_SESSION
249 246
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 */
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