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.24 by root, Sun Dec 23 02:43:54 2007 UTC vs.
Revision 1.28 by root, Fri Sep 4 15:40:12 2009 UTC

50#undef HAVE_AFTERIMAGE 50#undef HAVE_AFTERIMAGE
51 51
52/* Define to 1 if you have the `clock_gettime' function. */ 52/* Define to 1 if you have the `clock_gettime' function. */
53#undef HAVE_CLOCK_GETTIME 53#undef HAVE_CLOCK_GETTIME
54 54
55/* "use syscall interface for clock_gettime" */
56#undef HAVE_CLOCK_SYSCALL
57
55/* Define to 1 if you have the <cwchar> header file. */ 58/* Define to 1 if you have the <cwchar> header file. */
56#undef HAVE_CWCHAR 59#undef HAVE_CWCHAR
57 60
58/* Define to 1 if you have /dev/ptym/clone */ 61/* Define to 1 if you have /dev/ptym/clone */
59#undef HAVE_DEV_CLONE 62#undef HAVE_DEV_CLONE
65#undef HAVE_DEV_PTMX 68#undef HAVE_DEV_PTMX
66 69
67/* Define to 1 if you have the `epoll_ctl' function. */ 70/* Define to 1 if you have the `epoll_ctl' function. */
68#undef HAVE_EPOLL_CTL 71#undef HAVE_EPOLL_CTL
69 72
73/* Define to 1 if you have the `eventfd' function. */
74#undef HAVE_EVENTFD
75
70/* Define to 1 if you have the `getpt' function. */ 76/* Define to 1 if you have the `getpt' function. */
71#undef HAVE_GETPT 77#undef HAVE_GETPT
72 78
73/* Define to 1 if you have the `inotify_init' function. */ 79/* Define to 1 if you have the `inotify_init' function. */
74#undef HAVE_INOTIFY_INIT 80#undef HAVE_INOTIFY_INIT
95#undef HAVE_LIBUTIL_H 101#undef HAVE_LIBUTIL_H
96 102
97/* Define to 1 if you have the <memory.h> header file. */ 103/* Define to 1 if you have the <memory.h> header file. */
98#undef HAVE_MEMORY_H 104#undef HAVE_MEMORY_H
99 105
100/* Define to 1 if you have the `nanonsleep' function. */ 106/* Define to 1 if you have the `nanosleep' function. */
101#undef HAVE_NANONSLEEP 107#undef HAVE_NANOSLEEP
102 108
103/* Define if nl_langinfo(CODESET) works */ 109/* Define if nl_langinfo(CODESET) works */
104#undef HAVE_NL_LANGINFO 110#undef HAVE_NL_LANGINFO
105 111
106/* Define to 1 if you have the `openpty' function. */ 112/* Define to 1 if you have the `openpty' function. */
143#undef HAVE_SETREUID 149#undef HAVE_SETREUID
144 150
145/* Define to 1 if you have the `setuid' function. */ 151/* Define to 1 if you have the `setuid' function. */
146#undef HAVE_SETUID 152#undef HAVE_SETUID
147 153
154/* Define to 1 if you have the `signalfd' function. */
155#undef HAVE_SIGNALFD
156
148/* Define to 1 if you have the <stdint.h> header file. */ 157/* Define to 1 if you have the <stdint.h> header file. */
149#undef HAVE_STDINT_H 158#undef HAVE_STDINT_H
150 159
151/* Define to 1 if you have the <stdlib.h> header file. */ 160/* Define to 1 if you have the <stdlib.h> header file. */
152#undef HAVE_STDLIB_H 161#undef HAVE_STDLIB_H
155#undef HAVE_STRINGS_H 164#undef HAVE_STRINGS_H
156 165
157/* Define to 1 if you have the <string.h> header file. */ 166/* Define to 1 if you have the <string.h> header file. */
158#undef HAVE_STRING_H 167#undef HAVE_STRING_H
159 168
169/* Define to 1 if you have the <stropts.h> header file. */
170#undef HAVE_STROPTS_H
171
160/* Define if utmp.h or lastlog.h has struct lastlog */ 172/* Define if utmp.h or lastlog.h has struct lastlog */
161#undef HAVE_STRUCT_LASTLOG 173#undef HAVE_STRUCT_LASTLOG
162 174
163/* Define if utmpx.h or lastlog.h has struct lastlogx */ 175/* Define if utmpx.h or lastlog.h has struct lastlogx */
164#undef HAVE_STRUCT_LASTLOGX 176#undef HAVE_STRUCT_LASTLOGX
173#undef HAVE_SYS_BYTEORDER_H 185#undef HAVE_SYS_BYTEORDER_H
174 186
175/* Define to 1 if you have the <sys/epoll.h> header file. */ 187/* Define to 1 if you have the <sys/epoll.h> header file. */
176#undef HAVE_SYS_EPOLL_H 188#undef HAVE_SYS_EPOLL_H
177 189
190/* Define to 1 if you have the <sys/eventfd.h> header file. */
191#undef HAVE_SYS_EVENTFD_H
192
178/* Define to 1 if you have the <sys/event.h> header file. */ 193/* Define to 1 if you have the <sys/event.h> header file. */
179#undef HAVE_SYS_EVENT_H 194#undef HAVE_SYS_EVENT_H
180 195
181/* Define to 1 if you have the <sys/inotify.h> header file. */ 196/* Define to 1 if you have the <sys/inotify.h> header file. */
182#undef HAVE_SYS_INOTIFY_H 197#undef HAVE_SYS_INOTIFY_H
187/* Define to 1 if you have the <sys/queue.h> header file. */ 202/* Define to 1 if you have the <sys/queue.h> header file. */
188#undef HAVE_SYS_QUEUE_H 203#undef HAVE_SYS_QUEUE_H
189 204
190/* Define to 1 if you have the <sys/select.h> header file. */ 205/* Define to 1 if you have the <sys/select.h> header file. */
191#undef HAVE_SYS_SELECT_H 206#undef HAVE_SYS_SELECT_H
207
208/* Define to 1 if you have the <sys/signalfd.h> header file. */
209#undef HAVE_SYS_SIGNALFD_H
192 210
193/* Define to 1 if you have the <sys/sockio.h> header file. */ 211/* Define to 1 if you have the <sys/sockio.h> header file. */
194#undef HAVE_SYS_SOCKIO_H 212#undef HAVE_SYS_SOCKIO_H
195 213
196/* Define to 1 if you have the <sys/stat.h> header file. */ 214/* Define to 1 if you have the <sys/stat.h> header file. */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines