xref: /dragonfly/gnu/usr.bin/gdb/libgnu/config.h (revision fa555ecf)
1c33252afSJohn Marino /* config.h.  Generated from config.in by configure.  */
2c33252afSJohn Marino /* config.in.  Generated from configure.ac by autoheader.  */
3c33252afSJohn Marino 
4c33252afSJohn Marino /* Define to the number of bits in type 'ptrdiff_t'. */
5c33252afSJohn Marino /* #undef BITSIZEOF_PTRDIFF_T */
6c33252afSJohn Marino 
7c33252afSJohn Marino /* Define to the number of bits in type 'sig_atomic_t'. */
8c33252afSJohn Marino /* #undef BITSIZEOF_SIG_ATOMIC_T */
9c33252afSJohn Marino 
10c33252afSJohn Marino /* Define to the number of bits in type 'size_t'. */
11c33252afSJohn Marino /* #undef BITSIZEOF_SIZE_T */
12c33252afSJohn Marino 
13c33252afSJohn Marino /* Define to the number of bits in type 'wchar_t'. */
14c33252afSJohn Marino /* #undef BITSIZEOF_WCHAR_T */
15c33252afSJohn Marino 
16c33252afSJohn Marino /* Define to the number of bits in type 'wint_t'. */
17c33252afSJohn Marino /* #undef BITSIZEOF_WINT_T */
18c33252afSJohn Marino 
19c33252afSJohn Marino /* Define to one of '_getb67', 'GETB67', 'getb67' for Cray-2 and Cray-YMP
20c33252afSJohn Marino    systems. This function is required for 'alloca.c' support on those systems.
21c33252afSJohn Marino    */
22c33252afSJohn Marino /* #undef CRAY_STACKSEG_END */
23c33252afSJohn Marino 
24c33252afSJohn Marino /* Define to 1 if using 'alloca.c'. */
25c33252afSJohn Marino /* #undef C_ALLOCA */
26c33252afSJohn Marino 
27c33252afSJohn Marino /* Define to 1 when the gnulib module mbrtowc should be tested. */
28c33252afSJohn Marino #define GNULIB_TEST_MBRTOWC 1
29c33252afSJohn Marino 
30c33252afSJohn Marino /* Define to 1 when the gnulib module mbsinit should be tested. */
31c33252afSJohn Marino #define GNULIB_TEST_MBSINIT 1
32c33252afSJohn Marino 
33c33252afSJohn Marino /* Define to 1 when the gnulib module mbsrtowcs should be tested. */
34c33252afSJohn Marino #define GNULIB_TEST_MBSRTOWCS 1
35c33252afSJohn Marino 
36c33252afSJohn Marino /* Define to 1 when the gnulib module memchr should be tested. */
37c33252afSJohn Marino #define GNULIB_TEST_MEMCHR 1
38c33252afSJohn Marino 
39c33252afSJohn Marino /* Define to 1 when the gnulib module memmem should be tested. */
40c33252afSJohn Marino #define GNULIB_TEST_MEMMEM 1
41c33252afSJohn Marino 
42c33252afSJohn Marino /* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
43c33252afSJohn Marino    may be supplied by this distribution. */
44c33252afSJohn Marino #define HAVE_ALLOCA 1
45c33252afSJohn Marino 
46c33252afSJohn Marino /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
47c33252afSJohn Marino    */
48c33252afSJohn Marino /* #undef HAVE_ALLOCA_H */
49c33252afSJohn Marino 
50c33252afSJohn Marino /* Define to 1 if you have the <bp-sym.h> header file. */
51c33252afSJohn Marino /* #undef HAVE_BP_SYM_H */
52c33252afSJohn Marino 
53c33252afSJohn Marino /* Define to 1 if you have the 'btowc' function. */
54c33252afSJohn Marino #define HAVE_BTOWC 1
55c33252afSJohn Marino 
56c33252afSJohn Marino /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
57c33252afSJohn Marino    don't. */
58c33252afSJohn Marino #define HAVE_DECL_GETC_UNLOCKED 1
59c33252afSJohn Marino 
60c33252afSJohn Marino /* Define to 1 if you have the declaration of `isblank', and to 0 if you
61c33252afSJohn Marino    don't. */
62c33252afSJohn Marino #define HAVE_DECL_ISBLANK 1
63c33252afSJohn Marino 
64c33252afSJohn Marino /* Define to 1 if you have the declaration of `mbrtowc', and to 0 if you
65c33252afSJohn Marino    don't. */
66c33252afSJohn Marino /* #undef HAVE_DECL_MBRTOWC */
67c33252afSJohn Marino 
68c33252afSJohn Marino /* Define to 1 if you have the declaration of `mbsinit', and to 0 if you
69c33252afSJohn Marino    don't. */
70c33252afSJohn Marino /* #undef HAVE_DECL_MBSINIT */
71c33252afSJohn Marino 
72c33252afSJohn Marino /* Define to 1 if you have the declaration of `mbsrtowcs', and to 0 if you
73c33252afSJohn Marino    don't. */
74c33252afSJohn Marino /* #undef HAVE_DECL_MBSRTOWCS */
75c33252afSJohn Marino 
76c33252afSJohn Marino /* Define to 1 if you have the declaration of `memmem', and to 0 if you don't.
77c33252afSJohn Marino    */
78c33252afSJohn Marino #define HAVE_DECL_MEMMEM 1
79c33252afSJohn Marino 
80c33252afSJohn Marino /* Define to 1 if you have the declaration of `towlower', and to 0 if you
81c33252afSJohn Marino    don't. */
82c33252afSJohn Marino /* #undef HAVE_DECL_TOWLOWER */
83c33252afSJohn Marino 
84c33252afSJohn Marino /* Define to 1 if you have the <features.h> header file. */
85c33252afSJohn Marino /* #undef HAVE_FEATURES_H */
86c33252afSJohn Marino 
87c33252afSJohn Marino /* Define to 1 if you have the <inttypes.h> header file. */
88c33252afSJohn Marino #define HAVE_INTTYPES_H 1
89c33252afSJohn Marino 
90c33252afSJohn Marino /* Define to 1 if you have the 'isblank' function. */
91c33252afSJohn Marino #define HAVE_ISBLANK 1
92c33252afSJohn Marino 
93c33252afSJohn Marino /* Define to 1 if you have the 'iswcntrl' function. */
94c33252afSJohn Marino #define HAVE_ISWCNTRL 1
95c33252afSJohn Marino 
96c33252afSJohn Marino /* Define to 1 if you have the 'iswctype' function. */
97c33252afSJohn Marino #define HAVE_ISWCTYPE 1
98c33252afSJohn Marino 
99c33252afSJohn Marino /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
100c33252afSJohn Marino #define HAVE_LANGINFO_CODESET 1
101c33252afSJohn Marino 
102c33252afSJohn Marino /* Define to 1 if the system has the type 'long long int'. */
103c33252afSJohn Marino #define HAVE_LONG_LONG_INT 1
104c33252afSJohn Marino 
105c33252afSJohn Marino /* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
106c33252afSJohn Marino    config.h and <sys/mman.h>. */
107c33252afSJohn Marino #define HAVE_MAP_ANONYMOUS 1
108c33252afSJohn Marino 
109c33252afSJohn Marino /* Define to 1 if you have the 'mbrtowc' function. */
110c33252afSJohn Marino #define HAVE_MBRTOWC 1
111c33252afSJohn Marino 
112c33252afSJohn Marino /* Define to 1 if you have the 'mbsinit' function. */
113c33252afSJohn Marino #define HAVE_MBSINIT 1
114c33252afSJohn Marino 
115c33252afSJohn Marino /* Define to 1 if you have the 'mbsrtowcs' function. */
116c33252afSJohn Marino #define HAVE_MBSRTOWCS 1
117c33252afSJohn Marino 
118c33252afSJohn Marino /* Define to 1 if <wchar.h> declares mbstate_t. */
119c33252afSJohn Marino #define HAVE_MBSTATE_T 1
120c33252afSJohn Marino 
121c33252afSJohn Marino /* Define to 1 if you have the `memmem' function. */
122c33252afSJohn Marino #define HAVE_MEMMEM 1
123c33252afSJohn Marino 
124c33252afSJohn Marino /* Define to 1 if you have the <memory.h> header file. */
125c33252afSJohn Marino #define HAVE_MEMORY_H 1
126c33252afSJohn Marino 
127c33252afSJohn Marino /* Define to 1 if you have the 'mempcpy' function. */
128c33252afSJohn Marino #define HAVE_MEMPCPY 1
129c33252afSJohn Marino 
130c33252afSJohn Marino /* Define to 1 if you have the 'mprotect' function. */
131c33252afSJohn Marino #define HAVE_MPROTECT 1
132c33252afSJohn Marino 
133c33252afSJohn Marino /* Define to 1 if btowc is declared even after undefining macros. */
134c33252afSJohn Marino #define HAVE_RAW_DECL_BTOWC 1
135c33252afSJohn Marino 
136c33252afSJohn Marino /* Define to 1 if ffsl is declared even after undefining macros. */
137c33252afSJohn Marino #define HAVE_RAW_DECL_FFSL 1
138c33252afSJohn Marino 
139c33252afSJohn Marino /* Define to 1 if ffsll is declared even after undefining macros. */
140c33252afSJohn Marino #define HAVE_RAW_DECL_FFSLL 1
141c33252afSJohn Marino 
142c33252afSJohn Marino /* Define to 1 if imaxabs is declared even after undefining macros. */
143c33252afSJohn Marino #define HAVE_RAW_DECL_IMAXABS 1
144c33252afSJohn Marino 
145c33252afSJohn Marino /* Define to 1 if imaxdiv is declared even after undefining macros. */
146c33252afSJohn Marino #define HAVE_RAW_DECL_IMAXDIV 1
147c33252afSJohn Marino 
148c33252afSJohn Marino /* Define to 1 if iswctype is declared even after undefining macros. */
149c33252afSJohn Marino #define HAVE_RAW_DECL_ISWCTYPE 1
150c33252afSJohn Marino 
151c33252afSJohn Marino /* Define to 1 if mbrlen is declared even after undefining macros. */
152c33252afSJohn Marino #define HAVE_RAW_DECL_MBRLEN 1
153c33252afSJohn Marino 
154c33252afSJohn Marino /* Define to 1 if mbrtowc is declared even after undefining macros. */
155c33252afSJohn Marino #define HAVE_RAW_DECL_MBRTOWC 1
156c33252afSJohn Marino 
157c33252afSJohn Marino /* Define to 1 if mbsinit is declared even after undefining macros. */
158c33252afSJohn Marino #define HAVE_RAW_DECL_MBSINIT 1
159c33252afSJohn Marino 
160c33252afSJohn Marino /* Define to 1 if mbsnrtowcs is declared even after undefining macros. */
161c33252afSJohn Marino #define HAVE_RAW_DECL_MBSNRTOWCS 1
162c33252afSJohn Marino 
163c33252afSJohn Marino /* Define to 1 if mbsrtowcs is declared even after undefining macros. */
164c33252afSJohn Marino #define HAVE_RAW_DECL_MBSRTOWCS 1
165c33252afSJohn Marino 
166c33252afSJohn Marino /* Define to 1 if memmem is declared even after undefining macros. */
167c33252afSJohn Marino #define HAVE_RAW_DECL_MEMMEM 1
168c33252afSJohn Marino 
169c33252afSJohn Marino /* Define to 1 if mempcpy is declared even after undefining macros. */
170c33252afSJohn Marino #define HAVE_RAW_DECL_MEMPCPY 1
171c33252afSJohn Marino 
172c33252afSJohn Marino /* Define to 1 if memrchr is declared even after undefining macros. */
173c33252afSJohn Marino #define HAVE_RAW_DECL_MEMRCHR 1
174c33252afSJohn Marino 
175c33252afSJohn Marino /* Define to 1 if rawmemchr is declared even after undefining macros. */
176c33252afSJohn Marino /* #undef HAVE_RAW_DECL_RAWMEMCHR */
177c33252afSJohn Marino 
178c33252afSJohn Marino /* Define to 1 if stpcpy is declared even after undefining macros. */
179c33252afSJohn Marino #define HAVE_RAW_DECL_STPCPY 1
180c33252afSJohn Marino 
181c33252afSJohn Marino /* Define to 1 if stpncpy is declared even after undefining macros. */
182c33252afSJohn Marino #define HAVE_RAW_DECL_STPNCPY 1
183c33252afSJohn Marino 
184c33252afSJohn Marino /* Define to 1 if strcasestr is declared even after undefining macros. */
185c33252afSJohn Marino #define HAVE_RAW_DECL_STRCASESTR 1
186c33252afSJohn Marino 
187c33252afSJohn Marino /* Define to 1 if strchrnul is declared even after undefining macros. */
188c33252afSJohn Marino #define HAVE_RAW_DECL_STRCHRNUL 1
189c33252afSJohn Marino 
190c33252afSJohn Marino /* Define to 1 if strdup is declared even after undefining macros. */
191c33252afSJohn Marino #define HAVE_RAW_DECL_STRDUP 1
192c33252afSJohn Marino 
193c33252afSJohn Marino /* Define to 1 if strerror_r is declared even after undefining macros. */
194c33252afSJohn Marino #define HAVE_RAW_DECL_STRERROR_R 1
195c33252afSJohn Marino 
196c33252afSJohn Marino /* Define to 1 if strncat is declared even after undefining macros. */
197c33252afSJohn Marino #define HAVE_RAW_DECL_STRNCAT 1
198c33252afSJohn Marino 
199c33252afSJohn Marino /* Define to 1 if strndup is declared even after undefining macros. */
200c33252afSJohn Marino #define HAVE_RAW_DECL_STRNDUP 1
201c33252afSJohn Marino 
202c33252afSJohn Marino /* Define to 1 if strnlen is declared even after undefining macros. */
203c33252afSJohn Marino #define HAVE_RAW_DECL_STRNLEN 1
204c33252afSJohn Marino 
205c33252afSJohn Marino /* Define to 1 if strpbrk is declared even after undefining macros. */
206c33252afSJohn Marino #define HAVE_RAW_DECL_STRPBRK 1
207c33252afSJohn Marino 
208c33252afSJohn Marino /* Define to 1 if strsep is declared even after undefining macros. */
209c33252afSJohn Marino #define HAVE_RAW_DECL_STRSEP 1
210c33252afSJohn Marino 
211c33252afSJohn Marino /* Define to 1 if strsignal is declared even after undefining macros. */
212c33252afSJohn Marino #define HAVE_RAW_DECL_STRSIGNAL 1
213c33252afSJohn Marino 
214c33252afSJohn Marino /* Define to 1 if strtoimax is declared even after undefining macros. */
215c33252afSJohn Marino #define HAVE_RAW_DECL_STRTOIMAX 1
216c33252afSJohn Marino 
217c33252afSJohn Marino /* Define to 1 if strtok_r is declared even after undefining macros. */
218c33252afSJohn Marino #define HAVE_RAW_DECL_STRTOK_R 1
219c33252afSJohn Marino 
220c33252afSJohn Marino /* Define to 1 if strtoumax is declared even after undefining macros. */
221c33252afSJohn Marino #define HAVE_RAW_DECL_STRTOUMAX 1
222c33252afSJohn Marino 
223c33252afSJohn Marino /* Define to 1 if strverscmp is declared even after undefining macros. */
224c33252afSJohn Marino /* #undef HAVE_RAW_DECL_STRVERSCMP */
225c33252afSJohn Marino 
226c33252afSJohn Marino /* Define to 1 if towctrans is declared even after undefining macros. */
227c33252afSJohn Marino #define HAVE_RAW_DECL_TOWCTRANS 1
228c33252afSJohn Marino 
229c33252afSJohn Marino /* Define to 1 if wcpcpy is declared even after undefining macros. */
230c33252afSJohn Marino #define HAVE_RAW_DECL_WCPCPY 1
231c33252afSJohn Marino 
232c33252afSJohn Marino /* Define to 1 if wcpncpy is declared even after undefining macros. */
233c33252afSJohn Marino #define HAVE_RAW_DECL_WCPNCPY 1
234c33252afSJohn Marino 
235c33252afSJohn Marino /* Define to 1 if wcrtomb is declared even after undefining macros. */
236c33252afSJohn Marino #define HAVE_RAW_DECL_WCRTOMB 1
237c33252afSJohn Marino 
238c33252afSJohn Marino /* Define to 1 if wcscasecmp is declared even after undefining macros. */
239c33252afSJohn Marino #define HAVE_RAW_DECL_WCSCASECMP 1
240c33252afSJohn Marino 
241c33252afSJohn Marino /* Define to 1 if wcscat is declared even after undefining macros. */
242c33252afSJohn Marino #define HAVE_RAW_DECL_WCSCAT 1
243c33252afSJohn Marino 
244c33252afSJohn Marino /* Define to 1 if wcschr is declared even after undefining macros. */
245c33252afSJohn Marino #define HAVE_RAW_DECL_WCSCHR 1
246c33252afSJohn Marino 
247c33252afSJohn Marino /* Define to 1 if wcscmp is declared even after undefining macros. */
248c33252afSJohn Marino #define HAVE_RAW_DECL_WCSCMP 1
249c33252afSJohn Marino 
250c33252afSJohn Marino /* Define to 1 if wcscoll is declared even after undefining macros. */
251c33252afSJohn Marino #define HAVE_RAW_DECL_WCSCOLL 1
252c33252afSJohn Marino 
253c33252afSJohn Marino /* Define to 1 if wcscpy is declared even after undefining macros. */
254c33252afSJohn Marino #define HAVE_RAW_DECL_WCSCPY 1
255c33252afSJohn Marino 
256c33252afSJohn Marino /* Define to 1 if wcscspn is declared even after undefining macros. */
257c33252afSJohn Marino #define HAVE_RAW_DECL_WCSCSPN 1
258c33252afSJohn Marino 
259c33252afSJohn Marino /* Define to 1 if wcsdup is declared even after undefining macros. */
260c33252afSJohn Marino #define HAVE_RAW_DECL_WCSDUP 1
261c33252afSJohn Marino 
262c33252afSJohn Marino /* Define to 1 if wcslen is declared even after undefining macros. */
263c33252afSJohn Marino #define HAVE_RAW_DECL_WCSLEN 1
264c33252afSJohn Marino 
265c33252afSJohn Marino /* Define to 1 if wcsncasecmp is declared even after undefining macros. */
266c33252afSJohn Marino #define HAVE_RAW_DECL_WCSNCASECMP 1
267c33252afSJohn Marino 
268c33252afSJohn Marino /* Define to 1 if wcsncat is declared even after undefining macros. */
269c33252afSJohn Marino #define HAVE_RAW_DECL_WCSNCAT 1
270c33252afSJohn Marino 
271c33252afSJohn Marino /* Define to 1 if wcsncmp is declared even after undefining macros. */
272c33252afSJohn Marino #define HAVE_RAW_DECL_WCSNCMP 1
273c33252afSJohn Marino 
274c33252afSJohn Marino /* Define to 1 if wcsncpy is declared even after undefining macros. */
275c33252afSJohn Marino #define HAVE_RAW_DECL_WCSNCPY 1
276c33252afSJohn Marino 
277c33252afSJohn Marino /* Define to 1 if wcsnlen is declared even after undefining macros. */
278c33252afSJohn Marino #define HAVE_RAW_DECL_WCSNLEN 1
279c33252afSJohn Marino 
280c33252afSJohn Marino /* Define to 1 if wcsnrtombs is declared even after undefining macros. */
281c33252afSJohn Marino #define HAVE_RAW_DECL_WCSNRTOMBS 1
282c33252afSJohn Marino 
283c33252afSJohn Marino /* Define to 1 if wcspbrk is declared even after undefining macros. */
284c33252afSJohn Marino #define HAVE_RAW_DECL_WCSPBRK 1
285c33252afSJohn Marino 
286c33252afSJohn Marino /* Define to 1 if wcsrchr is declared even after undefining macros. */
287c33252afSJohn Marino #define HAVE_RAW_DECL_WCSRCHR 1
288c33252afSJohn Marino 
289c33252afSJohn Marino /* Define to 1 if wcsrtombs is declared even after undefining macros. */
290c33252afSJohn Marino #define HAVE_RAW_DECL_WCSRTOMBS 1
291c33252afSJohn Marino 
292c33252afSJohn Marino /* Define to 1 if wcsspn is declared even after undefining macros. */
293c33252afSJohn Marino #define HAVE_RAW_DECL_WCSSPN 1
294c33252afSJohn Marino 
295c33252afSJohn Marino /* Define to 1 if wcsstr is declared even after undefining macros. */
296c33252afSJohn Marino #define HAVE_RAW_DECL_WCSSTR 1
297c33252afSJohn Marino 
298c33252afSJohn Marino /* Define to 1 if wcstok is declared even after undefining macros. */
299c33252afSJohn Marino #define HAVE_RAW_DECL_WCSTOK 1
300c33252afSJohn Marino 
301c33252afSJohn Marino /* Define to 1 if wcswidth is declared even after undefining macros. */
302c33252afSJohn Marino #define HAVE_RAW_DECL_WCSWIDTH 1
303c33252afSJohn Marino 
304c33252afSJohn Marino /* Define to 1 if wcsxfrm is declared even after undefining macros. */
305c33252afSJohn Marino #define HAVE_RAW_DECL_WCSXFRM 1
306c33252afSJohn Marino 
307c33252afSJohn Marino /* Define to 1 if wctob is declared even after undefining macros. */
308c33252afSJohn Marino #define HAVE_RAW_DECL_WCTOB 1
309c33252afSJohn Marino 
310c33252afSJohn Marino /* Define to 1 if wctrans is declared even after undefining macros. */
311c33252afSJohn Marino #define HAVE_RAW_DECL_WCTRANS 1
312c33252afSJohn Marino 
313c33252afSJohn Marino /* Define to 1 if wctype is declared even after undefining macros. */
314c33252afSJohn Marino #define HAVE_RAW_DECL_WCTYPE 1
315c33252afSJohn Marino 
316c33252afSJohn Marino /* Define to 1 if wcwidth is declared even after undefining macros. */
317c33252afSJohn Marino #define HAVE_RAW_DECL_WCWIDTH 1
318c33252afSJohn Marino 
319c33252afSJohn Marino /* Define to 1 if wmemchr is declared even after undefining macros. */
320c33252afSJohn Marino #define HAVE_RAW_DECL_WMEMCHR 1
321c33252afSJohn Marino 
322c33252afSJohn Marino /* Define to 1 if wmemcmp is declared even after undefining macros. */
323c33252afSJohn Marino #define HAVE_RAW_DECL_WMEMCMP 1
324c33252afSJohn Marino 
325c33252afSJohn Marino /* Define to 1 if wmemcpy is declared even after undefining macros. */
326c33252afSJohn Marino #define HAVE_RAW_DECL_WMEMCPY 1
327c33252afSJohn Marino 
328c33252afSJohn Marino /* Define to 1 if wmemmove is declared even after undefining macros. */
329c33252afSJohn Marino #define HAVE_RAW_DECL_WMEMMOVE 1
330c33252afSJohn Marino 
331c33252afSJohn Marino /* Define to 1 if wmemset is declared even after undefining macros. */
332c33252afSJohn Marino #define HAVE_RAW_DECL_WMEMSET 1
333c33252afSJohn Marino 
334c33252afSJohn Marino /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
335c33252afSJohn Marino /* #undef HAVE_SIGNED_SIG_ATOMIC_T */
336c33252afSJohn Marino 
337c33252afSJohn Marino /* Define to 1 if 'wchar_t' is a signed integer type. */
338c33252afSJohn Marino /* #undef HAVE_SIGNED_WCHAR_T */
339c33252afSJohn Marino 
340c33252afSJohn Marino /* Define to 1 if 'wint_t' is a signed integer type. */
341c33252afSJohn Marino /* #undef HAVE_SIGNED_WINT_T */
342c33252afSJohn Marino 
343c33252afSJohn Marino /* Define to 1 if you have the <stdint.h> header file. */
344c33252afSJohn Marino #define HAVE_STDINT_H 1
345c33252afSJohn Marino 
346c33252afSJohn Marino /* Define to 1 if you have the <stdlib.h> header file. */
347c33252afSJohn Marino #define HAVE_STDLIB_H 1
348c33252afSJohn Marino 
349c33252afSJohn Marino /* Define to 1 if you have the <strings.h> header file. */
350c33252afSJohn Marino #define HAVE_STRINGS_H 1
351c33252afSJohn Marino 
352c33252afSJohn Marino /* Define to 1 if you have the <string.h> header file. */
353c33252afSJohn Marino #define HAVE_STRING_H 1
354c33252afSJohn Marino 
355c33252afSJohn Marino /* Define to 1 if you have the 'symlink' function. */
356c33252afSJohn Marino #define HAVE_SYMLINK 1
357c33252afSJohn Marino 
358c33252afSJohn Marino /* Define to 1 if you have the <sys/bitypes.h> header file. */
359c33252afSJohn Marino /* #undef HAVE_SYS_BITYPES_H */
360c33252afSJohn Marino 
361c33252afSJohn Marino /* Define to 1 if you have the <sys/inttypes.h> header file. */
362c33252afSJohn Marino /* #undef HAVE_SYS_INTTYPES_H */
363c33252afSJohn Marino 
364c33252afSJohn Marino /* Define to 1 if you have the <sys/mman.h> header file. */
365c33252afSJohn Marino #define HAVE_SYS_MMAN_H 1
366c33252afSJohn Marino 
367c33252afSJohn Marino /* Define to 1 if you have the <sys/stat.h> header file. */
368c33252afSJohn Marino #define HAVE_SYS_STAT_H 1
369c33252afSJohn Marino 
370c33252afSJohn Marino /* Define to 1 if you have the <sys/types.h> header file. */
371c33252afSJohn Marino #define HAVE_SYS_TYPES_H 1
372c33252afSJohn Marino 
373c33252afSJohn Marino /* Define to 1 if you have the `towlower' function. */
374c33252afSJohn Marino #define HAVE_TOWLOWER 1
375c33252afSJohn Marino 
376c33252afSJohn Marino /* Define to 1 if you have the <unistd.h> header file. */
377c33252afSJohn Marino #define HAVE_UNISTD_H 1
378c33252afSJohn Marino 
379c33252afSJohn Marino /* Define to 1 if the system has the type 'unsigned long long int'. */
380c33252afSJohn Marino #define HAVE_UNSIGNED_LONG_LONG_INT 1
381c33252afSJohn Marino 
382c33252afSJohn Marino /* Define to 1 if you have the <wchar.h> header file. */
383c33252afSJohn Marino #define HAVE_WCHAR_H 1
384c33252afSJohn Marino 
385c33252afSJohn Marino /* Define if you have the 'wchar_t' type. */
386c33252afSJohn Marino #define HAVE_WCHAR_T 1
387c33252afSJohn Marino 
388c33252afSJohn Marino /* Define to 1 if you have the <wctype.h> header file. */
389c33252afSJohn Marino #define HAVE_WCTYPE_H 1
390c33252afSJohn Marino 
391c33252afSJohn Marino /* Define if you have the 'wint_t' type. */
392c33252afSJohn Marino #define HAVE_WINT_T 1
393c33252afSJohn Marino 
394c33252afSJohn Marino /* Define to 1 if you have the 'wmemchr' function. */
395c33252afSJohn Marino #define HAVE_WMEMCHR 1
396c33252afSJohn Marino 
397c33252afSJohn Marino /* Define to 1 if you have the 'wmemcpy' function. */
398c33252afSJohn Marino #define HAVE_WMEMCPY 1
399c33252afSJohn Marino 
400c33252afSJohn Marino /* Define to 1 if you have the 'wmempcpy' function. */
401c33252afSJohn Marino /* #undef HAVE_WMEMPCPY */
402c33252afSJohn Marino 
403c33252afSJohn Marino /* Define to 1 if O_NOATIME works. */
404c33252afSJohn Marino #define HAVE_WORKING_O_NOATIME 0
405c33252afSJohn Marino 
406c33252afSJohn Marino /* Define to 1 if O_NOFOLLOW works. */
407c33252afSJohn Marino #define HAVE_WORKING_O_NOFOLLOW 1
408c33252afSJohn Marino 
409c33252afSJohn Marino /* Define to 1 if the system has the type `_Bool'. */
410c33252afSJohn Marino #define HAVE__BOOL 1
411c33252afSJohn Marino 
412c33252afSJohn Marino /* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
413c33252afSJohn Marino #define MAP_ANONYMOUS MAP_ANON
414c33252afSJohn Marino 
415c33252afSJohn Marino /* Define if the mbrtowc function has the NULL pwc argument bug. */
416c33252afSJohn Marino /* #undef MBRTOWC_NULL_ARG1_BUG */
417c33252afSJohn Marino 
418c33252afSJohn Marino /* Define if the mbrtowc function has the NULL string argument bug. */
419c33252afSJohn Marino /* #undef MBRTOWC_NULL_ARG2_BUG */
420c33252afSJohn Marino 
421c33252afSJohn Marino /* Define if the mbrtowc function does not return 0 for a NUL character. */
422c33252afSJohn Marino /* #undef MBRTOWC_NUL_RETVAL_BUG */
423c33252afSJohn Marino 
424c33252afSJohn Marino /* Define if the mbrtowc function returns a wrong return value. */
425c33252afSJohn Marino /* #undef MBRTOWC_RETVAL_BUG */
426c33252afSJohn Marino 
427c33252afSJohn Marino /* Define to the address where bug reports for this package should be sent. */
428c33252afSJohn Marino #define PACKAGE_BUGREPORT ""
429c33252afSJohn Marino 
430c33252afSJohn Marino /* Define to the full name of this package. */
431c33252afSJohn Marino #define PACKAGE_NAME ""
432c33252afSJohn Marino 
433c33252afSJohn Marino /* Define to the full name and version of this package. */
434c33252afSJohn Marino #define PACKAGE_STRING ""
435c33252afSJohn Marino 
436c33252afSJohn Marino /* Define to the one symbol short name of this package. */
437c33252afSJohn Marino #define PACKAGE_TARNAME ""
438c33252afSJohn Marino 
439c33252afSJohn Marino /* Define to the home page for this package. */
440c33252afSJohn Marino #define PACKAGE_URL ""
441c33252afSJohn Marino 
442c33252afSJohn Marino /* Define to the version of this package. */
443c33252afSJohn Marino #define PACKAGE_VERSION ""
444c33252afSJohn Marino 
445c33252afSJohn Marino /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
446c33252afSJohn Marino /* #undef PRI_MACROS_BROKEN */
447c33252afSJohn Marino 
448c33252afSJohn Marino /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
449c33252afSJohn Marino    'ptrdiff_t'. */
450c33252afSJohn Marino /* #undef PTRDIFF_T_SUFFIX */
451c33252afSJohn Marino 
452c33252afSJohn Marino /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
453c33252afSJohn Marino    'sig_atomic_t'. */
454c33252afSJohn Marino /* #undef SIG_ATOMIC_T_SUFFIX */
455c33252afSJohn Marino 
456c33252afSJohn Marino /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
457c33252afSJohn Marino    'size_t'. */
458c33252afSJohn Marino /* #undef SIZE_T_SUFFIX */
459c33252afSJohn Marino 
460c33252afSJohn Marino /* If using the C implementation of alloca, define if you know the
461c33252afSJohn Marino    direction of stack growth for your system; otherwise it will be
462c33252afSJohn Marino    automatically deduced at runtime.
463c33252afSJohn Marino         STACK_DIRECTION > 0 => grows toward higher addresses
464c33252afSJohn Marino         STACK_DIRECTION < 0 => grows toward lower addresses
465c33252afSJohn Marino         STACK_DIRECTION = 0 => direction of growth unknown */
466c33252afSJohn Marino /* #undef STACK_DIRECTION */
467c33252afSJohn Marino 
468c33252afSJohn Marino /* Define to 1 if you have the ANSI C header files. */
469c33252afSJohn Marino #define STDC_HEADERS 1
470c33252afSJohn Marino 
471c33252afSJohn Marino /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
472c33252afSJohn Marino    'wchar_t'. */
473c33252afSJohn Marino /* #undef WCHAR_T_SUFFIX */
474c33252afSJohn Marino 
475c33252afSJohn Marino /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
476c33252afSJohn Marino    'wint_t'. */
477c33252afSJohn Marino /* #undef WINT_T_SUFFIX */
478c33252afSJohn Marino 
479c33252afSJohn Marino /* Define to 1 if on MINIX. */
480c33252afSJohn Marino /* #undef _MINIX */
481c33252afSJohn Marino 
482c33252afSJohn Marino /* The _Noreturn keyword of C11.  */
483*fa555ecfSJohn Marino #if 0
484c33252afSJohn Marino #if ! (defined _Noreturn \
485c33252afSJohn Marino        || (defined __STDC_VERSION__ && 201112 <= __STDC_VERSION__))
486c33252afSJohn Marino # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
487c33252afSJohn Marino       || 0x5110 <= __SUNPRO_C)
488c33252afSJohn Marino #  define _Noreturn __attribute__ ((__noreturn__))
489c33252afSJohn Marino # elif defined _MSC_VER && 1200 <= _MSC_VER
490c33252afSJohn Marino #  define _Noreturn __declspec (noreturn)
491c33252afSJohn Marino # else
492c33252afSJohn Marino #  define _Noreturn
493c33252afSJohn Marino # endif
494c33252afSJohn Marino #endif
495*fa555ecfSJohn Marino #endif
496c33252afSJohn Marino 
497c33252afSJohn Marino 
498c33252afSJohn Marino /* Define to 2 if the system does not provide POSIX.1 features except with
499c33252afSJohn Marino    this defined. */
500c33252afSJohn Marino /* #undef _POSIX_1_SOURCE */
501c33252afSJohn Marino 
502c33252afSJohn Marino /* Define to 1 if you need to in order for 'stat' and other things to work. */
503c33252afSJohn Marino /* #undef _POSIX_SOURCE */
504c33252afSJohn Marino 
505c33252afSJohn Marino /* Define to 500 only on HP-UX. */
506c33252afSJohn Marino /* #undef _XOPEN_SOURCE */
507c33252afSJohn Marino 
508c33252afSJohn Marino /* Enable extensions on AIX 3, Interix.  */
509c33252afSJohn Marino #ifndef _ALL_SOURCE
510c33252afSJohn Marino # define _ALL_SOURCE 1
511c33252afSJohn Marino #endif
512c33252afSJohn Marino /* Enable general extensions on Mac OS X.  */
513c33252afSJohn Marino #ifndef _DARWIN_C_SOURCE
514c33252afSJohn Marino # define _DARWIN_C_SOURCE 1
515c33252afSJohn Marino #endif
516c33252afSJohn Marino /* Enable GNU extensions on systems that have them.  */
517c33252afSJohn Marino #ifndef _GNU_SOURCE
518c33252afSJohn Marino # define _GNU_SOURCE 1
519c33252afSJohn Marino #endif
520c33252afSJohn Marino /* Enable threading extensions on Solaris.  */
521c33252afSJohn Marino #ifndef _POSIX_PTHREAD_SEMANTICS
522c33252afSJohn Marino # define _POSIX_PTHREAD_SEMANTICS 1
523c33252afSJohn Marino #endif
524c33252afSJohn Marino /* Enable extensions on HP NonStop.  */
525c33252afSJohn Marino #ifndef _TANDEM_SOURCE
526c33252afSJohn Marino # define _TANDEM_SOURCE 1
527c33252afSJohn Marino #endif
528c33252afSJohn Marino /* Enable general extensions on Solaris.  */
529c33252afSJohn Marino #ifndef __EXTENSIONS__
530c33252afSJohn Marino # define __EXTENSIONS__ 1
531c33252afSJohn Marino #endif
532c33252afSJohn Marino 
533c33252afSJohn Marino 
534c33252afSJohn Marino /* _GL_INLINE is a portable alternative to ISO C99 plain 'inline'.
535c33252afSJohn Marino    _GL_EXTERN_INLINE is a portable alternative to 'extern inline'.
536c33252afSJohn Marino    _GL_INLINE_HEADER_BEGIN contains useful stuff to put
537c33252afSJohn Marino      in an include file, before uses of _GL_INLINE.
538c33252afSJohn Marino      It suppresses GCC's bogus "no previous prototype for 'FOO'" diagnostic,
539c33252afSJohn Marino      when FOO is an inline function in the header; see
540c33252afSJohn Marino      <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113>.
541c33252afSJohn Marino    _GL_INLINE_HEADER_END contains useful stuff to put
542c33252afSJohn Marino      in the same include file, after uses of _GL_INLINE.
543c33252afSJohn Marino 
544c33252afSJohn Marino    Suppress the use of extern inline on Apple's platforms,
545c33252afSJohn Marino    as Libc-825.25 (2012-09-19) is incompatible with it; see
546c33252afSJohn Marino    <http://lists.gnu.org/archive/html/bug-gnulib/2012-12/msg00023.html>.
547c33252afSJohn Marino    Perhaps Apple will fix this some day.  */
548c33252afSJohn Marino #if ((__GNUC__ \
549c33252afSJohn Marino       ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \
550c33252afSJohn Marino       : 199901L <= __STDC_VERSION__) \
551c33252afSJohn Marino      && !defined __APPLE__)
552c33252afSJohn Marino # define _GL_INLINE inline
553c33252afSJohn Marino # define _GL_EXTERN_INLINE extern inline
554c33252afSJohn Marino #elif 2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __APPLE__
555c33252afSJohn Marino # if __GNUC_GNU_INLINE__
556c33252afSJohn Marino    /* __gnu_inline__ suppresses a GCC 4.2 diagnostic.  */
557c33252afSJohn Marino #  define _GL_INLINE extern inline __attribute__ ((__gnu_inline__))
558c33252afSJohn Marino # else
559c33252afSJohn Marino #  define _GL_INLINE extern inline
560c33252afSJohn Marino # endif
561c33252afSJohn Marino # define _GL_EXTERN_INLINE extern
562c33252afSJohn Marino #else
563c33252afSJohn Marino # define _GL_INLINE static _GL_UNUSED
564c33252afSJohn Marino # define _GL_EXTERN_INLINE static _GL_UNUSED
565c33252afSJohn Marino #endif
566c33252afSJohn Marino 
567c33252afSJohn Marino #if 4 < __GNUC__ + (6 <= __GNUC_MINOR__)
568c33252afSJohn Marino # if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__
569c33252afSJohn Marino #  define _GL_INLINE_HEADER_CONST_PRAGMA
570c33252afSJohn Marino # else
571c33252afSJohn Marino #  define _GL_INLINE_HEADER_CONST_PRAGMA \
572c33252afSJohn Marino      _Pragma ("GCC diagnostic ignored \"-Wsuggest-attribute=const\"")
573c33252afSJohn Marino # endif
574c33252afSJohn Marino # define _GL_INLINE_HEADER_BEGIN \
575c33252afSJohn Marino     _Pragma ("GCC diagnostic push") \
576c33252afSJohn Marino     _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \
577c33252afSJohn Marino     _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") \
578c33252afSJohn Marino     _GL_INLINE_HEADER_CONST_PRAGMA
579c33252afSJohn Marino # define _GL_INLINE_HEADER_END \
580c33252afSJohn Marino     _Pragma ("GCC diagnostic pop")
581c33252afSJohn Marino #else
582c33252afSJohn Marino # define _GL_INLINE_HEADER_BEGIN
583c33252afSJohn Marino # define _GL_INLINE_HEADER_END
584c33252afSJohn Marino #endif
585c33252afSJohn Marino 
586c33252afSJohn Marino /* Define to a replacement function name for fnmatch(). */
587c33252afSJohn Marino #define fnmatch gnu_fnmatch
588c33252afSJohn Marino 
589c33252afSJohn Marino /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
590c33252afSJohn Marino    the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
591c33252afSJohn Marino    earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
592c33252afSJohn Marino    __APPLE__ && __MACH__ test for Mac OS X.
593c33252afSJohn Marino    __APPLE_CC__ tests for the Apple compiler and its version.
594c33252afSJohn Marino    __STDC_VERSION__ tests for the C99 mode.  */
595c33252afSJohn Marino #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
596c33252afSJohn Marino # define __GNUC_STDC_INLINE__ 1
597c33252afSJohn Marino #endif
598c33252afSJohn Marino 
599c33252afSJohn Marino /* Define to a type if <wchar.h> does not define. */
600c33252afSJohn Marino /* #undef mbstate_t */
601c33252afSJohn Marino 
602c33252afSJohn Marino /* Define to the equivalent of the C99 'restrict' keyword, or to
603c33252afSJohn Marino    nothing if this is not supported.  Do not define if restrict is
604c33252afSJohn Marino    supported directly.  */
605c33252afSJohn Marino #define restrict __restrict
606c33252afSJohn Marino /* Work around a bug in Sun C++: it does not support _Restrict or
607c33252afSJohn Marino    __restrict__, even though the corresponding Sun C compiler ends up with
608c33252afSJohn Marino    "#define restrict _Restrict" or "#define restrict __restrict__" in the
609c33252afSJohn Marino    previous line.  Perhaps some future version of Sun C++ will work with
610c33252afSJohn Marino    restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
611c33252afSJohn Marino #if defined __SUNPRO_CC && !defined __RESTRICT
612c33252afSJohn Marino # define _Restrict
613c33252afSJohn Marino # define __restrict__
614c33252afSJohn Marino #endif
615c33252afSJohn Marino 
616c33252afSJohn Marino /* Define as a marker that can be attached to declarations that might not
617c33252afSJohn Marino     be used.  This helps to reduce warnings, such as from
618c33252afSJohn Marino     GCC -Wunused-parameter.  */
619c33252afSJohn Marino #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
620c33252afSJohn Marino # define _GL_UNUSED __attribute__ ((__unused__))
621c33252afSJohn Marino #else
622c33252afSJohn Marino # define _GL_UNUSED
623c33252afSJohn Marino #endif
624c33252afSJohn Marino /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
625c33252afSJohn Marino    is a misnomer outside of parameter lists.  */
626c33252afSJohn Marino #define _UNUSED_PARAMETER_ _GL_UNUSED
627c33252afSJohn Marino 
628c33252afSJohn Marino /* The __pure__ attribute was added in gcc 2.96.  */
629c33252afSJohn Marino #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
630c33252afSJohn Marino # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
631c33252afSJohn Marino #else
632c33252afSJohn Marino # define _GL_ATTRIBUTE_PURE /* empty */
633c33252afSJohn Marino #endif
634c33252afSJohn Marino 
635c33252afSJohn Marino /* The __const__ attribute was added in gcc 2.95.  */
636c33252afSJohn Marino #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
637c33252afSJohn Marino # define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
638c33252afSJohn Marino #else
639c33252afSJohn Marino # define _GL_ATTRIBUTE_CONST /* empty */
640c33252afSJohn Marino #endif
641c33252afSJohn Marino 
642