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.16 by ayin, Wed Oct 17 07:51:59 2007 UTC vs.
Revision 1.17 by ayin, Mon Nov 5 01:04:43 2007 UTC

92#undef HAVE_MEMORY_H 92#undef HAVE_MEMORY_H
93 93
94/* Define if nl_langinfo(CODESET) works */ 94/* Define if nl_langinfo(CODESET) works */
95#undef HAVE_NL_LANGINFO 95#undef HAVE_NL_LANGINFO
96 96
97/* Define to 1 if you have the `on_exit' function. */
98#undef HAVE_ON_EXIT
99
100/* Define to 1 if you have the `openpty' function. */ 97/* Define to 1 if you have the `openpty' function. */
101#undef HAVE_OPENPTY 98#undef HAVE_OPENPTY
102 99
103/* Define to 1 if you have the `posix_openpt' function. */ 100/* Define to 1 if you have the `posix_openpt' function. */
104#undef HAVE_POSIX_OPENPT 101#undef HAVE_POSIX_OPENPT
122#undef HAVE_SETREUID 119#undef HAVE_SETREUID
123 120
124/* Define to 1 if you have the `setuid' function. */ 121/* Define to 1 if you have the `setuid' function. */
125#undef HAVE_SETUID 122#undef HAVE_SETUID
126 123
127/* Define to 1 if you have the `setutent' function. */
128#undef HAVE_SETUTENT
129
130/* Define to 1 if you have the <stdarg.h> header file. */ 124/* Define to 1 if you have the <stdarg.h> header file. */
131#undef HAVE_STDARG_H 125#undef HAVE_STDARG_H
132 126
133/* Define to 1 if you have the <stdint.h> header file. */ 127/* Define to 1 if you have the <stdint.h> header file. */
134#undef HAVE_STDINT_H 128#undef HAVE_STDINT_H
184/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 178/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
185#undef HAVE_SYS_WAIT_H 179#undef HAVE_SYS_WAIT_H
186 180
187/* Define to 1 if you have the <termios.h> header file. */ 181/* Define to 1 if you have the <termios.h> header file. */
188#undef HAVE_TERMIOS_H 182#undef HAVE_TERMIOS_H
189
190/* Define to 1 if you have the `ttyslot' function. */
191#undef HAVE_TTYSLOT
192 183
193/* Define to 1 if you have the <unistd.h> header file. */ 184/* Define to 1 if you have the <unistd.h> header file. */
194#undef HAVE_UNISTD_H 185#undef HAVE_UNISTD_H
195 186
196/* Define if sys/socket.h defines the necessary macros/functions for file 187/* Define if sys/socket.h defines the necessary macros/functions for file
198#undef HAVE_UNIX_FDPASS 189#undef HAVE_UNIX_FDPASS
199 190
200/* Define to 1 if you have the `unsetenv' function. */ 191/* Define to 1 if you have the `unsetenv' function. */
201#undef HAVE_UNSETENV 192#undef HAVE_UNSETENV
202 193
194/* Define to 1 if you have the `updlastlogx' function. */
195#undef HAVE_UPDLASTLOGX
196
203/* Define to 1 if you have the `updwtmp' function. */ 197/* Define to 1 if you have the `updwtmp' function. */
204#undef HAVE_UPDWTMP 198#undef HAVE_UPDWTMP
205 199
206/* Define to 1 if you have the `updwtmpx' function. */ 200/* Define to 1 if you have the `updwtmpx' function. */
207#undef HAVE_UPDWTMPX 201#undef HAVE_UPDWTMPX
248/* Define location of lastlogx */ 242/* Define location of lastlogx */
249#undef LASTLOGX_FILE 243#undef LASTLOGX_FILE
250 244
251/* Define location of lastlog */ 245/* Define location of lastlog */
252#undef LASTLOG_FILE 246#undef LASTLOG_FILE
253
254/* Define if lastlog is provided via a directory */
255#undef LASTLOG_IS_DIR
256 247
257/* Define if you want to have lastlog support when utmp/utmpx is enabled */ 248/* Define if you want to have lastlog support when utmp/utmpx is enabled */
258#undef LASTLOG_SUPPORT 249#undef LASTLOG_SUPPORT
259 250
260/* Build shared library version - specify via configure only */ 251/* Build shared library version - specify via configure only */
360/* Define if you want blinking text support */ 351/* Define if you want blinking text support */
361#undef TEXT_BLINK 352#undef TEXT_BLINK
362 353
363/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 354/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
364#undef TIME_WITH_SYS_TIME 355#undef TIME_WITH_SYS_TIME
365
366/* Define location of ttys/ttytab */
367#undef TTYTAB_FILENAME
368 356
369/* "" */ 357/* "" */
370#undef TTY_GID_SUPPORT 358#undef TTY_GID_SUPPORT
371 359
372/* Define if you want to represent unicode characters outside plane 0 */ 360/* Define if you want to represent unicode characters outside plane 0 */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines