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.40 by mikachu, Tue Nov 15 01:13:49 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. */
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 243
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. */ 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 */
254#undef HAVE_UTMP_HOST 248#undef HAVE_UTMP_HOST
268/* Define to 1 if you have the `_getpty' function. */ 262/* Define to 1 if you have the `_getpty' function. */
269#undef HAVE__GETPTY 263#undef HAVE__GETPTY
270 264
271/* Define if you want ISO 14755 extended support */ 265/* Define if you want ISO 14755 extended support */
272#undef ISO_14755 266#undef ISO_14755
273
274/* Define location of lastlogx */
275#undef LASTLOGX_FILE
276
277/* Define location of lastlog */
278#undef LASTLOG_FILE
279 267
280/* Define if you want to have lastlog support when utmp/utmpx is enabled */ 268/* Define if you want to have lastlog support when utmp/utmpx is enabled */
281#undef LASTLOG_SUPPORT 269#undef LASTLOG_SUPPORT
282 270
283/* Define to have CTRL cause wheel events to accelerate scrolling. Release 271/* Define to have CTRL cause wheel events to accelerate scrolling. Release
334/* Support plain style scrollbars */ 322/* Support plain style scrollbars */
335#undef PLAIN_SCROLLBAR 323#undef PLAIN_SCROLLBAR
336 324
337/* Define if you want to hide the pointer while typing */ 325/* Define if you want to hide the pointer while typing */
338#undef POINTER_BLANK 326#undef POINTER_BLANK
327
328/* Define to a fallback location of lastlogx */
329#undef PT_LASTLOGX_FILE
330
331/* Define to a fallback location of lastlog */
332#undef PT_LASTLOG_FILE
333
334/* Define to a fallback location of utmp */
335#undef PT_UTMP_FILE
336
337/* Define to a fallback location of wtmpx */
338#undef PT_WTMPX_FILE
339
340/* Define to a fallback location of wtmp */
341#undef PT_WTMP_FILE
339 342
340/* Resource class */ 343/* Resource class */
341#undef RESCLASS 344#undef RESCLASS
342 345
343/* Fallback resource class */ 346/* Fallback resource class */
407 410
408/* Define if you want to have XIM (X Input Method) protocol support - required 411/* Define if you want to have XIM (X Input Method) protocol support - required
409 for multibyte characters input */ 412 for multibyte characters input */
410#undef USE_XIM 413#undef USE_XIM
411 414
412/* Define location of utmp */
413#undef UTMP_FILE
414
415/* Define if you want to have utmp/utmpx support */ 415/* Define if you want to have utmp/utmpx support */
416#undef UTMP_SUPPORT 416#undef UTMP_SUPPORT
417
418/* Define location of wtmpx */
419#undef WTMPX_FILE
420
421/* Define location of wtmp */
422#undef WTMP_FILE
423 417
424/* Define if you want to have wtmp support when utmp/utmpx is enabled */ 418/* Define if you want to have wtmp support when utmp/utmpx is enabled */
425#undef WTMP_SUPPORT 419#undef WTMP_SUPPORT
426 420
427/* Define to enable xft support */ 421/* Define to enable xft support */
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