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.37 by sf-exg, Mon Jan 3 10:32:07 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
84/* Define to 1 if you have the `kqueue' function. */ 87/* Define to 1 if you have the `kqueue' function. */
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
90/* Define to 1 if you have the `m' library (-lm). */
91#undef HAVE_LIBM
92 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. */
262/* Define to 1 if you have the <wchar.h> header file. */ 262/* Define to 1 if you have the <wchar.h> header file. */
263#undef HAVE_WCHAR_H 263#undef HAVE_WCHAR_H
264 264
265/* 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. */
266#undef HAVE_X11_XFT_XFT_H 266#undef HAVE_X11_XFT_XFT_H
267
268/* Define if you have XPointer typedef */
269#undef HAVE_XPOINTER
270 267
271/* Define if setlocale (defined to Xsetlocale) works */ 268/* Define if setlocale (defined to Xsetlocale) works */
272#undef HAVE_XSETLOCALE 269#undef HAVE_XSETLOCALE
273 270
274/* 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