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.27 by root, Sat Nov 8 16:49:46 2008 UTC vs.
Revision 1.29 by root, Sat Dec 26 10:24:04 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
146#undef HAVE_SETREUID 149#undef HAVE_SETREUID
147 150
148/* Define to 1 if you have the `setuid' function. */ 151/* Define to 1 if you have the `setuid' function. */
149#undef HAVE_SETUID 152#undef HAVE_SETUID
150 153
154/* Define to 1 if you have the `signalfd' function. */
155#undef HAVE_SIGNALFD
156
151/* Define to 1 if you have the <stdint.h> header file. */ 157/* Define to 1 if you have the <stdint.h> header file. */
152#undef HAVE_STDINT_H 158#undef HAVE_STDINT_H
153 159
154/* Define to 1 if you have the <stdlib.h> header file. */ 160/* Define to 1 if you have the <stdlib.h> header file. */
155#undef HAVE_STDLIB_H 161#undef HAVE_STDLIB_H
196/* 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. */
197#undef HAVE_SYS_QUEUE_H 203#undef HAVE_SYS_QUEUE_H
198 204
199/* 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. */
200#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
201 210
202/* 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. */
203#undef HAVE_SYS_SOCKIO_H 212#undef HAVE_SYS_SOCKIO_H
204 213
205/* 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. */
285 CTRL to halt scrolling */ 294 CTRL to halt scrolling */
286#undef MOUSE_SLIP_WHEELING 295#undef MOUSE_SLIP_WHEELING
287 296
288/* Define to use wheel events (button4 and button5) to scroll */ 297/* Define to use wheel events (button4 and button5) to scroll */
289#undef MOUSE_WHEEL 298#undef MOUSE_WHEEL
299
300/* Disable assertions (good for debugging) */
301#undef NDEBUG
290 302
291/* Support NeXT style scrollbars */ 303/* Support NeXT style scrollbars */
292#undef NEXT_SCROLLBAR 304#undef NEXT_SCROLLBAR
293 305
294/* 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