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.45 by root, Sun Jun 10 16:17:39 2012 UTC vs.
Revision 1.52 by root, Wed Jan 22 13:57:10 2020 UTC

1/* config.h.in. Generated from configure.ac by autoheader. */ 1/* config.h.in. Generated from configure.ac by autoheader. */
2
3/* Define if you want to have sexy-looking background pixmaps. */
4#undef BG_IMAGE_FROM_FILE
5 2
6/* Define if you want 8 bit control sequences */ 3/* Define if you want 8 bit control sequences */
7#undef EIGHT_BIT_CONTROLS 4#undef EIGHT_BIT_CONTROLS
8 5
9/* Define if you want to automatically compose combining characters */ 6/* Define if you want to automatically compose combining characters */
52#undef HAVE_EPOLL_CTL 49#undef HAVE_EPOLL_CTL
53 50
54/* Define to 1 if you have the `eventfd' function. */ 51/* Define to 1 if you have the `eventfd' function. */
55#undef HAVE_EVENTFD 52#undef HAVE_EVENTFD
56 53
54/* Define to 1 if you have the `FcPatternGet' function. */
55#undef HAVE_FCPATTERNGET
56
57/* Define to 1 if the floor function is available */ 57/* Define to 1 if the floor function is available */
58#undef HAVE_FLOOR 58#undef HAVE_FLOOR
59 59
60/* 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. */
61#undef HAVE_FONTCONFIG_FONTCONFIG_H 61#undef HAVE_FONTCONFIG_FONTCONFIG_H
70#undef HAVE_INTTYPES_H 70#undef HAVE_INTTYPES_H
71 71
72/* Define to 1 if you have the `isastream' function. */ 72/* Define to 1 if you have the `isastream' function. */
73#undef HAVE_ISASTREAM 73#undef HAVE_ISASTREAM
74 74
75/* Define to 1 if linux/fs.h defined kernel_rwf_t */
76#undef HAVE_KERNEL_RWF_T
77
75/* Define to 1 if you have the `kqueue' function. */ 78/* Define to 1 if you have the `kqueue' function. */
76#undef HAVE_KQUEUE 79#undef HAVE_KQUEUE
77 80
78/* Define to 1 if you have the <lastlog.h> header file. */ 81/* Define to 1 if you have the <lastlog.h> header file. */
79#undef HAVE_LASTLOG_H 82#undef HAVE_LASTLOG_H
82#undef HAVE_LIBRT 85#undef HAVE_LIBRT
83 86
84/* Define to 1 if you have the <libutil.h> header file. */ 87/* Define to 1 if you have the <libutil.h> header file. */
85#undef HAVE_LIBUTIL_H 88#undef HAVE_LIBUTIL_H
86 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
87/* Define to 1 if you have the <memory.h> header file. */ 96/* Define to 1 if you have the <memory.h> header file. */
88#undef HAVE_MEMORY_H 97#undef HAVE_MEMORY_H
89 98
90/* Define to 1 if you have the `nanosleep' function. */ 99/* Define to 1 if you have the `nanosleep' function. */
91#undef HAVE_NANOSLEEP 100#undef HAVE_NANOSLEEP
198/* 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. */
199#undef HAVE_SYS_STAT_H 208#undef HAVE_SYS_STAT_H
200 209
201/* 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. */
202#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
203 215
204/* 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. */
205#undef HAVE_SYS_TYPES_H 217#undef HAVE_SYS_TYPES_H
206 218
207/* Define to 1 if you have the <unistd.h> header file. */ 219/* Define to 1 if you have the <unistd.h> header file. */
244/* Define to 1 if you have the <wchar.h> header file. */ 256/* Define to 1 if you have the <wchar.h> header file. */
245#undef HAVE_WCHAR_H 257#undef HAVE_WCHAR_H
246 258
247/* 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. */
248#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
249 267
250/* Define if setlocale (defined to Xsetlocale) works */ 268/* Define if setlocale (defined to Xsetlocale) works */
251#undef HAVE_XSETLOCALE 269#undef HAVE_XSETLOCALE
252 270
253/* 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