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.36 by root, Mon Jan 3 03:05:46 2011 UTC vs.
Revision 1.38 by root, Sun Feb 20 06:05:51 2011 UTC

49#undef HAVE_AFTERIMAGE 49#undef HAVE_AFTERIMAGE
50 50
51/* Define to 1 if you have the `clock_gettime' function. */ 51/* Define to 1 if you have the `clock_gettime' function. */
52#undef HAVE_CLOCK_GETTIME 52#undef HAVE_CLOCK_GETTIME
53 53
54/* "use syscall interface for clock_gettime" */ 54/* Define to 1 to use the syscall interface for clock_gettime */
55#undef HAVE_CLOCK_SYSCALL 55#undef HAVE_CLOCK_SYSCALL
56 56
57/* Define to 1 if you have the <cwchar> header file. */ 57/* Define to 1 if you have the <cwchar> header file. */
58#undef HAVE_CWCHAR 58#undef HAVE_CWCHAR
59 59
64#undef HAVE_EPOLL_CTL 64#undef HAVE_EPOLL_CTL
65 65
66/* Define to 1 if you have the `eventfd' function. */ 66/* Define to 1 if you have the `eventfd' function. */
67#undef HAVE_EVENTFD 67#undef HAVE_EVENTFD
68 68
69/* Define to 1 if the floor function is available */
70#undef HAVE_FLOOR
71
69/* Define to 1 if you have the <fontconfig/fontconfig.h> header file. */ 72/* Define to 1 if you have the <fontconfig/fontconfig.h> header file. */
70#undef HAVE_FONTCONFIG_FONTCONFIG_H 73#undef HAVE_FONTCONFIG_FONTCONFIG_H
71 74
72/* Define to 1 if you have the `getpt' function. */ 75/* Define to 1 if you have the `getpt' function. */
73#undef HAVE_GETPT 76#undef HAVE_GETPT
85#undef HAVE_KQUEUE 88#undef HAVE_KQUEUE
86 89
87/* Define to 1 if you have the <lastlog.h> header file. */ 90/* Define to 1 if you have the <lastlog.h> header file. */
88#undef HAVE_LASTLOG_H 91#undef HAVE_LASTLOG_H
89 92
90/* Define to 1 if you have the `m' library (-lm). */
91#undef HAVE_LIBM
92
93/* Define to 1 if you have the `rt' library (-lrt). */ 93/* Define to 1 if you have the `rt' library (-lrt). */
94#undef HAVE_LIBRT 94#undef HAVE_LIBRT
95 95
96/* Define to 1 if you have the <libutil.h> header file. */ 96/* Define to 1 if you have the <libutil.h> header file. */
97#undef HAVE_LIBUTIL_H 97#undef HAVE_LIBUTIL_H
177/* Define if utmp.h has struct utmp */ 177/* Define if utmp.h has struct utmp */
178#undef HAVE_STRUCT_UTMP 178#undef HAVE_STRUCT_UTMP
179 179
180/* Define if utmpx.h has struct utmpx */ 180/* Define if utmpx.h has struct utmpx */
181#undef HAVE_STRUCT_UTMPX 181#undef HAVE_STRUCT_UTMPX
182
183/* Define to 1 if you have the <sys/byteorder.h> header file. */
184#undef HAVE_SYS_BYTEORDER_H
182 185
183/* Define to 1 if you have the <sys/epoll.h> header file. */ 186/* Define to 1 if you have the <sys/epoll.h> header file. */
184#undef HAVE_SYS_EPOLL_H 187#undef HAVE_SYS_EPOLL_H
185 188
186/* Define to 1 if you have the <sys/eventfd.h> header file. */ 189/* Define to 1 if you have the <sys/eventfd.h> header file. */
259/* Define to 1 if you have the <wchar.h> header file. */ 262/* Define to 1 if you have the <wchar.h> header file. */
260#undef HAVE_WCHAR_H 263#undef HAVE_WCHAR_H
261 264
262/* Define to 1 if you have the <X11/Xft/Xft.h> header file. */ 265/* Define to 1 if you have the <X11/Xft/Xft.h> header file. */
263#undef HAVE_X11_XFT_XFT_H 266#undef HAVE_X11_XFT_XFT_H
264
265/* Define if you have XPointer typedef */
266#undef HAVE_XPOINTER
267 267
268/* Define if setlocale (defined to Xsetlocale) works */ 268/* Define if setlocale (defined to Xsetlocale) works */
269#undef HAVE_XSETLOCALE 269#undef HAVE_XSETLOCALE
270 270
271/* Define to 1 if you have the `_getpty' function. */ 271/* Define to 1 if you have the `_getpty' function. */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines