ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/config.h.in
Revision: 1.4
Committed: Sat Jan 21 23:50:33 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.3: +0 -112 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 /* config.h.in. Generated from configure.ac by autoheader. */
2
3 /* Define if you want 8 bit control sequences */
4 #undef EIGHT_BIT_CONTROLS
5
6 /* Define if you want to automatically compose combining characters */
7 #undef ENABLE_COMBINING
8
9 /* Define if you want handling for rarely used but handy features */
10 #undef ENABLE_FRILLS
11
12 /* Define if you can embed a perl interpreter */
13 #undef ENABLE_PERL
14
15 /* Define if you want bold and italic support */
16 #undef ENABLE_STYLES
17
18 /* Define if you want european extended codesets */
19 #undef ENCODING_EU
20
21 /* Define if you want japanese codesets */
22 #undef ENCODING_JP
23
24 /* Define if you want extended japanese codesets */
25 #undef ENCODING_JP_EXT
26
27 /* Define if you want korean codesets */
28 #undef ENCODING_KR
29
30 /* Define if you want vietnamese codesets */
31 #undef ENCODING_VN
32
33 /* Define if you want chinese codesets */
34 #undef ENCODING_ZH
35
36 /* Define if you want extended chinese codesets */
37 #undef ENCODING_ZH_EXT
38
39 /* Define to 1 if you have the <assert.h> header file. */
40 #undef HAVE_ASSERT_H
41
42 /* Define to 1 if you have the <clocale> header file. */
43 #undef HAVE_CLOCALE
44
45 /* Define to 1 if you have the <cwchar> header file. */
46 #undef HAVE_CWCHAR
47
48 /* Define to 1 if you have the <fcntl.h> header file. */
49 #undef HAVE_FCNTL_H
50
51 /* Define to 1 if you have the <inttypes.h> header file. */
52 #undef HAVE_INTTYPES_H
53
54 /* Define to 1 if you have the `Xft' library (-lXft). */
55 #undef HAVE_LIBXFT
56
57 /* Define to 1 if you have the <memory.h> header file. */
58 #undef HAVE_MEMORY_H
59
60 /* Define to 1 if you have the `nanosleep' function. */
61 #undef HAVE_NANOSLEEP
62
63 /* Define if nl_langinfo(CODESET) works */
64 #undef HAVE_NL_LANGINFO
65
66 /* Define to 1 if you have the `on_exit' function. */
67 #undef HAVE_ON_EXIT
68
69 /* Define if you have sched-h and sched_yield */
70 #undef HAVE_SCHED_YIELD
71
72 /* Define to 1 if you have the `seteuid' function. */
73 #undef HAVE_SETEUID
74
75 /* Define if plain old setlocale works */
76 #undef HAVE_SETLOCALE
77
78 /* Define to 1 if you have the `setresuid' function. */
79 #undef HAVE_SETRESUID
80
81 /* Define to 1 if you have the `setreuid' function. */
82 #undef HAVE_SETREUID
83
84 /* Define to 1 if you have the `setutent' function. */
85 #undef HAVE_SETUTENT
86
87 /* Define to 1 if you have the <stdarg.h> header file. */
88 #undef HAVE_STDARG_H
89
90 /* Define to 1 if you have the <stdint.h> header file. */
91 #undef HAVE_STDINT_H
92
93 /* Define to 1 if you have the <stdlib.h> header file. */
94 #undef HAVE_STDLIB_H
95
96 /* Define to 1 if you have the <strings.h> header file. */
97 #undef HAVE_STRINGS_H
98
99 /* Define to 1 if you have the <string.h> header file. */
100 #undef HAVE_STRING_H
101
102 /* Define to 1 if you have the <sys/byteorder.h> header file. */
103 #undef HAVE_SYS_BYTEORDER_H
104
105 /* Define to 1 if you have the <sys/ioctl.h> header file. */
106 #undef HAVE_SYS_IOCTL_H
107
108 /* Define to 1 if you have the <sys/select.h> header file. */
109 #undef HAVE_SYS_SELECT_H
110
111 /* Define to 1 if you have the <sys/sockio.h> header file. */
112 #undef HAVE_SYS_SOCKIO_H
113
114 /* Define to 1 if you have the <sys/stat.h> header file. */
115 #undef HAVE_SYS_STAT_H
116
117 /* Define to 1 if you have the <sys/strredir.h> header file. */
118 #undef HAVE_SYS_STRREDIR_H
119
120 /* Define to 1 if you have the <sys/time.h> header file. */
121 #undef HAVE_SYS_TIME_H
122
123 /* Define to 1 if you have the <sys/types.h> header file. */
124 #undef HAVE_SYS_TYPES_H
125
126 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
127 #undef HAVE_SYS_WAIT_H
128
129 /* Define to 1 if you have the <termios.h> header file. */
130 #undef HAVE_TERMIOS_H
131
132 /* Define to 1 if you have the <unistd.h> header file. */
133 #undef HAVE_UNISTD_H
134
135 /* Define to 1 if you have the `unsetenv' function. */
136 #undef HAVE_UNSETENV
137
138 /* Define to 1 if you have the <wchar.h> header file. */
139 #undef HAVE_WCHAR_H
140
141 /* Define to 1 if you have the <X11/Xft/Xft.h> header file. */
142 #undef HAVE_X11_XFT_XFT_H
143
144 /* Define if Xlocale support works */
145 #undef HAVE_XLOCALE
146
147 /* Define if you have XPointer typedef */
148 #undef HAVE_XPOINTER
149
150 /* Define if setlocale (defined to Xsetlocale) works */
151 #undef HAVE_XSETLOCALE
152
153 /* Define if you want ISO 14755 extended support */
154 #undef ISO_14755
155
156 /* Define if you want to have lastlog support when utmp/utmpx is enabled */
157 #undef LASTLOG_SUPPORT
158
159 /* Build shared library version - specify via configure only */
160 #undef LIBRXVT
161
162 /* Define to have CTRL cause wheel events to accelerate scrolling. Release
163 CTRL to halt scrolling */
164 #undef MOUSE_SLIP_WHEELING
165
166 /* Define to use wheel events (button4 and button5) to scroll */
167 #undef MOUSE_WHEEL
168
169 /* Support NeXT style scrollbars */
170 #undef NEXT_SCROLLBAR
171
172 /* Define if you don't want support for the backspace key */
173 #undef NO_BACKSPACE_KEY
174
175 /* Define if you don't want support for the (non-keypad) delete key */
176 #undef NO_DELETE_KEY
177
178 /* Define if you don't want any resources read */
179 #undef NO_RESOURCES
180
181 /* Define for continual scrolling when you keep the scrollbar button pressed
182 */
183 #undef NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING
184
185 /* Disable the secondary screen. Many programs use the secondary screen as
186 their workplace */
187 #undef NO_SECONDARY_SCREEN
188
189 /* Define if you want faded colors when focus is lost */
190 #undef OFF_FOCUS_FADING
191
192 /* Define to the address where bug reports for this package should be sent. */
193 #undef PACKAGE_BUGREPORT
194
195 /* Define to the full name of this package. */
196 #undef PACKAGE_NAME
197
198 /* Define to the full name and version of this package. */
199 #undef PACKAGE_STRING
200
201 /* Define to the one symbol short name of this package. */
202 #undef PACKAGE_TARNAME
203
204 /* Define to the version of this package. */
205 #undef PACKAGE_VERSION
206
207 /* Support plain style scrollbars */
208 #undef PLAIN_SCROLLBAR
209
210 /* Define if you want hide the pointer while typing */
211 #undef POINTER_BLANK
212
213 /* Define to use a 24 bit visual if the screen has 24 bit mode */
214 #undef PREFER_24BIT
215
216 /* Resource class */
217 #undef RESCLASS
218
219 /* Fallback resource class */
220 #undef RESFALLBACK
221
222 /* Default resource name */
223 #undef RESNAME
224
225 /* Define as the return type of signal handlers (`int' or `void'). */
226 #undef RETSIGTYPE
227
228 /* Binary base name */
229 #undef RXVTNAME
230
231 /* Support Rxvt original style scrollbars */
232 #undef RXVT_SCROLLBAR
233
234 /* Set TERMINFO value to the value given by configure */
235 #undef RXVT_TERMINFO
236
237 /* Define to allow scrolling when the selection moves to the top or bottom of
238 the screen */
239 #undef SELECTION_SCROLLING
240
241 /* The size of a `int', as computed by sizeof. */
242 #undef SIZEOF_INT
243
244 /* The size of a `int *', as computed by sizeof. */
245 #undef SIZEOF_INT_P
246
247 /* The size of a `long long', as computed by sizeof. */
248 #undef SIZEOF_LONG_LONG
249
250 /* The size of a `short', as computed by sizeof. */
251 #undef SIZEOF_SHORT
252
253 /* Define to use "smart" resize behavior */
254 #undef SMART_RESIZE
255
256 /* Define to 1 if you have the ANSI C header files. */
257 #undef STDC_HEADERS
258
259 /* Set TERM to the value given by configure */
260 #undef TERMENV
261
262 /* Define if you want blinking text support */
263 #undef TEXT_BLINK
264
265 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
266 #undef TIME_WITH_SYS_TIME
267
268 /* Define if you want your background to be tinted */
269 #undef TINTING
270
271 /* Define if you want your background to use the parent window background */
272 #undef TRANSPARENT
273
274 /* Define location of ttys/ttytab */
275 #undef TTYTAB_FILENAME
276
277 /* Define to change gid of ttys to group tty */
278 #undef TTY_GID_SUPPORT
279
280 /* Define if you want to represent unicode characters outside plane 0 */
281 #undef UNICODE_3
282
283 /* Define if you want to have XIM (X Input Method) protocol support - required
284 for multibyte characters input */
285 #undef USE_XIM
286
287 /* Define if you want to have utmp/utmpx support */
288 #undef UTMP_SUPPORT
289
290 /* Define if you want to have wtmp support when utmp/utmpx is enabled */
291 #undef WTMP_SUPPORT
292
293 /* Define to enable xft support */
294 #undef XFT
295
296 /* Define if your XIMCallback specifies XIC as first type. */
297 #undef XIMCB_PROTO_BROKEN
298
299 /* Define if you want to have sexy-looking background pixmaps. Needs libXpm */
300 #undef XPM_BACKGROUND
301
302 /* Define if you include <X11/xpm.h> on a normal include path (be careful) */
303 #undef XPM_INC_X11
304
305 /* Support Xterm style scrollbars */
306 #undef XTERM_SCROLLBAR
307
308 /* Define to 1 if the X Window System is missing or not being used. */
309 #undef X_DISPLAY_MISSING
310
311 /* Define to 1 if on AIX 3.
312 System headers sometimes define this.
313 We just want to avoid a redefinition error message. */
314 #ifndef _ALL_SOURCE
315 # undef _ALL_SOURCE
316 #endif
317
318 /* Use all glibc features. */
319 #undef _GNU_SOURCE
320
321 /* Needed to get declarations for msg_control and msg_controllen on Solaris */
322 #undef _XOPEN_SOURCE
323
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. */
331 #undef const
332
333 /* Define to `int' if <sys/types.h> doesn't define. */
334 #undef gid_t
335
336 /* Define to `__inline__' or `__inline' if that's what the C compiler
337 calls it, or to nothing if 'inline' is not supported under any name. */
338 #ifndef __cplusplus
339 #undef inline
340 #endif
341
342 /* Define to `int' if <sys/types.h> does not define. */
343 #undef mode_t
344
345 /* Define to `int' if <sys/types.h> does not define. */
346 #undef pid_t
347
348 /* Define to `int' if <sys/types.h> doesn't define. */
349 #undef uid_t