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.43 by root, Thu Jan 19 17:10:54 2012 UTC

48/* Define to 1 if you have the `clock_gettime' function. */ 48/* Define to 1 if you have the `clock_gettime' function. */
49#undef HAVE_CLOCK_GETTIME 49#undef HAVE_CLOCK_GETTIME
50 50
51/* Define to 1 to use the syscall interface for clock_gettime */ 51/* Define to 1 to use the syscall interface for clock_gettime */
52#undef HAVE_CLOCK_SYSCALL 52#undef HAVE_CLOCK_SYSCALL
53
54/* Define to 1 if you have the <cwchar> header file. */
55#undef HAVE_CWCHAR
56 53
57/* Define to 1 if you have the `epoll_ctl' function. */ 54/* Define to 1 if you have the `epoll_ctl' function. */
58#undef HAVE_EPOLL_CTL 55#undef HAVE_EPOLL_CTL
59 56
60/* Define to 1 if you have the `eventfd' function. */ 57/* Define to 1 if you have the `eventfd' function. */
241/* Define to 1 if you have the <utmpx.h> header file. */ 238/* Define to 1 if you have the <utmpx.h> header file. */
242#undef HAVE_UTMPX_H 239#undef HAVE_UTMPX_H
243 240
244/* Define if struct utmpx contains ut_host */ 241/* Define if struct utmpx contains ut_host */
245#undef HAVE_UTMPX_HOST 242#undef HAVE_UTMPX_HOST
246
247/* Define if struct utmpx contains ut_session */
248#undef HAVE_UTMPX_SESSION
249 243
250/* Define to 1 if you have the <utmp.h> header file. */ 244/* Define to 1 if you have the <utmp.h> header file. */
251#undef HAVE_UTMP_H 245#undef HAVE_UTMP_H
252 246
253/* Define if struct utmp contains ut_host */ 247/* Define if struct utmp contains ut_host */
455/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>, 449/* 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 450 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
457 #define below would cause a syntax error. */ 451 #define below would cause a syntax error. */
458#undef _UINT32_T 452#undef _UINT32_T
459 453
460/* Needed to get declarations for msg_control and msg_controllen on Solaris */ 454/* Enable declarations of msg_control and msg_controllen on Solaris */
461#undef _XOPEN_SOURCE 455#undef _XOPEN_SOURCE
456
457/* Enable declarations in utmp.h on Solaris when the XPG4v2 namespace is
458 active */
459#undef __EXTENSIONS__
462 460
463/* Define to `int' if <sys/types.h> doesn't define. */ 461/* Define to `int' if <sys/types.h> doesn't define. */
464#undef gid_t 462#undef gid_t
465 463
466/* Define to the type of a signed integer type of width exactly 16 bits if 464/* 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