HaikuDepot: notify work status from main window
[haiku.git] / src / libs / iconv / config.h
blobf2f7e36be1d4468a1d444ed44a79dc654eddac32
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
4 /* Define to the number of bits in type 'ptrdiff_t'. */
5 #define BITSIZEOF_PTRDIFF_T 32
7 /* Define to the number of bits in type 'sig_atomic_t'. */
8 #define BITSIZEOF_SIG_ATOMIC_T 32
10 /* Define to the number of bits in type 'size_t'. */
11 #define BITSIZEOF_SIZE_T 32
13 /* Define to the number of bits in type 'wchar_t'. */
14 #define BITSIZEOF_WCHAR_T 32
16 /* Define to the number of bits in type 'wint_t'. */
17 #define BITSIZEOF_WINT_T 32
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.
22 /* #undef CRAY_STACKSEG_END */
24 /* Define to 1 if using `alloca.c'. */
25 /* #undef C_ALLOCA */
27 /* Define as good substitute value for EILSEQ. */
28 /* #undef EILSEQ */
30 /* Define to 1 to enable a few rarely used encodings. */
31 #define ENABLE_EXTRA 1
33 /* Define to 1 if translation of program messages to the user's native
34 language is requested. */
35 /* #undef ENABLE_NLS */
37 /* Define to 1 if the package shall run at any location in the filesystem. */
38 /* #undef ENABLE_RELOCATABLE */
40 /* Define to 1 if you have `alloca', as a function or macro. */
41 #define HAVE_ALLOCA 1
43 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
45 #define HAVE_ALLOCA_H 1
47 /* Define to 1 if you have the `canonicalize_file_name' function. */
48 /* #undef HAVE_CANONICALIZE_FILE_NAME */
50 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
51 CoreFoundation framework. */
52 /* #undef HAVE_CFLOCALECOPYCURRENT */
54 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
55 the CoreFoundation framework. */
56 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
58 /* Define if the GNU dcgettext() function is already present or preinstalled.
60 /* #undef HAVE_DCGETTEXT */
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
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
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
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
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
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
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
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
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
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
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
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
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
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
118 /* Define to 1 if you have the declaration of `strerror', and to 0 if you
119 don't. */
120 /* #undef HAVE_DECL_STRERROR */
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
126 /* Define to 1 if you have the <dlfcn.h> header file. */
127 #define HAVE_DLFCN_H 1
129 /* Define if you have the declaration of environ. */
130 #define HAVE_ENVIRON_DECL 1
132 /* Define to 1 if you have the `getcwd' function. */
133 #define HAVE_GETCWD 1
135 /* Define to 1 if you have the `getc_unlocked' function. */
136 #define HAVE_GETC_UNLOCKED 1
138 /* Define if the GNU gettext() function is already present or preinstalled. */
139 /* #undef HAVE_GETTEXT */
141 /* Define if you have the iconv() function and it works. */
142 /* #undef HAVE_ICONV */
144 /* Define if your compiler supports the #include_next directive. */
145 #define HAVE_INCLUDE_NEXT 1
147 /* Define to 1 if you have the <inttypes.h> header file. */
148 #define HAVE_INTTYPES_H 1
150 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
151 /* #undef HAVE_LANGINFO_CODESET */
153 /* Define to 1 if the system has the type `long long int'. */
154 #define HAVE_LONG_LONG_INT 1
156 /* Define to 1 if you have the <mach-o/dyld.h> header file. */
157 /* #undef HAVE_MACH_O_DYLD_H */
159 /* Define if the 'malloc' function is POSIX compliant. */
160 #define HAVE_MALLOC_POSIX 1
162 /* Define to 1 if you have the `mbrtowc' function. */
163 #define HAVE_MBRTOWC 1
165 /* Define to 1 if you have the `mbsinit' function. */
166 #define HAVE_MBSINIT 1
168 /* Define to 1 if <wchar.h> declares mbstate_t. */
169 #define HAVE_MBSTATE_T 1
171 /* Define to 1 if you have the `memmove' function. */
172 #define HAVE_MEMMOVE 1
174 /* Define to 1 if you have the <memory.h> header file. */
175 #define HAVE_MEMORY_H 1
177 /* Define to 1 if you have the `readlink' function. */
178 #define HAVE_READLINK 1
180 /* Define to 1 if you have the <search.h> header file. */
181 #define HAVE_SEARCH_H 1
183 /* Define to 1 if you have the `setenv' function. */
184 #define HAVE_SETENV 1
186 /* Define to 1 if you have the `setlocale' function. */
187 #define HAVE_SETLOCALE 1
189 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
190 #define HAVE_SIGNED_SIG_ATOMIC_T 1
192 /* Define to 1 if 'wchar_t' is a signed integer type. */
193 #define HAVE_SIGNED_WCHAR_T 1
195 /* Define to 1 if 'wint_t' is a signed integer type. */
196 /* #undef HAVE_SIGNED_WINT_T */
198 /* Define to 1 if stdbool.h conforms to C99. */
199 /* #undef HAVE_STDBOOL_H */
201 /* Define to 1 if you have the <stdint.h> header file. */
202 #define HAVE_STDINT_H 1
204 /* Define to 1 if you have the <stdlib.h> header file. */
205 #define HAVE_STDLIB_H 1
207 /* Define to 1 if you have the `strerror_r' function. */
208 #define HAVE_STRERROR_R 1
210 /* Define to 1 if you have the <strings.h> header file. */
211 #define HAVE_STRINGS_H 1
213 /* Define to 1 if you have the <string.h> header file. */
214 #define HAVE_STRING_H 1
216 /* Define to 1 if you have the <sys/bitypes.h> header file. */
217 /* #undef HAVE_SYS_BITYPES_H */
219 /* Define to 1 if you have the <sys/inttypes.h> header file. */
220 /* #undef HAVE_SYS_INTTYPES_H */
222 /* Define to 1 if you have the <sys/param.h> header file. */
223 #define HAVE_SYS_PARAM_H 1
225 /* Define to 1 if you have the <sys/stat.h> header file. */
226 #define HAVE_SYS_STAT_H 1
228 /* Define to 1 if you have the <sys/types.h> header file. */
229 #define HAVE_SYS_TYPES_H 1
231 /* Define to 1 if you have the `tsearch' function. */
232 #define HAVE_TSEARCH 1
234 /* Define to 1 if you have the <unistd.h> header file. */
235 #define HAVE_UNISTD_H 1
237 /* Define to 1 if the system has the type `unsigned long long int'. */
238 #define HAVE_UNSIGNED_LONG_LONG_INT 1
240 /* Define to 1 or 0, depending whether the compiler supports simple visibility
241 declarations. */
242 #define HAVE_VISIBILITY 0
244 /* Define to 1 if you have the <wchar.h> header file. */
245 #define HAVE_WCHAR_H 1
247 /* Define if you have the 'wchar_t' type. */
248 #define HAVE_WCHAR_T 1
250 /* Define to 1 if you have the `wcrtomb' function. */
251 #define HAVE_WCRTOMB 1
253 /* Define to 1 if the system has the type `_Bool'. */
254 /* #undef HAVE__BOOL */
256 /* Define to 1 if you have the `_NSGetExecutablePath' function. */
257 /* #undef HAVE__NSGETEXECUTABLEPATH */
259 /* Define as const if the declaration of iconv() needs const. */
260 /* #undef ICONV_CONST */
262 /* Define to the value of ${prefix}, as a string. */
263 #define INSTALLPREFIX "/boot/system"
265 /* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
266 #define MALLOC_0_IS_NONNULL 1
268 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
269 /* #undef NO_MINUS_C_MINUS_O */
271 /* Name of package */
272 #define PACKAGE "libiconv"
274 /* Define to the address where bug reports for this package should be sent. */
275 #define PACKAGE_BUGREPORT ""
277 /* Define to the full name of this package. */
278 #define PACKAGE_NAME ""
280 /* Define to the full name and version of this package. */
281 #define PACKAGE_STRING ""
283 /* Define to the one symbol short name of this package. */
284 #define PACKAGE_TARNAME ""
286 /* Define to the version of this package. */
287 #define PACKAGE_VERSION ""
289 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
290 'ptrdiff_t'. */
291 #define PTRDIFF_T_SUFFIX l
293 /* Define this to 1 if strerror is broken. */
294 /* #undef REPLACE_STRERROR */
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
300 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
301 'size_t'. */
302 #define SIZE_T_SUFFIX ul
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 */
312 /* Define to 1 if you have the ANSI C header files. */
313 #define STDC_HEADERS 1
315 /* Define to 1 if strerror_r returns char *. */
316 /* #undef STRERROR_R_CHAR_P */
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 */
323 /* Version number of package */
324 #define VERSION "1.12"
326 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
327 'wchar_t'. */
328 #define WCHAR_T_SUFFIX
330 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
331 'wint_t'. */
332 #define WINT_T_SUFFIX u
334 /* Define if the machine's byte ordering is little endian. */
335 #define WORDS_LITTLEENDIAN 1
337 /* Enable GNU extensions on systems that have them. */
338 #ifndef _GNU_SOURCE
339 # define _GNU_SOURCE 1
340 #endif
342 /* Define to 1 if on MINIX. */
343 /* #undef _MINIX */
345 /* Define to 2 if the system does not provide POSIX.1 features except with
346 this defined. */
347 /* #undef _POSIX_1_SOURCE */
349 /* Define to 1 if you need to in order for `stat' and other things to work. */
350 /* #undef _POSIX_SOURCE */
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
374 /* Define to a type if <wchar.h> does not define. */
375 /* #undef mbstate_t */
377 /* Define to a replacement function name for realpath(). */
378 #define realpath rpl_realpath
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
393 /* Define as a signed type of the same size as size_t. */
394 /* #undef ssize_t */
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