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.26 by root, Mon May 5 16:51:52 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
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
201 207
208/* Define to 1 if you have the <sys/signalfd.h> header file. */
209#undef HAVE_SYS_SIGNALFD_H
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. */
206#undef HAVE_SYS_STAT_H 215#undef HAVE_SYS_STAT_H
211/* Define to 1 if you have the <sys/strredir.h> header file. */ 220/* Define to 1 if you have the <sys/strredir.h> header file. */
212#undef HAVE_SYS_STRREDIR_H 221#undef HAVE_SYS_STRREDIR_H
213 222
214/* Define to 1 if you have the <sys/types.h> header file. */ 223/* Define to 1 if you have the <sys/types.h> header file. */
215#undef HAVE_SYS_TYPES_H 224#undef HAVE_SYS_TYPES_H
216
217/* Define to 1 if you have the `ttyslot' function. */
218#undef HAVE_TTYSLOT
219 225
220/* Define to 1 if you have the <unistd.h> header file. */ 226/* Define to 1 if you have the <unistd.h> header file. */
221#undef HAVE_UNISTD_H 227#undef HAVE_UNISTD_H
222 228
223/* Define if sys/socket.h defines the necessary macros/functions for file 229/* Define if sys/socket.h defines the necessary macros/functions for file
225#undef HAVE_UNIX_FDPASS 231#undef HAVE_UNIX_FDPASS
226 232
227/* Define to 1 if you have the `unsetenv' function. */ 233/* Define to 1 if you have the `unsetenv' function. */
228#undef HAVE_UNSETENV 234#undef HAVE_UNSETENV
229 235
236/* Define to 1 if you have the `updlastlogx' function. */
237#undef HAVE_UPDLASTLOGX
238
230/* Define to 1 if you have the `updwtmp' function. */ 239/* Define to 1 if you have the `updwtmp' function. */
231#undef HAVE_UPDWTMP 240#undef HAVE_UPDWTMP
232 241
233/* Define to 1 if you have the `updwtmpx' function. */ 242/* Define to 1 if you have the `updwtmpx' function. */
234#undef HAVE_UPDWTMPX 243#undef HAVE_UPDWTMPX
275/* Define location of lastlogx */ 284/* Define location of lastlogx */
276#undef LASTLOGX_FILE 285#undef LASTLOGX_FILE
277 286
278/* Define location of lastlog */ 287/* Define location of lastlog */
279#undef LASTLOG_FILE 288#undef LASTLOG_FILE
280
281/* Define if lastlog is provided via a directory */
282#undef LASTLOG_IS_DIR
283 289
284/* Define if you want to have lastlog support when utmp/utmpx is enabled */ 290/* Define if you want to have lastlog support when utmp/utmpx is enabled */
285#undef LASTLOG_SUPPORT 291#undef LASTLOG_SUPPORT
286 292
287/* Define to have CTRL cause wheel events to accelerate scrolling. Release 293/* Define to have CTRL cause wheel events to accelerate scrolling. Release
288 CTRL to halt scrolling */ 294 CTRL to halt scrolling */
289#undef MOUSE_SLIP_WHEELING 295#undef MOUSE_SLIP_WHEELING
290 296
291/* Define to use wheel events (button4 and button5) to scroll */ 297/* Define to use wheel events (button4 and button5) to scroll */
292#undef MOUSE_WHEEL 298#undef MOUSE_WHEEL
299
300/* Disable assertions (good for debugging) */
301#undef NDEBUG
293 302
294/* Support NeXT style scrollbars */ 303/* Support NeXT style scrollbars */
295#undef NEXT_SCROLLBAR 304#undef NEXT_SCROLLBAR
296 305
297/* 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