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.23 by ayin, Tue Dec 11 18:32:07 2007 UTC vs.
Revision 1.27 by root, Sat Nov 8 16:49:46 2008 UTC

47#undef ENCODING_ZH_EXT 47#undef ENCODING_ZH_EXT
48 48
49/* Define if you want to use libAfterImage for image processing */ 49/* Define if you want to use libAfterImage for image processing */
50#undef HAVE_AFTERIMAGE 50#undef HAVE_AFTERIMAGE
51 51
52/* Define to 1 if you have the <clocale> header file. */
53#undef HAVE_CLOCALE
54
55/* Define to 1 if you have the `clock_gettime' function. */ 52/* Define to 1 if you have the `clock_gettime' function. */
56#undef HAVE_CLOCK_GETTIME 53#undef HAVE_CLOCK_GETTIME
57 54
58/* Define to 1 if you have the <cwchar> header file. */ 55/* Define to 1 if you have the <cwchar> header file. */
59#undef HAVE_CWCHAR 56#undef HAVE_CWCHAR
68#undef HAVE_DEV_PTMX 65#undef HAVE_DEV_PTMX
69 66
70/* Define to 1 if you have the `epoll_ctl' function. */ 67/* Define to 1 if you have the `epoll_ctl' function. */
71#undef HAVE_EPOLL_CTL 68#undef HAVE_EPOLL_CTL
72 69
70/* Define to 1 if you have the `eventfd' function. */
71#undef HAVE_EVENTFD
72
73/* Define to 1 if you have the `getpt' function. */ 73/* Define to 1 if you have the `getpt' function. */
74#undef HAVE_GETPT 74#undef HAVE_GETPT
75 75
76/* Define to 1 if you have the `inotify_init' function. */ 76/* Define to 1 if you have the `inotify_init' function. */
77#undef HAVE_INOTIFY_INIT 77#undef HAVE_INOTIFY_INIT
98#undef HAVE_LIBUTIL_H 98#undef HAVE_LIBUTIL_H
99 99
100/* Define to 1 if you have the <memory.h> header file. */ 100/* Define to 1 if you have the <memory.h> header file. */
101#undef HAVE_MEMORY_H 101#undef HAVE_MEMORY_H
102 102
103/* Define to 1 if you have the `nanosleep' function. */
104#undef HAVE_NANOSLEEP
105
103/* Define if nl_langinfo(CODESET) works */ 106/* Define if nl_langinfo(CODESET) works */
104#undef HAVE_NL_LANGINFO 107#undef HAVE_NL_LANGINFO
105 108
106/* Define to 1 if you have the `openpty' function. */ 109/* Define to 1 if you have the `openpty' function. */
107#undef HAVE_OPENPTY 110#undef HAVE_OPENPTY
155#undef HAVE_STRINGS_H 158#undef HAVE_STRINGS_H
156 159
157/* Define to 1 if you have the <string.h> header file. */ 160/* Define to 1 if you have the <string.h> header file. */
158#undef HAVE_STRING_H 161#undef HAVE_STRING_H
159 162
163/* Define to 1 if you have the <stropts.h> header file. */
164#undef HAVE_STROPTS_H
165
160/* Define if utmp.h or lastlog.h has struct lastlog */ 166/* Define if utmp.h or lastlog.h has struct lastlog */
161#undef HAVE_STRUCT_LASTLOG 167#undef HAVE_STRUCT_LASTLOG
162 168
163/* Define if utmpx.h or lastlog.h has struct lastlogx */ 169/* Define if utmpx.h or lastlog.h has struct lastlogx */
164#undef HAVE_STRUCT_LASTLOGX 170#undef HAVE_STRUCT_LASTLOGX
172/* Define to 1 if you have the <sys/byteorder.h> header file. */ 178/* Define to 1 if you have the <sys/byteorder.h> header file. */
173#undef HAVE_SYS_BYTEORDER_H 179#undef HAVE_SYS_BYTEORDER_H
174 180
175/* Define to 1 if you have the <sys/epoll.h> header file. */ 181/* Define to 1 if you have the <sys/epoll.h> header file. */
176#undef HAVE_SYS_EPOLL_H 182#undef HAVE_SYS_EPOLL_H
183
184/* Define to 1 if you have the <sys/eventfd.h> header file. */
185#undef HAVE_SYS_EVENTFD_H
177 186
178/* Define to 1 if you have the <sys/event.h> header file. */ 187/* Define to 1 if you have the <sys/event.h> header file. */
179#undef HAVE_SYS_EVENT_H 188#undef HAVE_SYS_EVENT_H
180 189
181/* Define to 1 if you have the <sys/inotify.h> header file. */ 190/* Define to 1 if you have the <sys/inotify.h> header file. */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines