ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/config.h.in
Revision: 1.54
Committed: Fri Jul 23 19:19:18 2021 UTC (2 years, 10 months ago) by sf-exg
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_29, rxvt-unicode-rel-9_30, HEAD
Changes since 1.53: +0 -122 lines
Log Message:
configure: regenerate

File Contents

# User Rev Content
1 ayin 1.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 root 1.13 /* Define if you want your background to use the parent window background */
19     #undef ENABLE_TRANSPARENCY
20    
21 ayin 1.1 /* Define if you want european extended codesets */
22     #undef ENCODING_EU
23    
24     /* Define if you want japanese codesets */
25     #undef ENCODING_JP
26    
27     /* Define if you want extended japanese codesets */
28     #undef ENCODING_JP_EXT
29    
30     /* Define if you want korean codesets */
31     #undef ENCODING_KR
32    
33     /* Define if you want vietnamese codesets */
34     #undef ENCODING_VN
35    
36     /* Define if you want chinese codesets */
37     #undef ENCODING_ZH
38    
39     /* Define if you want extended chinese codesets */
40     #undef ENCODING_ZH_EXT
41    
42 root 1.18 /* Define to 1 if you have the `clock_gettime' function. */
43     #undef HAVE_CLOCK_GETTIME
44    
45 root 1.38 /* Define to 1 to use the syscall interface for clock_gettime */
46 root 1.28 #undef HAVE_CLOCK_SYSCALL
47    
48 root 1.18 /* Define to 1 if you have the `epoll_ctl' function. */
49     #undef HAVE_EPOLL_CTL
50    
51 root 1.26 /* Define to 1 if you have the `eventfd' function. */
52     #undef HAVE_EVENTFD
53    
54 root 1.49 /* Define to 1 if you have the `FcPatternGet' function. */
55     #undef HAVE_FCPATTERNGET
56    
57 root 1.38 /* Define to 1 if the floor function is available */
58     #undef HAVE_FLOOR
59    
60 root 1.35 /* Define to 1 if you have the <fontconfig/fontconfig.h> header file. */
61     #undef HAVE_FONTCONFIG_FONTCONFIG_H
62    
63 ayin 1.22 /* Define to 1 if you have the `inotify_init' function. */
64     #undef HAVE_INOTIFY_INIT
65    
66 ayin 1.1 /* Define to 1 if you have the <inttypes.h> header file. */
67     #undef HAVE_INTTYPES_H
68    
69 root 1.52 /* Define to 1 if linux/fs.h defined kernel_rwf_t */
70     #undef HAVE_KERNEL_RWF_T
71    
72 root 1.18 /* Define to 1 if you have the `kqueue' function. */
73     #undef HAVE_KQUEUE
74    
75     /* Define to 1 if you have the `rt' library (-lrt). */
76     #undef HAVE_LIBRT
77    
78 root 1.51 /* Define to 1 if you have the <linux/aio_abi.h> header file. */
79     #undef HAVE_LINUX_AIO_ABI_H
80    
81 root 1.52 /* Define to 1 if you have the <linux/fs.h> header file. */
82     #undef HAVE_LINUX_FS_H
83    
84 sf-exg 1.53 /* Define to 1 if you have the <minix/config.h> header file. */
85     #undef HAVE_MINIX_CONFIG_H
86 ayin 1.1
87 root 1.25 /* Define to 1 if you have the `nanosleep' function. */
88     #undef HAVE_NANOSLEEP
89 root 1.24
90 ayin 1.1 /* Define if nl_langinfo(CODESET) works */
91     #undef HAVE_NL_LANGINFO
92    
93 sf-exg 1.32 /* Define if you want to use gdk-pixbuf for image processing */
94     #undef HAVE_PIXBUF
95    
96 root 1.21 /* Define to 1 if you have the `poll' function. */
97     #undef HAVE_POLL
98    
99     /* Define to 1 if you have the <poll.h> header file. */
100     #undef HAVE_POLL_H
101    
102 root 1.19 /* Define to 1 if you have the `port_create' function. */
103     #undef HAVE_PORT_CREATE
104    
105     /* Define to 1 if you have the <port.h> header file. */
106     #undef HAVE_PORT_H
107    
108 root 1.21 /* Define to 1 if you have the `select' function. */
109     #undef HAVE_SELECT
110    
111 root 1.28 /* Define to 1 if you have the `signalfd' function. */
112     #undef HAVE_SIGNALFD
113    
114 mikachu 1.40 /* Define if freedesktop startup notifications should be supported */
115     #undef HAVE_STARTUP_NOTIFICATION
116    
117 ayin 1.1 /* Define to 1 if you have the <stdint.h> header file. */
118     #undef HAVE_STDINT_H
119    
120 sf-exg 1.53 /* Define to 1 if you have the <stdio.h> header file. */
121     #undef HAVE_STDIO_H
122    
123 ayin 1.1 /* Define to 1 if you have the <stdlib.h> header file. */
124     #undef HAVE_STDLIB_H
125    
126     /* Define to 1 if you have the <strings.h> header file. */
127     #undef HAVE_STRINGS_H
128    
129     /* Define to 1 if you have the <string.h> header file. */
130     #undef HAVE_STRING_H
131    
132 sf-exg 1.37 /* Define to 1 if you have the <sys/byteorder.h> header file. */
133     #undef HAVE_SYS_BYTEORDER_H
134    
135 root 1.18 /* Define to 1 if you have the <sys/epoll.h> header file. */
136     #undef HAVE_SYS_EPOLL_H
137    
138 root 1.26 /* Define to 1 if you have the <sys/eventfd.h> header file. */
139     #undef HAVE_SYS_EVENTFD_H
140    
141 root 1.18 /* Define to 1 if you have the <sys/event.h> header file. */
142     #undef HAVE_SYS_EVENT_H
143    
144 ayin 1.22 /* Define to 1 if you have the <sys/inotify.h> header file. */
145     #undef HAVE_SYS_INOTIFY_H
146    
147 ayin 1.1 /* Define to 1 if you have the <sys/ioctl.h> header file. */
148     #undef HAVE_SYS_IOCTL_H
149    
150     /* Define to 1 if you have the <sys/select.h> header file. */
151     #undef HAVE_SYS_SELECT_H
152    
153 root 1.28 /* Define to 1 if you have the <sys/signalfd.h> header file. */
154     #undef HAVE_SYS_SIGNALFD_H
155    
156 ayin 1.1 /* Define to 1 if you have the <sys/sockio.h> header file. */
157     #undef HAVE_SYS_SOCKIO_H
158    
159     /* Define to 1 if you have the <sys/stat.h> header file. */
160     #undef HAVE_SYS_STAT_H
161    
162     /* Define to 1 if you have the <sys/strredir.h> header file. */
163     #undef HAVE_SYS_STRREDIR_H
164    
165 root 1.52 /* Define to 1 if you have the <sys/timerfd.h> header file. */
166     #undef HAVE_SYS_TIMERFD_H
167    
168 ayin 1.1 /* Define to 1 if you have the <sys/types.h> header file. */
169     #undef HAVE_SYS_TYPES_H
170    
171     /* Define to 1 if you have the <unistd.h> header file. */
172     #undef HAVE_UNISTD_H
173    
174     /* Define to 1 if you have the `unsetenv' function. */
175     #undef HAVE_UNSETENV
176    
177     /* Define to 1 if you have the <wchar.h> header file. */
178     #undef HAVE_WCHAR_H
179    
180     /* Define to 1 if you have the <X11/Xft/Xft.h> header file. */
181     #undef HAVE_X11_XFT_XFT_H
182    
183 root 1.49 /* Define to 1 if you have the `XftDrawString32' function. */
184     #undef HAVE_XFTDRAWSTRING32
185    
186 sf-exg 1.50 /* Define to enable Xmu support */
187     #undef HAVE_XMU
188    
189 ayin 1.1 /* Define if setlocale (defined to Xsetlocale) works */
190     #undef HAVE_XSETLOCALE
191    
192     /* Define if you want ISO 14755 extended support */
193     #undef ISO_14755
194    
195     /* Define to have CTRL cause wheel events to accelerate scrolling. Release
196     CTRL to halt scrolling */
197     #undef MOUSE_SLIP_WHEELING
198    
199     /* Define to use wheel events (button4 and button5) to scroll */
200     #undef MOUSE_WHEEL
201    
202 root 1.29 /* Disable assertions (good for debugging) */
203     #undef NDEBUG
204    
205 ayin 1.1 /* Support NeXT style scrollbars */
206     #undef NEXT_SCROLLBAR
207    
208     /* Define if you don't want support for the backspace key */
209     #undef NO_BACKSPACE_KEY
210    
211     /* Define if you don't want support for the (non-keypad) delete key */
212     #undef NO_DELETE_KEY
213    
214     /* Define if you don't want any resources read */
215     #undef NO_RESOURCES
216    
217     /* Define for continual scrolling when you keep the scrollbar button pressed
218     */
219     #undef NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING
220    
221     /* Disable the secondary screen. Many programs use the secondary screen as
222     their workplace */
223     #undef NO_SECONDARY_SCREEN
224    
225     /* Define if you want faded colors when focus is lost */
226     #undef OFF_FOCUS_FADING
227    
228     /* Define to the address where bug reports for this package should be sent. */
229     #undef PACKAGE_BUGREPORT
230    
231     /* Define to the full name of this package. */
232     #undef PACKAGE_NAME
233    
234     /* Define to the full name and version of this package. */
235     #undef PACKAGE_STRING
236    
237     /* Define to the one symbol short name of this package. */
238     #undef PACKAGE_TARNAME
239    
240 sf-exg 1.30 /* Define to the home page for this package. */
241     #undef PACKAGE_URL
242    
243 ayin 1.1 /* Define to the version of this package. */
244     #undef PACKAGE_VERSION
245    
246     /* Support plain style scrollbars */
247     #undef PLAIN_SCROLLBAR
248    
249 sf-exg 1.33 /* Define if you want to hide the pointer while typing */
250 ayin 1.1 #undef POINTER_BLANK
251    
252     /* Resource class */
253     #undef RESCLASS
254    
255     /* Fallback resource class */
256     #undef RESFALLBACK
257    
258     /* Default resource name */
259     #undef RESNAME
260    
261     /* Binary base name */
262     #undef RXVTNAME
263    
264     /* Support Rxvt original style scrollbars */
265     #undef RXVT_SCROLLBAR
266    
267     /* Set TERMINFO value to the value given by configure */
268     #undef RXVT_TERMINFO
269    
270     /* Define to allow scrolling when the selection moves to the top or bottom of
271     the screen */
272     #undef SELECTION_SCROLLING
273    
274     /* Define to use "smart" resize behavior */
275     #undef SMART_RESIZE
276    
277 sf-exg 1.53 /* Define to 1 if all of the C90 standard headers exist (not just the ones
278     required in a freestanding environment). This macro is provided for
279     backward compatibility; new code need not use it. */
280 ayin 1.1 #undef STDC_HEADERS
281    
282     /* Set TERM to the value given by configure */
283     #undef TERMENV
284    
285     /* Define if you want blinking text support */
286     #undef TEXT_BLINK
287    
288     /* Define if you want to represent unicode characters outside plane 0 */
289     #undef UNICODE_3
290    
291 sf-exg 1.30 /* Define if you want 256-color support */
292     #undef USE_256_COLORS
293    
294     /* Enable extensions on AIX 3, Interix. */
295     #ifndef _ALL_SOURCE
296     # undef _ALL_SOURCE
297     #endif
298 sf-exg 1.53 /* Enable general extensions on macOS. */
299     #ifndef _DARWIN_C_SOURCE
300     # undef _DARWIN_C_SOURCE
301     #endif
302     /* Enable general extensions on Solaris. */
303     #ifndef __EXTENSIONS__
304     # undef __EXTENSIONS__
305     #endif
306 sf-exg 1.30 /* Enable GNU extensions on systems that have them. */
307     #ifndef _GNU_SOURCE
308     # undef _GNU_SOURCE
309     #endif
310 sf-exg 1.53 /* Enable X/Open compliant socket functions that do not require linking
311     with -lxnet on HP-UX 11.11. */
312     #ifndef _HPUX_ALT_XOPEN_SOCKET_API
313     # undef _HPUX_ALT_XOPEN_SOCKET_API
314     #endif
315     /* Identify the host operating system as Minix.
316     This macro does not affect the system headers' behavior.
317     A future release of Autoconf may stop defining this macro. */
318     #ifndef _MINIX
319     # undef _MINIX
320     #endif
321     /* Enable general extensions on NetBSD.
322     Enable NetBSD compatibility extensions on Minix. */
323     #ifndef _NETBSD_SOURCE
324     # undef _NETBSD_SOURCE
325     #endif
326     /* Enable OpenBSD compatibility extensions on NetBSD.
327     Oddly enough, this does nothing on OpenBSD. */
328     #ifndef _OPENBSD_SOURCE
329     # undef _OPENBSD_SOURCE
330     #endif
331     /* Define to 1 if needed for POSIX-compatible behavior. */
332     #ifndef _POSIX_SOURCE
333     # undef _POSIX_SOURCE
334     #endif
335     /* Define to 2 if needed for POSIX-compatible behavior. */
336     #ifndef _POSIX_1_SOURCE
337     # undef _POSIX_1_SOURCE
338     #endif
339     /* Enable POSIX-compatible threading on Solaris. */
340 sf-exg 1.30 #ifndef _POSIX_PTHREAD_SEMANTICS
341     # undef _POSIX_PTHREAD_SEMANTICS
342     #endif
343 sf-exg 1.53 /* Enable extensions specified by ISO/IEC TS 18661-5:2014. */
344     #ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
345     # undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
346     #endif
347     /* Enable extensions specified by ISO/IEC TS 18661-1:2014. */
348     #ifndef __STDC_WANT_IEC_60559_BFP_EXT__
349     # undef __STDC_WANT_IEC_60559_BFP_EXT__
350     #endif
351     /* Enable extensions specified by ISO/IEC TS 18661-2:2015. */
352     #ifndef __STDC_WANT_IEC_60559_DFP_EXT__
353     # undef __STDC_WANT_IEC_60559_DFP_EXT__
354     #endif
355     /* Enable extensions specified by ISO/IEC TS 18661-4:2015. */
356     #ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
357     # undef __STDC_WANT_IEC_60559_FUNCS_EXT__
358     #endif
359     /* Enable extensions specified by ISO/IEC TS 18661-3:2015. */
360     #ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
361     # undef __STDC_WANT_IEC_60559_TYPES_EXT__
362     #endif
363     /* Enable extensions specified by ISO/IEC TR 24731-2:2010. */
364     #ifndef __STDC_WANT_LIB_EXT2__
365     # undef __STDC_WANT_LIB_EXT2__
366     #endif
367     /* Enable extensions specified by ISO/IEC 24747:2009. */
368     #ifndef __STDC_WANT_MATH_SPEC_FUNCS__
369     # undef __STDC_WANT_MATH_SPEC_FUNCS__
370     #endif
371 sf-exg 1.30 /* Enable extensions on HP NonStop. */
372     #ifndef _TANDEM_SOURCE
373     # undef _TANDEM_SOURCE
374     #endif
375 sf-exg 1.53 /* Enable X/Open extensions. Define to 500 only if necessary
376     to make mbstate_t available. */
377     #ifndef _XOPEN_SOURCE
378     # undef _XOPEN_SOURCE
379 sf-exg 1.30 #endif
380    
381    
382 ayin 1.1 /* Define if you want to have XIM (X Input Method) protocol support - required
383     for multibyte characters input */
384     #undef USE_XIM
385    
386     /* Define to enable xft support */
387     #undef XFT
388    
389     /* Define if your XIMCallback specifies XIC as first type. */
390     #undef XIMCB_PROTO_BROKEN
391    
392 root 1.10 /* Define ONLY iff Xlib.h supports it */
393     #undef XLIB_ILLEGAL_ACCESS
394    
395 sf-exg 1.34 /* Define to enable xrender support */
396     #undef XRENDER
397    
398 ayin 1.1 /* Support Xterm style scrollbars */
399     #undef XTERM_SCROLLBAR
400    
401     /* Define to 1 if the X Window System is missing or not being used. */
402     #undef X_DISPLAY_MISSING
403    
404 ayin 1.23 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
405 sf-exg 1.30 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
406 ayin 1.23 #define below would cause a syntax error. */
407     #undef _UINT32_T
408    
409 ayin 1.1 /* Define to `int' if <sys/types.h> doesn't define. */
410     #undef gid_t
411    
412 ayin 1.23 /* Define to the type of a signed integer type of width exactly 16 bits if
413     such a type exists and the standard includes do not define it. */
414     #undef int16_t
415    
416     /* Define to the type of a signed integer type of width exactly 32 bits if
417     such a type exists and the standard includes do not define it. */
418     #undef int32_t
419    
420 ayin 1.1 /* Define to `int' if <sys/types.h> does not define. */
421     #undef mode_t
422    
423 sf-exg 1.53 /* Define as a signed integer type capable of holding a process identifier. */
424 ayin 1.1 #undef pid_t
425    
426     /* Define to `int' if <sys/types.h> doesn't define. */
427     #undef uid_t
428 ayin 1.23
429     /* Define to the type of an unsigned integer type of width exactly 16 bits if
430     such a type exists and the standard includes do not define it. */
431     #undef uint16_t
432    
433     /* Define to the type of an unsigned integer type of width exactly 32 bits if
434     such a type exists and the standard includes do not define it. */
435     #undef uint32_t