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.4 by root, Sat Jan 21 23:50:33 2006 UTC vs.
Revision 1.13 by root, Tue Jun 26 00:40:18 2007 UTC

1/* config.h.in. Generated from configure.ac by autoheader. */ 1/* config.h.in. Generated from configure.ac by autoheader. */
2
3/* Define if you want to integrate with AfterStep window manager */
4#undef AFTERSTEP_INTEGRATION
5
6/* clone device filename */
7#undef CLONE_DEVICE
2 8
3/* Define if you want 8 bit control sequences */ 9/* Define if you want 8 bit control sequences */
4#undef EIGHT_BIT_CONTROLS 10#undef EIGHT_BIT_CONTROLS
5 11
6/* Define if you want to automatically compose combining characters */ 12/* Define if you want to automatically compose combining characters */
13#undef ENABLE_PERL 19#undef ENABLE_PERL
14 20
15/* Define if you want bold and italic support */ 21/* Define if you want bold and italic support */
16#undef ENABLE_STYLES 22#undef ENABLE_STYLES
17 23
24/* Define if you want your background to use the parent window background */
25#undef ENABLE_TRANSPARENCY
26
18/* Define if you want european extended codesets */ 27/* Define if you want european extended codesets */
19#undef ENCODING_EU 28#undef ENCODING_EU
20 29
21/* Define if you want japanese codesets */ 30/* Define if you want japanese codesets */
22#undef ENCODING_JP 31#undef ENCODING_JP
34#undef ENCODING_ZH 43#undef ENCODING_ZH
35 44
36/* Define if you want extended chinese codesets */ 45/* Define if you want extended chinese codesets */
37#undef ENCODING_ZH_EXT 46#undef ENCODING_ZH_EXT
38 47
48/* Define if you want to use libAfterImage for image processing */
49#undef HAVE_AFTERIMAGE
50
39/* Define to 1 if you have the <assert.h> header file. */ 51/* Define to 1 if you have the <assert.h> header file. */
40#undef HAVE_ASSERT_H 52#undef HAVE_ASSERT_H
41 53
42/* Define to 1 if you have the <clocale> header file. */ 54/* Define to 1 if you have the <clocale> header file. */
43#undef HAVE_CLOCALE 55#undef HAVE_CLOCALE
44 56
45/* Define to 1 if you have the <cwchar> header file. */ 57/* Define to 1 if you have the <cwchar> header file. */
46#undef HAVE_CWCHAR 58#undef HAVE_CWCHAR
47 59
60/* Define to 1 if you have /dev/ptym/clone */
61#undef HAVE_DEV_CLONE
62
63/* Define to 1 if you have /dev/ptc */
64#undef HAVE_DEV_PTC
65
66/* Define to 1 if you have /dev/ptmx */
67#undef HAVE_DEV_PTMX
68
48/* Define to 1 if you have the <fcntl.h> header file. */ 69/* Define to 1 if you have the <fcntl.h> header file. */
49#undef HAVE_FCNTL_H 70#undef HAVE_FCNTL_H
50 71
72/* Define to 1 if you have the `getpt' function. */
73#undef HAVE_GETPT
74
51/* Define to 1 if you have the <inttypes.h> header file. */ 75/* Define to 1 if you have the <inttypes.h> header file. */
52#undef HAVE_INTTYPES_H 76#undef HAVE_INTTYPES_H
53 77
78/* Define to 1 if you have the `isastream' function. */
79#undef HAVE_ISASTREAM
80
81/* Define to 1 if you have the <lastlog.h> header file. */
82#undef HAVE_LASTLOG_H
83
84/* Define to 1 if you have the <libutil.h> header file. */
85#undef HAVE_LIBUTIL_H
86
54/* Define to 1 if you have the `Xft' library (-lXft). */ 87/* Define to 1 if you have the `Xft' library (-lXft). */
55#undef HAVE_LIBXFT 88#undef HAVE_LIBXFT
56 89
57/* Define to 1 if you have the <memory.h> header file. */ 90/* Define to 1 if you have the <memory.h> header file. */
58#undef HAVE_MEMORY_H 91#undef HAVE_MEMORY_H
59 92
60/* Define to 1 if you have the `nanosleep' function. */
61#undef HAVE_NANOSLEEP
62
63/* Define if nl_langinfo(CODESET) works */ 93/* Define if nl_langinfo(CODESET) works */
64#undef HAVE_NL_LANGINFO 94#undef HAVE_NL_LANGINFO
65 95
66/* Define to 1 if you have the `on_exit' function. */ 96/* Define to 1 if you have the `on_exit' function. */
67#undef HAVE_ON_EXIT 97#undef HAVE_ON_EXIT
68 98
69/* Define if you have sched-h and sched_yield */ 99/* Define to 1 if you have the `openpty' function. */
70#undef HAVE_SCHED_YIELD 100#undef HAVE_OPENPTY
101
102/* Define to 1 if you have the `posix_openpt' function. */
103#undef HAVE_POSIX_OPENPT
104
105/* Define to 1 if you have the <pty.h> header file. */
106#undef HAVE_PTY_H
107
108/* Define to 1 if you have the `revoke' function. */
109#undef HAVE_REVOKE
71 110
72/* Define to 1 if you have the `seteuid' function. */ 111/* Define to 1 if you have the `seteuid' function. */
73#undef HAVE_SETEUID 112#undef HAVE_SETEUID
74 113
75/* Define if plain old setlocale works */ 114/* Define if plain old setlocale works */
79#undef HAVE_SETRESUID 118#undef HAVE_SETRESUID
80 119
81/* Define to 1 if you have the `setreuid' function. */ 120/* Define to 1 if you have the `setreuid' function. */
82#undef HAVE_SETREUID 121#undef HAVE_SETREUID
83 122
123/* Define to 1 if you have the `setuid' function. */
124#undef HAVE_SETUID
125
84/* Define to 1 if you have the `setutent' function. */ 126/* Define to 1 if you have the `setutent' function. */
85#undef HAVE_SETUTENT 127#undef HAVE_SETUTENT
86 128
87/* Define to 1 if you have the <stdarg.h> header file. */ 129/* Define to 1 if you have the <stdarg.h> header file. */
88#undef HAVE_STDARG_H 130#undef HAVE_STDARG_H
97#undef HAVE_STRINGS_H 139#undef HAVE_STRINGS_H
98 140
99/* Define to 1 if you have the <string.h> header file. */ 141/* Define to 1 if you have the <string.h> header file. */
100#undef HAVE_STRING_H 142#undef HAVE_STRING_H
101 143
144/* Define if utmp.h or lastlog.h has struct lastlog */
145#undef HAVE_STRUCT_LASTLOG
146
147/* Define if utmpx.h or lastlog.h has struct lastlogx */
148#undef HAVE_STRUCT_LASTLOGX
149
150/* Define if utmp.h has struct utmp */
151#undef HAVE_STRUCT_UTMP
152
153/* Define if utmpx.h has struct utmpx */
154#undef HAVE_STRUCT_UTMPX
155
102/* Define to 1 if you have the <sys/byteorder.h> header file. */ 156/* Define to 1 if you have the <sys/byteorder.h> header file. */
103#undef HAVE_SYS_BYTEORDER_H 157#undef HAVE_SYS_BYTEORDER_H
104 158
105/* Define to 1 if you have the <sys/ioctl.h> header file. */ 159/* Define to 1 if you have the <sys/ioctl.h> header file. */
106#undef HAVE_SYS_IOCTL_H 160#undef HAVE_SYS_IOCTL_H
112#undef HAVE_SYS_SOCKIO_H 166#undef HAVE_SYS_SOCKIO_H
113 167
114/* Define to 1 if you have the <sys/stat.h> header file. */ 168/* Define to 1 if you have the <sys/stat.h> header file. */
115#undef HAVE_SYS_STAT_H 169#undef HAVE_SYS_STAT_H
116 170
171/* Define to 1 if you have the <sys/stropts.h> header file. */
172#undef HAVE_SYS_STROPTS_H
173
117/* Define to 1 if you have the <sys/strredir.h> header file. */ 174/* Define to 1 if you have the <sys/strredir.h> header file. */
118#undef HAVE_SYS_STRREDIR_H 175#undef HAVE_SYS_STRREDIR_H
119 176
120/* Define to 1 if you have the <sys/time.h> header file. */ 177/* Define to 1 if you have the <sys/time.h> header file. */
121#undef HAVE_SYS_TIME_H 178#undef HAVE_SYS_TIME_H
127#undef HAVE_SYS_WAIT_H 184#undef HAVE_SYS_WAIT_H
128 185
129/* Define to 1 if you have the <termios.h> header file. */ 186/* Define to 1 if you have the <termios.h> header file. */
130#undef HAVE_TERMIOS_H 187#undef HAVE_TERMIOS_H
131 188
189/* Define to 1 if you have the `ttyslot' function. */
190#undef HAVE_TTYSLOT
191
132/* Define to 1 if you have the <unistd.h> header file. */ 192/* Define to 1 if you have the <unistd.h> header file. */
133#undef HAVE_UNISTD_H 193#undef HAVE_UNISTD_H
134 194
195/* Define if sys/socket.h defines the necessary macros/functions for file
196 handle passing */
197#undef HAVE_UNIX_FDPASS
198
135/* Define to 1 if you have the `unsetenv' function. */ 199/* Define to 1 if you have the `unsetenv' function. */
136#undef HAVE_UNSETENV 200#undef HAVE_UNSETENV
137 201
202/* Define to 1 if you have the `updwtmp' function. */
203#undef HAVE_UPDWTMP
204
205/* Define to 1 if you have the `updwtmpx' function. */
206#undef HAVE_UPDWTMPX
207
208/* Define to 1 if you have the <util.h> header file. */
209#undef HAVE_UTIL_H
210
211/* Define to 1 if you have the <utmpx.h> header file. */
212#undef HAVE_UTMPX_H
213
214/* Define if struct utmpx contains ut_host */
215#undef HAVE_UTMPX_HOST
216
217/* Define if struct utmpx contains ut_session */
218#undef HAVE_UTMPX_SESSION
219
220/* Define to 1 if you have the <utmp.h> header file. */
221#undef HAVE_UTMP_H
222
223/* Define if struct utmp contains ut_host */
224#undef HAVE_UTMP_HOST
225
226/* Define if struct utmp contains ut_pid */
227#undef HAVE_UTMP_PID
228
138/* Define to 1 if you have the <wchar.h> header file. */ 229/* Define to 1 if you have the <wchar.h> header file. */
139#undef HAVE_WCHAR_H 230#undef HAVE_WCHAR_H
140 231
141/* Define to 1 if you have the <X11/Xft/Xft.h> header file. */ 232/* Define to 1 if you have the <X11/Xft/Xft.h> header file. */
142#undef HAVE_X11_XFT_XFT_H 233#undef HAVE_X11_XFT_XFT_H
143 234
144/* Define if Xlocale support works */
145#undef HAVE_XLOCALE
146
147/* Define if you have XPointer typedef */ 235/* Define if you have XPointer typedef */
148#undef HAVE_XPOINTER 236#undef HAVE_XPOINTER
149 237
150/* Define if setlocale (defined to Xsetlocale) works */ 238/* Define if setlocale (defined to Xsetlocale) works */
151#undef HAVE_XSETLOCALE 239#undef HAVE_XSETLOCALE
152 240
241/* Define to 1 if you have the `_getpty' function. */
242#undef HAVE__GETPTY
243
153/* Define if you want ISO 14755 extended support */ 244/* Define if you want ISO 14755 extended support */
154#undef ISO_14755 245#undef ISO_14755
246
247/* Define location of lastlogx */
248#undef LASTLOGX_FILE
249
250/* Define location of lastlog */
251#undef LASTLOG_FILE
252
253/* Define if lastlog is provided via a directory */
254#undef LASTLOG_IS_DIR
155 255
156/* Define if you want to have lastlog support when utmp/utmpx is enabled */ 256/* Define if you want to have lastlog support when utmp/utmpx is enabled */
157#undef LASTLOG_SUPPORT 257#undef LASTLOG_SUPPORT
158 258
159/* Build shared library version - specify via configure only */ 259/* Build shared library version - specify via configure only */
208#undef PLAIN_SCROLLBAR 308#undef PLAIN_SCROLLBAR
209 309
210/* Define if you want hide the pointer while typing */ 310/* Define if you want hide the pointer while typing */
211#undef POINTER_BLANK 311#undef POINTER_BLANK
212 312
213/* Define to use a 24 bit visual if the screen has 24 bit mode */
214#undef PREFER_24BIT
215
216/* Resource class */ 313/* Resource class */
217#undef RESCLASS 314#undef RESCLASS
218 315
219/* Fallback resource class */ 316/* Fallback resource class */
220#undef RESFALLBACK 317#undef RESFALLBACK
236 333
237/* Define to allow scrolling when the selection moves to the top or bottom of 334/* Define to allow scrolling when the selection moves to the top or bottom of
238 the screen */ 335 the screen */
239#undef SELECTION_SCROLLING 336#undef SELECTION_SCROLLING
240 337
241/* The size of a `int', as computed by sizeof. */ 338/* The size of `int', as computed by sizeof. */
242#undef SIZEOF_INT 339#undef SIZEOF_INT
243 340
244/* The size of a `int *', as computed by sizeof. */ 341/* The size of `int *', as computed by sizeof. */
245#undef SIZEOF_INT_P 342#undef SIZEOF_INT_P
246 343
247/* The size of a `long long', as computed by sizeof. */ 344/* The size of `long long', as computed by sizeof. */
248#undef SIZEOF_LONG_LONG 345#undef SIZEOF_LONG_LONG
249 346
250/* The size of a `short', as computed by sizeof. */ 347/* The size of `short', as computed by sizeof. */
251#undef SIZEOF_SHORT 348#undef SIZEOF_SHORT
252 349
253/* Define to use "smart" resize behavior */ 350/* Define to use "smart" resize behavior */
254#undef SMART_RESIZE 351#undef SMART_RESIZE
255 352
266#undef TIME_WITH_SYS_TIME 363#undef TIME_WITH_SYS_TIME
267 364
268/* Define if you want your background to be tinted */ 365/* Define if you want your background to be tinted */
269#undef TINTING 366#undef TINTING
270 367
271/* Define if you want your background to use the parent window background */
272#undef TRANSPARENT
273
274/* Define location of ttys/ttytab */ 368/* Define location of ttys/ttytab */
275#undef TTYTAB_FILENAME 369#undef TTYTAB_FILENAME
276 370
277/* Define to change gid of ttys to group tty */ 371/* "" */
278#undef TTY_GID_SUPPORT 372#undef TTY_GID_SUPPORT
279 373
280/* Define if you want to represent unicode characters outside plane 0 */ 374/* Define if you want to represent unicode characters outside plane 0 */
281#undef UNICODE_3 375#undef UNICODE_3
376
377/* "" */
378#undef UNIX98_PTY
282 379
283/* Define if you want to have XIM (X Input Method) protocol support - required 380/* Define if you want to have XIM (X Input Method) protocol support - required
284 for multibyte characters input */ 381 for multibyte characters input */
285#undef USE_XIM 382#undef USE_XIM
286 383
384/* Define location of utmpx */
385#undef UTMPX_FILE
386
387/* Define location of utmp */
388#undef UTMP_FILE
389
287/* Define if you want to have utmp/utmpx support */ 390/* Define if you want to have utmp/utmpx support */
288#undef UTMP_SUPPORT 391#undef UTMP_SUPPORT
289 392
393/* Define location of wtmpx */
394#undef WTMPX_FILE
395
396/* Define location of wtmp */
397#undef WTMP_FILE
398
290/* Define if you want to have wtmp support when utmp/utmpx is enabled */ 399/* Define if you want to have wtmp support when utmp/utmpx is enabled */
291#undef WTMP_SUPPORT 400#undef WTMP_SUPPORT
292 401
293/* Define to enable xft support */ 402/* Define to enable xft support */
294#undef XFT 403#undef XFT
295 404
296/* Define if your XIMCallback specifies XIC as first type. */ 405/* Define if your XIMCallback specifies XIC as first type. */
297#undef XIMCB_PROTO_BROKEN 406#undef XIMCB_PROTO_BROKEN
298 407
408/* Define ONLY iff Xlib.h supports it */
409#undef XLIB_ILLEGAL_ACCESS
410
299/* Define if you want to have sexy-looking background pixmaps. Needs libXpm */ 411/* Define if you want to have sexy-looking background pixmaps. Needs libXpm or
412 libAfterImage */
300#undef XPM_BACKGROUND 413#undef XPM_BACKGROUND
301 414
302/* Define if you include <X11/xpm.h> on a normal include path (be careful) */ 415/* Define if you include <X11/xpm.h> on a normal include path (be careful) */
303#undef XPM_INC_X11 416#undef XPM_INC_X11
304 417
319#undef _GNU_SOURCE 432#undef _GNU_SOURCE
320 433
321/* Needed to get declarations for msg_control and msg_controllen on Solaris */ 434/* Needed to get declarations for msg_control and msg_controllen on Solaris */
322#undef _XOPEN_SOURCE 435#undef _XOPEN_SOURCE
323 436
324/* Needed to get declarations for msg_control and msg_controllen on Solaris */
325#undef _XOPEN_SOURCE_EXTENDED
326
327/* Needed to get declarations for msg_control and msg_controllen on Solaris */
328#undef __EXTENSIONS__
329
330/* Define to empty if `const' does not conform to ANSI C. */ 437/* Define to empty if `const' does not conform to ANSI C. */
331#undef const 438#undef const
332 439
333/* Define to `int' if <sys/types.h> doesn't define. */ 440/* Define to `int' if <sys/types.h> doesn't define. */
334#undef gid_t 441#undef gid_t

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines