ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/autoconf/config.h.in
(Generate patch)

Comparing rxvt-unicode/autoconf/config.h.in (file contents):
Revision 1.22 by root, Wed Dec 1 02:33:32 2004 UTC vs.
Revision 1.27 by root, Mon Jan 17 00:59:23 2005 UTC

87/* Define to 1 if you have the `on_exit' function. */ 87/* Define to 1 if you have the `on_exit' function. */
88#undef HAVE_ON_EXIT 88#undef HAVE_ON_EXIT
89 89
90/* Define to 1 if you have the `openpty' function. */ 90/* Define to 1 if you have the `openpty' function. */
91#undef HAVE_OPENPTY 91#undef HAVE_OPENPTY
92
93/* Define to 1 if you have the <pty.h> header file. */
94#undef HAVE_PTY_H
92 95
93/* Define to 1 if you have the `revoke' function. */ 96/* Define to 1 if you have the `revoke' function. */
94#undef HAVE_REVOKE 97#undef HAVE_REVOKE
95 98
96/* Define to 1 if you have the `seteuid' function. */ 99/* Define to 1 if you have the `seteuid' function. */
247/* Define if you don't want support for the backspace key */ 250/* Define if you don't want support for the backspace key */
248#undef NO_BACKSPACE_KEY 251#undef NO_BACKSPACE_KEY
249 252
250/* Define if you don't want support for the (non-keypad) delete key */ 253/* Define if you don't want support for the (non-keypad) delete key */
251#undef NO_DELETE_KEY 254#undef NO_DELETE_KEY
252
253/* Define if you don't want support linespace */
254#undef NO_LINESPACE
255 255
256/* Define if you don't want any resources read */ 256/* Define if you don't want any resources read */
257#undef NO_RESOURCES 257#undef NO_RESOURCES
258 258
259/* Define for continual scrolling when you keep the scrollbar button pressed 259/* Define for continual scrolling when you keep the scrollbar button pressed
451 We just want to avoid a redefinition error message. */ 451 We just want to avoid a redefinition error message. */
452#ifndef _ALL_SOURCE 452#ifndef _ALL_SOURCE
453# undef _ALL_SOURCE 453# undef _ALL_SOURCE
454#endif 454#endif
455 455
456/* Use all glibc features. */
457#undef _GNU_SOURCE
458
459/* Needed to get declarations for msg_control and msg_controllen on Solaris */
460#undef _XOPEN_SOURCE
461
462/* Needed to get declarations for msg_control and msg_controllen on Solaris */
463#undef _XOPEN_SOURCE_EXTENDED
464
465/* Needed to get declarations for msg_control and msg_controllen on Solaris */
466#undef __EXTENSIONS__
467
456/* Define to empty if `const' does not conform to ANSI C. */ 468/* Define to empty if `const' does not conform to ANSI C. */
457#undef const 469#undef const
458 470
459/* Define to `int' if <sys/types.h> doesn't define. */ 471/* Define to `int' if <sys/types.h> doesn't define. */
460#undef gid_t 472#undef gid_t

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines