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.48 by root, Fri Mar 1 12:50:44 2013 UTC vs.
Revision 1.52 by root, Wed Jan 22 13:57:10 2020 UTC

49#undef HAVE_EPOLL_CTL 49#undef HAVE_EPOLL_CTL
50 50
51/* Define to 1 if you have the `eventfd' function. */ 51/* Define to 1 if you have the `eventfd' function. */
52#undef HAVE_EVENTFD 52#undef HAVE_EVENTFD
53 53
54/* Define to 1 if you have the `FcPatternGet' function. */
55#undef HAVE_FCPATTERNGET
56
54/* Define to 1 if the floor function is available */ 57/* Define to 1 if the floor function is available */
55#undef HAVE_FLOOR 58#undef HAVE_FLOOR
56 59
57/* Define to 1 if you have the <fontconfig/fontconfig.h> header file. */ 60/* Define to 1 if you have the <fontconfig/fontconfig.h> header file. */
58#undef HAVE_FONTCONFIG_FONTCONFIG_H 61#undef HAVE_FONTCONFIG_FONTCONFIG_H
67#undef HAVE_INTTYPES_H 70#undef HAVE_INTTYPES_H
68 71
69/* Define to 1 if you have the `isastream' function. */ 72/* Define to 1 if you have the `isastream' function. */
70#undef HAVE_ISASTREAM 73#undef HAVE_ISASTREAM
71 74
75/* Define to 1 if linux/fs.h defined kernel_rwf_t */
76#undef HAVE_KERNEL_RWF_T
77
72/* Define to 1 if you have the `kqueue' function. */ 78/* Define to 1 if you have the `kqueue' function. */
73#undef HAVE_KQUEUE 79#undef HAVE_KQUEUE
74 80
75/* Define to 1 if you have the <lastlog.h> header file. */ 81/* Define to 1 if you have the <lastlog.h> header file. */
76#undef HAVE_LASTLOG_H 82#undef HAVE_LASTLOG_H
79#undef HAVE_LIBRT 85#undef HAVE_LIBRT
80 86
81/* Define to 1 if you have the <libutil.h> header file. */ 87/* Define to 1 if you have the <libutil.h> header file. */
82#undef HAVE_LIBUTIL_H 88#undef HAVE_LIBUTIL_H
83 89
90/* Define to 1 if you have the <linux/aio_abi.h> header file. */
91#undef HAVE_LINUX_AIO_ABI_H
92
93/* Define to 1 if you have the <linux/fs.h> header file. */
94#undef HAVE_LINUX_FS_H
95
84/* Define to 1 if you have the <memory.h> header file. */ 96/* Define to 1 if you have the <memory.h> header file. */
85#undef HAVE_MEMORY_H 97#undef HAVE_MEMORY_H
86 98
87/* Define to 1 if you have the `nanosleep' function. */ 99/* Define to 1 if you have the `nanosleep' function. */
88#undef HAVE_NANOSLEEP 100#undef HAVE_NANOSLEEP
195/* Define to 1 if you have the <sys/stat.h> header file. */ 207/* Define to 1 if you have the <sys/stat.h> header file. */
196#undef HAVE_SYS_STAT_H 208#undef HAVE_SYS_STAT_H
197 209
198/* Define to 1 if you have the <sys/strredir.h> header file. */ 210/* Define to 1 if you have the <sys/strredir.h> header file. */
199#undef HAVE_SYS_STRREDIR_H 211#undef HAVE_SYS_STRREDIR_H
212
213/* Define to 1 if you have the <sys/timerfd.h> header file. */
214#undef HAVE_SYS_TIMERFD_H
200 215
201/* Define to 1 if you have the <sys/types.h> header file. */ 216/* Define to 1 if you have the <sys/types.h> header file. */
202#undef HAVE_SYS_TYPES_H 217#undef HAVE_SYS_TYPES_H
203 218
204/* Define to 1 if you have the <unistd.h> header file. */ 219/* Define to 1 if you have the <unistd.h> header file. */
241/* Define to 1 if you have the <wchar.h> header file. */ 256/* Define to 1 if you have the <wchar.h> header file. */
242#undef HAVE_WCHAR_H 257#undef HAVE_WCHAR_H
243 258
244/* Define to 1 if you have the <X11/Xft/Xft.h> header file. */ 259/* Define to 1 if you have the <X11/Xft/Xft.h> header file. */
245#undef HAVE_X11_XFT_XFT_H 260#undef HAVE_X11_XFT_XFT_H
261
262/* Define to 1 if you have the `XftDrawString32' function. */
263#undef HAVE_XFTDRAWSTRING32
264
265/* Define to enable Xmu support */
266#undef HAVE_XMU
246 267
247/* Define if setlocale (defined to Xsetlocale) works */ 268/* Define if setlocale (defined to Xsetlocale) works */
248#undef HAVE_XSETLOCALE 269#undef HAVE_XSETLOCALE
249 270
250/* 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