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.35 by root, Mon Dec 13 17:04:24 2010 UTC vs.
Revision 1.39 by root, Mon May 30 23:09:43 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
166#undef HAVE_STRING_H 166#undef HAVE_STRING_H
167 167
168/* Define to 1 if you have the <stropts.h> header file. */ 168/* Define to 1 if you have the <stropts.h> header file. */
169#undef HAVE_STROPTS_H 169#undef HAVE_STROPTS_H
170 170
171/* Define if utmp.h or lastlog.h has struct lastlog */ 171/* Define to 1 if the system has the type `struct lastlog'. */
172#undef HAVE_STRUCT_LASTLOG 172#undef HAVE_STRUCT_LASTLOG
173 173
174/* Define if utmpx.h or lastlog.h has struct lastlogx */ 174/* Define to 1 if the system has the type `struct lastlogx'. */
175#undef HAVE_STRUCT_LASTLOGX 175#undef HAVE_STRUCT_LASTLOGX
176 176
177/* Define if utmp.h has struct utmp */ 177/* Define to 1 if the system has the type `struct utmp'. */
178#undef HAVE_STRUCT_UTMP 178#undef HAVE_STRUCT_UTMP
179 179
180/* Define if utmpx.h has struct utmpx */ 180/* Define to 1 if the system has the type `struct utmpx'. */
181#undef HAVE_STRUCT_UTMPX 181#undef HAVE_STRUCT_UTMPX
182 182
183/* Define to 1 if you have the <sys/byteorder.h> header file. */ 183/* Define to 1 if you have the <sys/byteorder.h> header file. */
184#undef HAVE_SYS_BYTEORDER_H 184#undef HAVE_SYS_BYTEORDER_H
185 185
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