xref: /haiku/src/libs/iconv/config.h (revision f73f5d4c42a01ece688cbb57b5d332cc0f68b2c6)
1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3 
4 /* Define to the number of bits in type 'ptrdiff_t'. */
5 #define BITSIZEOF_PTRDIFF_T 32
6 
7 /* Define to the number of bits in type 'sig_atomic_t'. */
8 #define BITSIZEOF_SIG_ATOMIC_T 32
9 
10 /* Define to the number of bits in type 'size_t'. */
11 #define BITSIZEOF_SIZE_T 32
12 
13 /* Define to the number of bits in type 'wchar_t'. */
14 #define BITSIZEOF_WCHAR_T 32
15 
16 /* Define to the number of bits in type 'wint_t'. */
17 #define BITSIZEOF_WINT_T 32
18 
19 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
20    systems. This function is required for `alloca.c' support on those systems.
21    */
22 /* #undef CRAY_STACKSEG_END */
23 
24 /* Define to 1 if using `alloca.c'. */
25 /* #undef C_ALLOCA */
26 
27 /* Define as good substitute value for EILSEQ. */
28 /* #undef EILSEQ */
29 
30 /* Define to 1 to enable a few rarely used encodings. */
31 #define ENABLE_EXTRA 1
32 
33 /* Define to 1 if translation of program messages to the user's native
34    language is requested. */
35 /* #undef ENABLE_NLS */
36 
37 /* Define to 1 if the package shall run at any location in the filesystem. */
38 /* #undef ENABLE_RELOCATABLE */
39 
40 /* Define to 1 if you have `alloca', as a function or macro. */
41 #define HAVE_ALLOCA 1
42 
43 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
44    */
45 #define HAVE_ALLOCA_H 1
46 
47 /* Define to 1 if you have the `canonicalize_file_name' function. */
48 /* #undef HAVE_CANONICALIZE_FILE_NAME */
49 
50 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
51    CoreFoundation framework. */
52 /* #undef HAVE_CFLOCALECOPYCURRENT */
53 
54 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
55    the CoreFoundation framework. */
56 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
57 
58 /* Define if the GNU dcgettext() function is already present or preinstalled.
59    */
60 /* #undef HAVE_DCGETTEXT */
61 
62 /* Define to 1 if you have the declaration of `canonicalize_file_name', and to
63    0 if you don't. */
64 #define HAVE_DECL_CANONICALIZE_FILE_NAME 0
65 
66 /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
67    you don't. */
68 #define HAVE_DECL_CLEARERR_UNLOCKED 1
69 
70 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
71    don't. */
72 #define HAVE_DECL_FEOF_UNLOCKED 1
73 
74 /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
75    you don't. */
76 #define HAVE_DECL_FERROR_UNLOCKED 1
77 
78 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
79    you don't. */
80 #define HAVE_DECL_FFLUSH_UNLOCKED 1
81 
82 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
83    you don't. */
84 #define HAVE_DECL_FGETS_UNLOCKED 0
85 
86 /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
87    you don't. */
88 #define HAVE_DECL_FPUTC_UNLOCKED 1
89 
90 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
91    you don't. */
92 #define HAVE_DECL_FPUTS_UNLOCKED 0
93 
94 /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
95    you don't. */
96 #define HAVE_DECL_FREAD_UNLOCKED 0
97 
98 /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
99    you don't. */
100 #define HAVE_DECL_FWRITE_UNLOCKED 0
101 
102 /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
103    you don't. */
104 #define HAVE_DECL_GETCHAR_UNLOCKED 1
105 
106 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
107    don't. */
108 #define HAVE_DECL_GETC_UNLOCKED 1
109 
110 /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
111    you don't. */
112 #define HAVE_DECL_PUTCHAR_UNLOCKED 1
113 
114 /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
115    don't. */
116 #define HAVE_DECL_PUTC_UNLOCKED 1
117 
118 /* Define to 1 if you have the declaration of `strerror', and to 0 if you
119    don't. */
120 /* #undef HAVE_DECL_STRERROR */
121 
122 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
123    don't. */
124 #define HAVE_DECL_STRERROR_R 1
125 
126 /* Define to 1 if you have the <dlfcn.h> header file. */
127 #define HAVE_DLFCN_H 1
128 
129 /* Define if you have the declaration of environ. */
130 #define HAVE_ENVIRON_DECL 1
131 
132 /* Define to 1 if you have the `getcwd' function. */
133 #define HAVE_GETCWD 1
134 
135 /* Define to 1 if you have the `getc_unlocked' function. */
136 #define HAVE_GETC_UNLOCKED 1
137 
138 /* Define if the GNU gettext() function is already present or preinstalled. */
139 /* #undef HAVE_GETTEXT */
140 
141 /* Define if you have the iconv() function and it works. */
142 /* #undef HAVE_ICONV */
143 
144 /* Define if your compiler supports the #include_next directive. */
145 #define HAVE_INCLUDE_NEXT 1
146 
147 /* Define to 1 if you have the <inttypes.h> header file. */
148 #define HAVE_INTTYPES_H 1
149 
150 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
151 /* #undef HAVE_LANGINFO_CODESET */
152 
153 /* Define to 1 if the system has the type `long long int'. */
154 #define HAVE_LONG_LONG_INT 1
155 
156 /* Define to 1 if you have the <mach-o/dyld.h> header file. */
157 /* #undef HAVE_MACH_O_DYLD_H */
158 
159 /* Define if the 'malloc' function is POSIX compliant. */
160 #define HAVE_MALLOC_POSIX 1
161 
162 /* Define to 1 if you have the `mbrtowc' function. */
163 #define HAVE_MBRTOWC 1
164 
165 /* Define to 1 if you have the `mbsinit' function. */
166 #define HAVE_MBSINIT 1
167 
168 /* Define to 1 if <wchar.h> declares mbstate_t. */
169 #define HAVE_MBSTATE_T 1
170 
171 /* Define to 1 if you have the `memmove' function. */
172 #define HAVE_MEMMOVE 1
173 
174 /* Define to 1 if you have the <memory.h> header file. */
175 #define HAVE_MEMORY_H 1
176 
177 /* Define to 1 if you have the `readlink' function. */
178 #define HAVE_READLINK 1
179 
180 /* Define to 1 if you have the <search.h> header file. */
181 #define HAVE_SEARCH_H 1
182 
183 /* Define to 1 if you have the `setenv' function. */
184 #define HAVE_SETENV 1
185 
186 /* Define to 1 if you have the `setlocale' function. */
187 #define HAVE_SETLOCALE 1
188 
189 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
190 #define HAVE_SIGNED_SIG_ATOMIC_T 1
191 
192 /* Define to 1 if 'wchar_t' is a signed integer type. */
193 #define HAVE_SIGNED_WCHAR_T 1
194 
195 /* Define to 1 if 'wint_t' is a signed integer type. */
196 /* #undef HAVE_SIGNED_WINT_T */
197 
198 /* Define to 1 if stdbool.h conforms to C99. */
199 /* #undef HAVE_STDBOOL_H */
200 
201 /* Define to 1 if you have the <stdint.h> header file. */
202 #define HAVE_STDINT_H 1
203 
204 /* Define to 1 if you have the <stdlib.h> header file. */
205 #define HAVE_STDLIB_H 1
206 
207 /* Define to 1 if you have the `strerror_r' function. */
208 #define HAVE_STRERROR_R 1
209 
210 /* Define to 1 if you have the <strings.h> header file. */
211 #define HAVE_STRINGS_H 1
212 
213 /* Define to 1 if you have the <string.h> header file. */
214 #define HAVE_STRING_H 1
215 
216 /* Define to 1 if you have the <sys/bitypes.h> header file. */
217 /* #undef HAVE_SYS_BITYPES_H */
218 
219 /* Define to 1 if you have the <sys/inttypes.h> header file. */
220 /* #undef HAVE_SYS_INTTYPES_H */
221 
222 /* Define to 1 if you have the <sys/param.h> header file. */
223 #define HAVE_SYS_PARAM_H 1
224 
225 /* Define to 1 if you have the <sys/stat.h> header file. */
226 #define HAVE_SYS_STAT_H 1
227 
228 /* Define to 1 if you have the <sys/types.h> header file. */
229 #define HAVE_SYS_TYPES_H 1
230 
231 /* Define to 1 if you have the `tsearch' function. */
232 #define HAVE_TSEARCH 1
233 
234 /* Define to 1 if you have the <unistd.h> header file. */
235 #define HAVE_UNISTD_H 1
236 
237 /* Define to 1 if the system has the type `unsigned long long int'. */
238 #define HAVE_UNSIGNED_LONG_LONG_INT 1
239 
240 /* Define to 1 or 0, depending whether the compiler supports simple visibility
241    declarations. */
242 #define HAVE_VISIBILITY 0
243 
244 /* Define to 1 if you have the <wchar.h> header file. */
245 #define HAVE_WCHAR_H 1
246 
247 /* Define if you have the 'wchar_t' type. */
248 #define HAVE_WCHAR_T 1
249 
250 /* Define to 1 if you have the `wcrtomb' function. */
251 #define HAVE_WCRTOMB 1
252 
253 /* Define to 1 if the system has the type `_Bool'. */
254 /* #undef HAVE__BOOL */
255 
256 /* Define to 1 if you have the `_NSGetExecutablePath' function. */
257 /* #undef HAVE__NSGETEXECUTABLEPATH */
258 
259 /* Define as const if the declaration of iconv() needs const. */
260 /* #undef ICONV_CONST */
261 
262 /* Define to the value of ${prefix}, as a string. */
263 #define INSTALLPREFIX "/boot/system"
264 
265 /* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
266 #define MALLOC_0_IS_NONNULL 1
267 
268 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
269 /* #undef NO_MINUS_C_MINUS_O */
270 
271 /* Name of package */
272 #define PACKAGE "libiconv"
273 
274 /* Define to the address where bug reports for this package should be sent. */
275 #define PACKAGE_BUGREPORT ""
276 
277 /* Define to the full name of this package. */
278 #define PACKAGE_NAME ""
279 
280 /* Define to the full name and version of this package. */
281 #define PACKAGE_STRING ""
282 
283 /* Define to the one symbol short name of this package. */
284 #define PACKAGE_TARNAME ""
285 
286 /* Define to the version of this package. */
287 #define PACKAGE_VERSION ""
288 
289 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
290    'ptrdiff_t'. */
291 #define PTRDIFF_T_SUFFIX l
292 
293 /* Define this to 1 if strerror is broken. */
294 /* #undef REPLACE_STRERROR */
295 
296 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
297    'sig_atomic_t'. */
298 #define SIG_ATOMIC_T_SUFFIX
299 
300 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
301    'size_t'. */
302 #define SIZE_T_SUFFIX ul
303 
304 /* If using the C implementation of alloca, define if you know the
305    direction of stack growth for your system; otherwise it will be
306    automatically deduced at runtime.
307 	STACK_DIRECTION > 0 => grows toward higher addresses
308 	STACK_DIRECTION < 0 => grows toward lower addresses
309 	STACK_DIRECTION = 0 => direction of growth unknown */
310 /* #undef STACK_DIRECTION */
311 
312 /* Define to 1 if you have the ANSI C header files. */
313 #define STDC_HEADERS 1
314 
315 /* Define to 1 if strerror_r returns char *. */
316 /* #undef STRERROR_R_CHAR_P */
317 
318 /* Define to 1 if you want getc etc. to use unlocked I/O if available.
319    Unlocked I/O can improve performance in unithreaded apps, but it is not
320    safe for multithreaded apps. */
321 /* #undef USE_UNLOCKED_IO */
322 
323 /* Version number of package */
324 #define VERSION "1.12"
325 
326 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
327    'wchar_t'. */
328 #define WCHAR_T_SUFFIX
329 
330 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
331    'wint_t'. */
332 #define WINT_T_SUFFIX u
333 
334 /* Define if the machine's byte ordering is little endian. */
335 #define WORDS_LITTLEENDIAN 1
336 
337 /* Enable GNU extensions on systems that have them.  */
338 #ifndef _GNU_SOURCE
339 # define _GNU_SOURCE 1
340 #endif
341 
342 /* Define to 1 if on MINIX. */
343 /* #undef _MINIX */
344 
345 /* Define to 2 if the system does not provide POSIX.1 features except with
346    this defined. */
347 /* #undef _POSIX_1_SOURCE */
348 
349 /* Define to 1 if you need to in order for `stat' and other things to work. */
350 /* #undef _POSIX_SOURCE */
351 
352 /* Enable extensions on AIX 3, Interix.  */
353 #ifndef _ALL_SOURCE
354 # define _ALL_SOURCE 1
355 #endif
356 /* Enable GNU extensions on systems that have them.  */
357 #ifndef _GNU_SOURCE
358 # define _GNU_SOURCE 1
359 #endif
360 /* Enable threading extensions on Solaris.  */
361 #ifndef _POSIX_PTHREAD_SEMANTICS
362 # define _POSIX_PTHREAD_SEMANTICS 1
363 #endif
364 /* Enable extensions on HP NonStop.  */
365 #ifndef _TANDEM_SOURCE
366 # define _TANDEM_SOURCE 1
367 #endif
368 /* Enable general extensions on Solaris.  */
369 #ifndef __EXTENSIONS__
370 # define __EXTENSIONS__ 1
371 #endif
372 
373 
374 /* Define to a type if <wchar.h> does not define. */
375 /* #undef mbstate_t */
376 
377 /* Define to a replacement function name for realpath(). */
378 #define realpath rpl_realpath
379 
380 /* Define to the equivalent of the C99 'restrict' keyword, or to
381    nothing if this is not supported.  Do not define if restrict is
382    supported directly.  */
383 #define restrict __restrict
384 /* Work around a bug in Sun C++: it does not support _Restrict, even
385    though the corresponding Sun C compiler does, which causes
386    "#define restrict _Restrict" in the previous line.  Perhaps some future
387    version of Sun C++ will work with _Restrict; if so, it'll probably
388    define __RESTRICT, just as Sun C does.  */
389 #if defined __SUNPRO_CC && !defined __RESTRICT
390 # define _Restrict
391 #endif
392 
393 /* Define as a signed type of the same size as size_t. */
394 /* #undef ssize_t */
395 
396 
397 /* On Windows, variables that may be in a DLL must be marked specially.  */
398 #if defined _MSC_VER && defined _DLL
399 # define DLL_VARIABLE __declspec (dllimport)
400 #else
401 # define DLL_VARIABLE
402 #endif
403 
404