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.22 by ayin, Tue Dec 11 00:01:28 2007 UTC vs.
Revision 1.23 by ayin, Tue Dec 11 18:32:07 2007 UTC

47#undef ENCODING_ZH_EXT 47#undef ENCODING_ZH_EXT
48 48
49/* Define if you want to use libAfterImage for image processing */ 49/* Define if you want to use libAfterImage for image processing */
50#undef HAVE_AFTERIMAGE 50#undef HAVE_AFTERIMAGE
51 51
52/* Define to 1 if you have the <assert.h> header file. */
53#undef HAVE_ASSERT_H
54
55/* Define to 1 if you have the <clocale> header file. */ 52/* Define to 1 if you have the <clocale> header file. */
56#undef HAVE_CLOCALE 53#undef HAVE_CLOCALE
57 54
58/* Define to 1 if you have the `clock_gettime' function. */ 55/* Define to 1 if you have the `clock_gettime' function. */
59#undef HAVE_CLOCK_GETTIME 56#undef HAVE_CLOCK_GETTIME
71#undef HAVE_DEV_PTMX 68#undef HAVE_DEV_PTMX
72 69
73/* Define to 1 if you have the `epoll_ctl' function. */ 70/* Define to 1 if you have the `epoll_ctl' function. */
74#undef HAVE_EPOLL_CTL 71#undef HAVE_EPOLL_CTL
75 72
76/* Define to 1 if you have the <fcntl.h> header file. */
77#undef HAVE_FCNTL_H
78
79/* Define to 1 if you have the `getpt' function. */ 73/* Define to 1 if you have the `getpt' function. */
80#undef HAVE_GETPT 74#undef HAVE_GETPT
81 75
82/* Define to 1 if you have the `inotify_init' function. */ 76/* Define to 1 if you have the `inotify_init' function. */
83#undef HAVE_INOTIFY_INIT 77#undef HAVE_INOTIFY_INIT
149#undef HAVE_SETREUID 143#undef HAVE_SETREUID
150 144
151/* Define to 1 if you have the `setuid' function. */ 145/* Define to 1 if you have the `setuid' function. */
152#undef HAVE_SETUID 146#undef HAVE_SETUID
153 147
154/* Define to 1 if you have the <stdarg.h> header file. */
155#undef HAVE_STDARG_H
156
157/* Define to 1 if you have the <stdint.h> header file. */ 148/* Define to 1 if you have the <stdint.h> header file. */
158#undef HAVE_STDINT_H 149#undef HAVE_STDINT_H
159 150
160/* Define to 1 if you have the <stdlib.h> header file. */ 151/* Define to 1 if you have the <stdlib.h> header file. */
161#undef HAVE_STDLIB_H 152#undef HAVE_STDLIB_H
209#undef HAVE_SYS_STROPTS_H 200#undef HAVE_SYS_STROPTS_H
210 201
211/* Define to 1 if you have the <sys/strredir.h> header file. */ 202/* Define to 1 if you have the <sys/strredir.h> header file. */
212#undef HAVE_SYS_STRREDIR_H 203#undef HAVE_SYS_STRREDIR_H
213 204
214/* Define to 1 if you have the <sys/time.h> header file. */
215#undef HAVE_SYS_TIME_H
216
217/* Define to 1 if you have the <sys/types.h> header file. */ 205/* Define to 1 if you have the <sys/types.h> header file. */
218#undef HAVE_SYS_TYPES_H 206#undef HAVE_SYS_TYPES_H
219
220/* Define to 1 if you have the <termios.h> header file. */
221#undef HAVE_TERMIOS_H
222 207
223/* Define to 1 if you have the <unistd.h> header file. */ 208/* Define to 1 if you have the <unistd.h> header file. */
224#undef HAVE_UNISTD_H 209#undef HAVE_UNISTD_H
225 210
226/* Define if sys/socket.h defines the necessary macros/functions for file 211/* Define if sys/socket.h defines the necessary macros/functions for file
357#undef RXVT_TERMINFO 342#undef RXVT_TERMINFO
358 343
359/* Define to allow scrolling when the selection moves to the top or bottom of 344/* Define to allow scrolling when the selection moves to the top or bottom of
360 the screen */ 345 the screen */
361#undef SELECTION_SCROLLING 346#undef SELECTION_SCROLLING
362
363/* The size of `int', as computed by sizeof. */
364#undef SIZEOF_INT
365
366/* The size of `int *', as computed by sizeof. */
367#undef SIZEOF_INT_P
368
369/* The size of `long long', as computed by sizeof. */
370#undef SIZEOF_LONG_LONG
371
372/* The size of `short', as computed by sizeof. */
373#undef SIZEOF_SHORT
374 347
375/* Define to use "smart" resize behavior */ 348/* Define to use "smart" resize behavior */
376#undef SMART_RESIZE 349#undef SMART_RESIZE
377 350
378/* Define to 1 if you have the ANSI C header files. */ 351/* Define to 1 if you have the ANSI C header files. */
440/* Enable GNU extensions on systems that have them. */ 413/* Enable GNU extensions on systems that have them. */
441#ifndef _GNU_SOURCE 414#ifndef _GNU_SOURCE
442# undef _GNU_SOURCE 415# undef _GNU_SOURCE
443#endif 416#endif
444 417
418/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
419 <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
420 #define below would cause a syntax error. */
421#undef _UINT32_T
422
445/* Needed to get declarations for msg_control and msg_controllen on Solaris */ 423/* Needed to get declarations for msg_control and msg_controllen on Solaris */
446#undef _XOPEN_SOURCE 424#undef _XOPEN_SOURCE
447 425
448/* Define to `int' if <sys/types.h> doesn't define. */ 426/* Define to `int' if <sys/types.h> doesn't define. */
449#undef gid_t 427#undef gid_t
450 428
429/* Define to the type of a signed integer type of width exactly 16 bits if
430 such a type exists and the standard includes do not define it. */
431#undef int16_t
432
433/* Define to the type of a signed integer type of width exactly 32 bits if
434 such a type exists and the standard includes do not define it. */
435#undef int32_t
436
451/* Define to `int' if <sys/types.h> does not define. */ 437/* Define to `int' if <sys/types.h> does not define. */
452#undef mode_t 438#undef mode_t
453 439
454/* Define to `int' if <sys/types.h> does not define. */ 440/* Define to `int' if <sys/types.h> does not define. */
455#undef pid_t 441#undef pid_t
456 442
457/* Define to `int' if <sys/types.h> doesn't define. */ 443/* Define to `int' if <sys/types.h> doesn't define. */
458#undef uid_t 444#undef uid_t
445
446/* Define to the type of an unsigned integer type of width exactly 16 bits if
447 such a type exists and the standard includes do not define it. */
448#undef uint16_t
449
450/* Define to the type of an unsigned integer type of width exactly 32 bits if
451 such a type exists and the standard includes do not define it. */
452#undef uint32_t

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines