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.25 by root, Mon Dec 24 08:00:14 2007 UTC vs.
Revision 1.26 by root, Mon May 5 16:51:52 2008 UTC

65#undef HAVE_DEV_PTMX 65#undef HAVE_DEV_PTMX
66 66
67/* Define to 1 if you have the `epoll_ctl' function. */ 67/* Define to 1 if you have the `epoll_ctl' function. */
68#undef HAVE_EPOLL_CTL 68#undef HAVE_EPOLL_CTL
69 69
70/* Define to 1 if you have the `eventfd' function. */
71#undef HAVE_EVENTFD
72
70/* Define to 1 if you have the `getpt' function. */ 73/* Define to 1 if you have the `getpt' function. */
71#undef HAVE_GETPT 74#undef HAVE_GETPT
72 75
73/* Define to 1 if you have the `inotify_init' function. */ 76/* Define to 1 if you have the `inotify_init' function. */
74#undef HAVE_INOTIFY_INIT 77#undef HAVE_INOTIFY_INIT
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
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
177 183
184/* Define to 1 if you have the <sys/eventfd.h> header file. */
185#undef HAVE_SYS_EVENTFD_H
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. */
182#undef HAVE_SYS_INOTIFY_H 191#undef HAVE_SYS_INOTIFY_H
202/* Define to 1 if you have the <sys/strredir.h> header file. */ 211/* Define to 1 if you have the <sys/strredir.h> header file. */
203#undef HAVE_SYS_STRREDIR_H 212#undef HAVE_SYS_STRREDIR_H
204 213
205/* Define to 1 if you have the <sys/types.h> header file. */ 214/* Define to 1 if you have the <sys/types.h> header file. */
206#undef HAVE_SYS_TYPES_H 215#undef HAVE_SYS_TYPES_H
216
217/* Define to 1 if you have the `ttyslot' function. */
218#undef HAVE_TTYSLOT
207 219
208/* Define to 1 if you have the <unistd.h> header file. */ 220/* Define to 1 if you have the <unistd.h> header file. */
209#undef HAVE_UNISTD_H 221#undef HAVE_UNISTD_H
210 222
211/* Define if sys/socket.h defines the necessary macros/functions for file 223/* Define if sys/socket.h defines the necessary macros/functions for file
213#undef HAVE_UNIX_FDPASS 225#undef HAVE_UNIX_FDPASS
214 226
215/* Define to 1 if you have the `unsetenv' function. */ 227/* Define to 1 if you have the `unsetenv' function. */
216#undef HAVE_UNSETENV 228#undef HAVE_UNSETENV
217 229
218/* Define to 1 if you have the `updlastlogx' function. */
219#undef HAVE_UPDLASTLOGX
220
221/* Define to 1 if you have the `updwtmp' function. */ 230/* Define to 1 if you have the `updwtmp' function. */
222#undef HAVE_UPDWTMP 231#undef HAVE_UPDWTMP
223 232
224/* Define to 1 if you have the `updwtmpx' function. */ 233/* Define to 1 if you have the `updwtmpx' function. */
225#undef HAVE_UPDWTMPX 234#undef HAVE_UPDWTMPX
266/* Define location of lastlogx */ 275/* Define location of lastlogx */
267#undef LASTLOGX_FILE 276#undef LASTLOGX_FILE
268 277
269/* Define location of lastlog */ 278/* Define location of lastlog */
270#undef LASTLOG_FILE 279#undef LASTLOG_FILE
280
281/* Define if lastlog is provided via a directory */
282#undef LASTLOG_IS_DIR
271 283
272/* Define if you want to have lastlog support when utmp/utmpx is enabled */ 284/* Define if you want to have lastlog support when utmp/utmpx is enabled */
273#undef LASTLOG_SUPPORT 285#undef LASTLOG_SUPPORT
274 286
275/* Define to have CTRL cause wheel events to accelerate scrolling. Release 287/* Define to have CTRL cause wheel events to accelerate scrolling. Release

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines