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.29 by root, Sat Dec 26 10:24:04 2009 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
55/* "use syscall interface for clock_gettime" */
56#undef HAVE_CLOCK_SYSCALL
57
58/* Define to 1 if you have the <cwchar> header file. */ 58/* Define to 1 if you have the <cwchar> header file. */
59#undef HAVE_CWCHAR 59#undef HAVE_CWCHAR
60 60
61/* Define to 1 if you have /dev/ptym/clone */ 61/* Define to 1 if you have /dev/ptym/clone */
62#undef HAVE_DEV_CLONE 62#undef HAVE_DEV_CLONE
68#undef HAVE_DEV_PTMX 68#undef HAVE_DEV_PTMX
69 69
70/* Define to 1 if you have the `epoll_ctl' function. */ 70/* Define to 1 if you have the `epoll_ctl' function. */
71#undef HAVE_EPOLL_CTL 71#undef HAVE_EPOLL_CTL
72 72
73/* Define to 1 if you have the `eventfd' function. */
74#undef HAVE_EVENTFD
75
73/* Define to 1 if you have the `getpt' function. */ 76/* Define to 1 if you have the `getpt' function. */
74#undef HAVE_GETPT 77#undef HAVE_GETPT
75 78
76/* Define to 1 if you have the `inotify_init' function. */ 79/* Define to 1 if you have the `inotify_init' function. */
77#undef HAVE_INOTIFY_INIT 80#undef HAVE_INOTIFY_INIT
98#undef HAVE_LIBUTIL_H 101#undef HAVE_LIBUTIL_H
99 102
100/* Define to 1 if you have the <memory.h> header file. */ 103/* Define to 1 if you have the <memory.h> header file. */
101#undef HAVE_MEMORY_H 104#undef HAVE_MEMORY_H
102 105
106/* Define to 1 if you have the `nanosleep' function. */
107#undef HAVE_NANOSLEEP
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. */
107#undef HAVE_OPENPTY 113#undef HAVE_OPENPTY
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. */
276 CTRL to halt scrolling */ 294 CTRL to halt scrolling */
277#undef MOUSE_SLIP_WHEELING 295#undef MOUSE_SLIP_WHEELING
278 296
279/* Define to use wheel events (button4 and button5) to scroll */ 297/* Define to use wheel events (button4 and button5) to scroll */
280#undef MOUSE_WHEEL 298#undef MOUSE_WHEEL
299
300/* Disable assertions (good for debugging) */
301#undef NDEBUG
281 302
282/* Support NeXT style scrollbars */ 303/* Support NeXT style scrollbars */
283#undef NEXT_SCROLLBAR 304#undef NEXT_SCROLLBAR
284 305
285/* Define if you don't want support for the backspace key */ 306/* Define if you don't want support for the backspace key */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines