ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/autoconf/config.h.in
(Generate patch)

Comparing rxvt-unicode/autoconf/config.h.in (file contents):
Revision 1.6 by pcg, Sun Feb 29 22:32:31 2004 UTC vs.
Revision 1.36 by root, Tue Jan 10 18:09:22 2006 UTC

41#undef uid_t 41#undef uid_t
42 42
43/* Define if the X Window System is missing or not being used. */ 43/* Define if the X Window System is missing or not being used. */
44#undef X_DISPLAY_MISSING 44#undef X_DISPLAY_MISSING
45 45
46/* The number of bytes in a char. */
47#undef SIZEOF_CHAR
48
49/* The number of bytes in a int. */ 46/* The number of bytes in a int. */
50#undef SIZEOF_INT 47#undef SIZEOF_INT
51 48
52/* The number of bytes in a int *. */ 49/* The number of bytes in a int *. */
53#undef SIZEOF_INT_P 50#undef SIZEOF_INT_P
54 51
55/* The number of bytes in a long. */
56#undef SIZEOF_LONG
57
58/* The number of bytes in a long long. */ 52/* The number of bytes in a long long. */
59#undef SIZEOF_LONG_LONG 53#undef SIZEOF_LONG_LONG
60 54
61/* The number of bytes in a short. */ 55/* The number of bytes in a short. */
62#undef SIZEOF_SHORT 56#undef SIZEOF_SHORT
113#undef HAVE_UNSETENV 107#undef HAVE_UNSETENV
114 108
115/* Define if you have the updwtmp function. */ 109/* Define if you have the updwtmp function. */
116#undef HAVE_UPDWTMP 110#undef HAVE_UPDWTMP
117 111
112/* Define if you have the updwtmpx function. */
113#undef HAVE_UPDWTMPX
114
118/* Define if you have the <X11/Xft/Xft.h> header file. */ 115/* Define if you have the <X11/Xft/Xft.h> header file. */
119#undef HAVE_X11_XFT_XFT_H 116#undef HAVE_X11_XFT_XFT_H
120 117
121/* Define if you have the <assert.h> header file. */ 118/* Define if you have the <assert.h> header file. */
122#undef HAVE_ASSERT_H 119#undef HAVE_ASSERT_H
123 120
121/* Define if you have the <clocale> header file. */
122#undef HAVE_CLOCALE
123
124/* Define if you have the <dlfcn.h> header file. */ 124/* Define if you have the <cwchar> header file. */
125#undef HAVE_DLFCN_H 125#undef HAVE_CWCHAR
126 126
127/* Define if you have the <fcntl.h> header file. */ 127/* Define if you have the <fcntl.h> header file. */
128#undef HAVE_FCNTL_H 128#undef HAVE_FCNTL_H
129 129
130/* Define if you have the <grp.h> header file. */ 130/* Define if you have the <grp.h> header file. */
134#undef HAVE_LASTLOG_H 134#undef HAVE_LASTLOG_H
135 135
136/* Define if you have the <libc.h> header file. */ 136/* Define if you have the <libc.h> header file. */
137#undef HAVE_LIBC_H 137#undef HAVE_LIBC_H
138 138
139/* Define if you have the <libutil.h> header file. */
140#undef HAVE_LIBUTIL_H
141
142/* Define if you have the <pty.h> header file. */
143#undef HAVE_PTY_H
144
139/* Define if you have the <stdarg.h> header file. */ 145/* Define if you have the <stdarg.h> header file. */
140#undef HAVE_STDARG_H 146#undef HAVE_STDARG_H
141 147
142/* Define if you have the <stdint.h> header file. */ 148/* Define if you have the <stdint.h> header file. */
143#undef HAVE_STDINT_H 149#undef HAVE_STDINT_H
158#undef HAVE_SYS_SELECT_H 164#undef HAVE_SYS_SELECT_H
159 165
160/* Define if you have the <sys/sockio.h> header file. */ 166/* Define if you have the <sys/sockio.h> header file. */
161#undef HAVE_SYS_SOCKIO_H 167#undef HAVE_SYS_SOCKIO_H
162 168
169/* Define if you have the <sys/stropts.h> header file. */
170#undef HAVE_SYS_STROPTS_H
171
163/* Define if you have the <sys/strredir.h> header file. */ 172/* Define if you have the <sys/strredir.h> header file. */
164#undef HAVE_SYS_STRREDIR_H 173#undef HAVE_SYS_STRREDIR_H
165 174
166/* Define if you have the <sys/time.h> header file. */ 175/* Define if you have the <sys/time.h> header file. */
167#undef HAVE_SYS_TIME_H 176#undef HAVE_SYS_TIME_H
170#undef HAVE_TERMIOS_H 179#undef HAVE_TERMIOS_H
171 180
172/* Define if you have the <unistd.h> header file. */ 181/* Define if you have the <unistd.h> header file. */
173#undef HAVE_UNISTD_H 182#undef HAVE_UNISTD_H
174 183
184/* Define if you have the <util.h> header file. */
185#undef HAVE_UTIL_H
186
175/* Define if you have the <utmp.h> header file. */ 187/* Define if you have the <utmp.h> header file. */
176#undef HAVE_UTMP_H 188#undef HAVE_UTMP_H
177 189
178/* Define if you have the <utmpx.h> header file. */ 190/* Define if you have the <utmpx.h> header file. */
179#undef HAVE_UTMPX_H 191#undef HAVE_UTMPX_H
180 192
193/* Define if you have the <wchar.h> header file. */
194#undef HAVE_WCHAR_H
195
181/* Define if you have the Xft library (-lXft). */ 196/* Define if you have the Xft library (-lXft). */
182#undef HAVE_LIBXFT 197#undef HAVE_LIBXFT
183 198
199/* Use all glibc features. */
200#undef _GNU_SOURCE
201
202/* Needed to get declarations for msg_control and msg_controllen on Solaris */
203#undef _XOPEN_SOURCE_EXTENDED
204
205/* Needed to get declarations for msg_control and msg_controllen on Solaris */
206#undef _XOPEN_SOURCE
207
208/* Needed to get declarations for msg_control and msg_controllen on Solaris */
209#undef __EXTENSIONS__
210
211/* Define if you have sched-h and sched_yield */
212#undef HAVE_SCHED_YIELD
213
184/* Build shared library version - specify via configure only */ 214/* Build shared library version - specify via configure only */
185#undef LIBRXVT 215#undef LIBRXVT
186 216
187/* Define if you want the depth of scrollbars and menus to be less */ 217/* Define if you want the depth of scrollbars and menus to be less */
188#undef HALFSHADOW 218#undef HALFSHADOW
200#undef NO_RESOURCES 230#undef NO_RESOURCES
201 231
202/* Define if you want to use XGetDefault instead of our internal version */ 232/* Define if you want to use XGetDefault instead of our internal version */
203#undef USE_XGETDEFAULT 233#undef USE_XGETDEFAULT
204 234
235/* Fallback resource class */
236#undef RESFALLBACK
237
238/* Default resource name */
239#undef RESNAME
240
241/* Resource class */
242#undef RESCLASS
243
244/* Binary base name */
245#undef RXVTNAME
246
205/* Disable the secondary screen. Many programs use the secondary screen as their workplace */ 247/* Disable the secondary screen. Many programs use the secondary screen as their workplace */
206#undef NO_SECONDARY_SCREEN 248#undef NO_SECONDARY_SCREEN
207 249
208/* Define to remove xterm style mouse selection */
209#undef NO_NEW_SELECTION
210
211/* Define to use smart resize behavior */ 250/* Define to use smart resize behavior */
212#undef SMART_RESIZE 251#undef SMART_RESIZE
213 252
214/* Define if you want 256 colour support */
215#undef TTY_256COLOR
216
217/* Set TERM to the value given by configure */ 253/* Set TERM to the value given by configure */
218#undef TERMENV 254#undef TERMENV
219 255
220/* Set TERMINFO value to the value given by configure */ 256/* Set TERMINFO value to the value given by configure */
221#undef RXVT_TERMINFO 257#undef RXVT_TERMINFO
242#undef HAVE_STRUCT_UTMPX 278#undef HAVE_STRUCT_UTMPX
243 279
244/* Define if struct utmpx contains ut_host */ 280/* Define if struct utmpx contains ut_host */
245#undef HAVE_UTMPX_HOST 281#undef HAVE_UTMPX_HOST
246 282
283/* Define if struct utmpx contains ut_session */
284#undef HAVE_UTMPX_SESSION
285
247/* Define if utmp.h or lastlog.h has struct lastlog */ 286/* Define if utmp.h or lastlog.h has struct lastlog */
248#undef HAVE_STRUCT_LASTLOG 287#undef HAVE_STRUCT_LASTLOG
249 288
250/* Define if utmpx.h or lastlog.h has struct lastlogx */ 289/* Define if utmpx.h or lastlog.h has struct lastlogx */
251#undef HAVE_STRUCT_LASTLOGX 290#undef HAVE_STRUCT_LASTLOGX
284#undef HAVE_SETLOCALE 323#undef HAVE_SETLOCALE
285 324
286/* Define if nl_langinfo(CODESET) works */ 325/* Define if nl_langinfo(CODESET) works */
287#undef HAVE_NL_LANGINFO 326#undef HAVE_NL_LANGINFO
288 327
328/* Define if sys/socket.h defines the necessary macros/functions for file handle passing */
329#undef HAVE_UNIX_FDPASS
330
331/* Define if your XIMCallback specifies XIC as first type. */
332#undef XIMCB_PROTO_BROKEN
333
289/* Define if you have _GNU_SOURCE getpt() */ 334/* Define if you have _GNU_SOURCE getpt() */
290#undef HAVE_GETPT 335#undef HAVE_GETPT
291 336
292/* Define for this pty type */ 337/* Define for this pty type */
293#undef PTYS_ARE_OPENPTY 338#undef PTYS_ARE_OPENPTY
320#undef PTYCHAR1 365#undef PTYCHAR1
321 366
322/* Define for second char in devptyXX */ 367/* Define for second char in devptyXX */
323#undef PTYCHAR2 368#undef PTYCHAR2
324 369
370/* Define to enable xft support */
371#undef XFT
372
373/* Define if you want bold and italic support */
374#undef ENABLE_STYLES
375
376/* Define if you want ISO 14755 extended support */
377#undef ISO_14755
378
379/* Define if you want 8 bit control sequences */
380#undef EIGHT_BIT_CONTROLS
381
382/* Define if you want faded colors when focus is lost */
383#undef OFF_FOCUS_FADING
384
385/* Define if you want your background to be tinted */
386#undef TINTING
387
325/* Define if you want your background to use the parent window background */ 388/* Define if you want your background to use the parent window background */
326#undef TRANSPARENT 389#undef TRANSPARENT
327 390
328/* Define for continual scrolling when you keep the scrollbar button pressed */ 391/* Define for continual scrolling when you keep the scrollbar button pressed */
329#undef NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 392#undef NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING
332#undef SELECTION_SCROLLING 395#undef SELECTION_SCROLLING
333 396
334/* Define if you want Menubar support */ 397/* Define if you want Menubar support */
335#undef MENUBAR 398#undef MENUBAR
336 399
337/* Define if you don't want handling for rarely used features */ 400/* Define if you want handling for rarely used but handy features */
338#undef NO_FRILLS 401#undef ENABLE_FRILLS
339
340/* Define if you don't want support linespace */
341#undef NO_LINESPACE
342 402
343/* Define to use a 24 bit visual if the screen has 24 bit mode */ 403/* Define to use a 24 bit visual if the screen has 24 bit mode */
344#undef PREFER_24BIT 404#undef PREFER_24BIT
345 405
346/* Define to use wheel events (button4 and button5) to scroll */ 406/* Define to use wheel events (button4 and button5) to scroll */
347#undef MOUSE_WHEEL 407#undef MOUSE_WHEEL
348 408
349/* Define to have CTRL cause wheel events to accelerate scrolling. Release CTRL to halt scrolling */ 409/* Define to have CTRL cause wheel events to accelerate scrolling. Release CTRL to halt scrolling */
350#undef MOUSE_SLIP_WHEELING 410#undef MOUSE_SLIP_WHEELING
351 411
352/* Define to remove old rxvt (ver 2.20 and before) style selection */
353#undef NO_OLD_SELECTION
354
355/* Define if you want to have utmp/utmpx support */ 412/* Define if you want to have utmp/utmpx support */
356#undef UTMP_SUPPORT 413#undef UTMP_SUPPORT
357 414
358/* Define if you want to have wtmp support when utmp/utmpx is enabled */ 415/* Define if you want to have wtmp support when utmp/utmpx is enabled */
359#undef WTMP_SUPPORT 416#undef WTMP_SUPPORT
380#undef PLAIN_SCROLLBAR 437#undef PLAIN_SCROLLBAR
381 438
382/* Define if you want hide the pointer while typing */ 439/* Define if you want hide the pointer while typing */
383#undef POINTER_BLANK 440#undef POINTER_BLANK
384 441
385/* Define if you want blinking cursor support */
386#undef CURSOR_BLINK
387
388/* Define if you want blinking text support */ 442/* Define if you want blinking text support */
389#undef TEXT_BLINK 443#undef TEXT_BLINK
390 444
391/* Define if you want to represent unicode characters outside plane 0 */ 445/* Define if you want to represent unicode characters outside plane 0 */
392#undef UNICODE_3 446#undef UNICODE_3
393 447
448/* Define if you want to automatically compose combining characters */
449#undef ENABLE_COMBINING
450
394/* Define if you want european extended codesets */ 451/* Define if you want european extended codesets */
395#undef ENCODING_EU 452#undef ENCODING_EU
396 453
397/* Define if you want vietnamese codesets */ 454/* Define if you want vietnamese codesets */
398#undef ENCODING_VN 455#undef ENCODING_VN
405 462
406/* Define if you want korean codesets */ 463/* Define if you want korean codesets */
407#undef ENCODING_KR 464#undef ENCODING_KR
408 465
409/* Define if you want chinese codesets */ 466/* Define if you want chinese codesets */
410#undef ENCODING_CN 467#undef ENCODING_ZH
411 468
412/* Define if you want extended chinese codesets */ 469/* Define if you want extended chinese codesets */
413#undef ENCODING_CN_EXT 470#undef ENCODING_ZH_EXT
471
472/* Define if you can embed a perl interpreter */
473#undef ENABLE_PERL
414 474
415/* Define if you don't need to use our replacement string functions */ 475/* Define if you don't need to use our replacement string functions */
416#undef NO_STRINGS 476#undef NO_STRINGS
417 477
418/* Define to enable xft support */
419#undef XFT
420

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines