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.12 by root, Sat Jun 9 13:04:27 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 */
34#undef ENCODING_ZH 40#undef ENCODING_ZH
35 41
36/* Define if you want extended chinese codesets */ 42/* Define if you want extended chinese codesets */
37#undef ENCODING_ZH_EXT 43#undef ENCODING_ZH_EXT
38 44
45/* Define if you want to use libAfterImage for image processing */
46#undef HAVE_AFTERIMAGE
47
39/* Define to 1 if you have the <assert.h> header file. */ 48/* Define to 1 if you have the <assert.h> header file. */
40#undef HAVE_ASSERT_H 49#undef HAVE_ASSERT_H
41 50
42/* Define to 1 if you have the <clocale> header file. */ 51/* Define to 1 if you have the <clocale> header file. */
43#undef HAVE_CLOCALE 52#undef HAVE_CLOCALE
44 53
45/* Define to 1 if you have the <cwchar> header file. */ 54/* Define to 1 if you have the <cwchar> header file. */
46#undef HAVE_CWCHAR 55#undef HAVE_CWCHAR
47 56
57/* Define to 1 if you have /dev/ptym/clone */
58#undef HAVE_DEV_CLONE
59
60/* Define to 1 if you have /dev/ptc */
61#undef HAVE_DEV_PTC
62
63/* Define to 1 if you have /dev/ptmx */
64#undef HAVE_DEV_PTMX
65
48/* Define to 1 if you have the <fcntl.h> header file. */ 66/* Define to 1 if you have the <fcntl.h> header file. */
49#undef HAVE_FCNTL_H 67#undef HAVE_FCNTL_H
50 68
69/* Define to 1 if you have the `getpt' function. */
70#undef HAVE_GETPT
71
51/* Define to 1 if you have the <inttypes.h> header file. */ 72/* Define to 1 if you have the <inttypes.h> header file. */
52#undef HAVE_INTTYPES_H 73#undef HAVE_INTTYPES_H
53 74
75/* Define to 1 if you have the `isastream' function. */
76#undef HAVE_ISASTREAM
77
78/* Define to 1 if you have the <lastlog.h> header file. */
79#undef HAVE_LASTLOG_H
80
81/* Define to 1 if you have the <libutil.h> header file. */
82#undef HAVE_LIBUTIL_H
83
54/* Define to 1 if you have the `Xft' library (-lXft). */ 84/* Define to 1 if you have the `Xft' library (-lXft). */
55#undef HAVE_LIBXFT 85#undef HAVE_LIBXFT
56 86
57/* Define to 1 if you have the <memory.h> header file. */ 87/* Define to 1 if you have the <memory.h> header file. */
58#undef HAVE_MEMORY_H 88#undef HAVE_MEMORY_H
59 89
60/* Define to 1 if you have the `nanosleep' function. */
61#undef HAVE_NANOSLEEP
62
63/* Define if nl_langinfo(CODESET) works */ 90/* Define if nl_langinfo(CODESET) works */
64#undef HAVE_NL_LANGINFO 91#undef HAVE_NL_LANGINFO
65 92
66/* Define to 1 if you have the `on_exit' function. */ 93/* Define to 1 if you have the `on_exit' function. */
67#undef HAVE_ON_EXIT 94#undef HAVE_ON_EXIT
68 95
69/* Define if you have sched-h and sched_yield */ 96/* Define to 1 if you have the `openpty' function. */
70#undef HAVE_SCHED_YIELD 97#undef HAVE_OPENPTY
98
99/* Define to 1 if you have the `posix_openpt' function. */
100#undef HAVE_POSIX_OPENPT
101
102/* Define to 1 if you have the <pty.h> header file. */
103#undef HAVE_PTY_H
104
105/* Define to 1 if you have the `revoke' function. */
106#undef HAVE_REVOKE
71 107
72/* Define to 1 if you have the `seteuid' function. */ 108/* Define to 1 if you have the `seteuid' function. */
73#undef HAVE_SETEUID 109#undef HAVE_SETEUID
74 110
75/* Define if plain old setlocale works */ 111/* Define if plain old setlocale works */
79#undef HAVE_SETRESUID 115#undef HAVE_SETRESUID
80 116
81/* Define to 1 if you have the `setreuid' function. */ 117/* Define to 1 if you have the `setreuid' function. */
82#undef HAVE_SETREUID 118#undef HAVE_SETREUID
83 119
120/* Define to 1 if you have the `setuid' function. */
121#undef HAVE_SETUID
122
84/* Define to 1 if you have the `setutent' function. */ 123/* Define to 1 if you have the `setutent' function. */
85#undef HAVE_SETUTENT 124#undef HAVE_SETUTENT
86 125
87/* Define to 1 if you have the <stdarg.h> header file. */ 126/* Define to 1 if you have the <stdarg.h> header file. */
88#undef HAVE_STDARG_H 127#undef HAVE_STDARG_H
97#undef HAVE_STRINGS_H 136#undef HAVE_STRINGS_H
98 137
99/* Define to 1 if you have the <string.h> header file. */ 138/* Define to 1 if you have the <string.h> header file. */
100#undef HAVE_STRING_H 139#undef HAVE_STRING_H
101 140
141/* Define if utmp.h or lastlog.h has struct lastlog */
142#undef HAVE_STRUCT_LASTLOG
143
144/* Define if utmpx.h or lastlog.h has struct lastlogx */
145#undef HAVE_STRUCT_LASTLOGX
146
147/* Define if utmp.h has struct utmp */
148#undef HAVE_STRUCT_UTMP
149
150/* Define if utmpx.h has struct utmpx */
151#undef HAVE_STRUCT_UTMPX
152
102/* Define to 1 if you have the <sys/byteorder.h> header file. */ 153/* Define to 1 if you have the <sys/byteorder.h> header file. */
103#undef HAVE_SYS_BYTEORDER_H 154#undef HAVE_SYS_BYTEORDER_H
104 155
105/* Define to 1 if you have the <sys/ioctl.h> header file. */ 156/* Define to 1 if you have the <sys/ioctl.h> header file. */
106#undef HAVE_SYS_IOCTL_H 157#undef HAVE_SYS_IOCTL_H
112#undef HAVE_SYS_SOCKIO_H 163#undef HAVE_SYS_SOCKIO_H
113 164
114/* Define to 1 if you have the <sys/stat.h> header file. */ 165/* Define to 1 if you have the <sys/stat.h> header file. */
115#undef HAVE_SYS_STAT_H 166#undef HAVE_SYS_STAT_H
116 167
168/* Define to 1 if you have the <sys/stropts.h> header file. */
169#undef HAVE_SYS_STROPTS_H
170
117/* Define to 1 if you have the <sys/strredir.h> header file. */ 171/* Define to 1 if you have the <sys/strredir.h> header file. */
118#undef HAVE_SYS_STRREDIR_H 172#undef HAVE_SYS_STRREDIR_H
119 173
120/* Define to 1 if you have the <sys/time.h> header file. */ 174/* Define to 1 if you have the <sys/time.h> header file. */
121#undef HAVE_SYS_TIME_H 175#undef HAVE_SYS_TIME_H
127#undef HAVE_SYS_WAIT_H 181#undef HAVE_SYS_WAIT_H
128 182
129/* Define to 1 if you have the <termios.h> header file. */ 183/* Define to 1 if you have the <termios.h> header file. */
130#undef HAVE_TERMIOS_H 184#undef HAVE_TERMIOS_H
131 185
186/* Define to 1 if you have the `ttyslot' function. */
187#undef HAVE_TTYSLOT
188
132/* Define to 1 if you have the <unistd.h> header file. */ 189/* Define to 1 if you have the <unistd.h> header file. */
133#undef HAVE_UNISTD_H 190#undef HAVE_UNISTD_H
134 191
192/* Define if sys/socket.h defines the necessary macros/functions for file
193 handle passing */
194#undef HAVE_UNIX_FDPASS
195
135/* Define to 1 if you have the `unsetenv' function. */ 196/* Define to 1 if you have the `unsetenv' function. */
136#undef HAVE_UNSETENV 197#undef HAVE_UNSETENV
137 198
199/* Define to 1 if you have the `updwtmp' function. */
200#undef HAVE_UPDWTMP
201
202/* Define to 1 if you have the `updwtmpx' function. */
203#undef HAVE_UPDWTMPX
204
205/* Define to 1 if you have the <util.h> header file. */
206#undef HAVE_UTIL_H
207
208/* Define to 1 if you have the <utmpx.h> header file. */
209#undef HAVE_UTMPX_H
210
211/* Define if struct utmpx contains ut_host */
212#undef HAVE_UTMPX_HOST
213
214/* Define if struct utmpx contains ut_session */
215#undef HAVE_UTMPX_SESSION
216
217/* Define to 1 if you have the <utmp.h> header file. */
218#undef HAVE_UTMP_H
219
220/* Define if struct utmp contains ut_host */
221#undef HAVE_UTMP_HOST
222
223/* Define if struct utmp contains ut_pid */
224#undef HAVE_UTMP_PID
225
138/* Define to 1 if you have the <wchar.h> header file. */ 226/* Define to 1 if you have the <wchar.h> header file. */
139#undef HAVE_WCHAR_H 227#undef HAVE_WCHAR_H
140 228
141/* Define to 1 if you have the <X11/Xft/Xft.h> header file. */ 229/* Define to 1 if you have the <X11/Xft/Xft.h> header file. */
142#undef HAVE_X11_XFT_XFT_H 230#undef HAVE_X11_XFT_XFT_H
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
272#undef TRANSPARENT 369#undef TRANSPARENT
273 370
274/* Define location of ttys/ttytab */ 371/* Define location of ttys/ttytab */
275#undef TTYTAB_FILENAME 372#undef TTYTAB_FILENAME
276 373
277/* Define to change gid of ttys to group tty */ 374/* "" */
278#undef TTY_GID_SUPPORT 375#undef TTY_GID_SUPPORT
279 376
280/* Define if you want to represent unicode characters outside plane 0 */ 377/* Define if you want to represent unicode characters outside plane 0 */
281#undef UNICODE_3 378#undef UNICODE_3
379
380/* "" */
381#undef UNIX98_PTY
282 382
283/* Define if you want to have XIM (X Input Method) protocol support - required 383/* Define if you want to have XIM (X Input Method) protocol support - required
284 for multibyte characters input */ 384 for multibyte characters input */
285#undef USE_XIM 385#undef USE_XIM
286 386
387/* Define location of utmpx */
388#undef UTMPX_FILE
389
390/* Define location of utmp */
391#undef UTMP_FILE
392
287/* Define if you want to have utmp/utmpx support */ 393/* Define if you want to have utmp/utmpx support */
288#undef UTMP_SUPPORT 394#undef UTMP_SUPPORT
289 395
396/* Define location of wtmpx */
397#undef WTMPX_FILE
398
399/* Define location of wtmp */
400#undef WTMP_FILE
401
290/* Define if you want to have wtmp support when utmp/utmpx is enabled */ 402/* Define if you want to have wtmp support when utmp/utmpx is enabled */
291#undef WTMP_SUPPORT 403#undef WTMP_SUPPORT
292 404
293/* Define to enable xft support */ 405/* Define to enable xft support */
294#undef XFT 406#undef XFT
295 407
296/* Define if your XIMCallback specifies XIC as first type. */ 408/* Define if your XIMCallback specifies XIC as first type. */
297#undef XIMCB_PROTO_BROKEN 409#undef XIMCB_PROTO_BROKEN
298 410
411/* Define ONLY iff Xlib.h supports it */
412#undef XLIB_ILLEGAL_ACCESS
413
299/* Define if you want to have sexy-looking background pixmaps. Needs libXpm */ 414/* Define if you want to have sexy-looking background pixmaps. Needs libXpm or
415 libAfterImage */
300#undef XPM_BACKGROUND 416#undef XPM_BACKGROUND
301 417
302/* Define if you include <X11/xpm.h> on a normal include path (be careful) */ 418/* Define if you include <X11/xpm.h> on a normal include path (be careful) */
303#undef XPM_INC_X11 419#undef XPM_INC_X11
304 420

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines