Modify package information
[platform/core/uifw/ise-engine-anthy.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
4    systems. This function is required for `alloca.c' support on those systems.
5    */
6 #undef CRAY_STACKSEG_END
7
8 /* Define to 1 if using `alloca.c'. */
9 #undef C_ALLOCA
10
11 /* Define to 1 if translation of program messages to the user's native
12    language is requested. */
13 #undef ENABLE_NLS
14
15 /* The gettext domain */
16 #undef GETTEXT_PACKAGE
17
18 /* Define to 1 if you have `alloca', as a function or macro. */
19 #undef HAVE_ALLOCA
20
21 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
22    */
23 #undef HAVE_ALLOCA_H
24
25 /* Define to 1 if you have the `argz_append' function. */
26 #undef HAVE_ARGZ_APPEND
27
28 /* Define to 1 if you have the `argz_create_sep' function. */
29 #undef HAVE_ARGZ_CREATE_SEP
30
31 /* Define to 1 if you have the <argz.h> header file. */
32 #undef HAVE_ARGZ_H
33
34 /* Define to 1 if you have the `argz_insert' function. */
35 #undef HAVE_ARGZ_INSERT
36
37 /* Define to 1 if you have the `argz_next' function. */
38 #undef HAVE_ARGZ_NEXT
39
40 /* Define to 1 if you have the `argz_stringify' function. */
41 #undef HAVE_ARGZ_STRINGIFY
42
43 /* Define to 1 if you have the `asprintf' function. */
44 #undef HAVE_ASPRINTF
45
46 /* Define to 1 if you have the <assert.h> header file. */
47 #undef HAVE_ASSERT_H
48
49 /* Define to 1 if you have the `bcopy' function. */
50 #undef HAVE_BCOPY
51
52 /* Define to 1 if you have the `closedir' function. */
53 #undef HAVE_CLOSEDIR
54
55 /* Define to 1 if you have the <ctype.h> header file. */
56 #undef HAVE_CTYPE_H
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 `feof_unlocked', and to 0 if you
63    don't. */
64 #undef HAVE_DECL_FEOF_UNLOCKED
65
66 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
67    you don't. */
68 #undef HAVE_DECL_FGETS_UNLOCKED
69
70 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
71    don't. */
72 #undef HAVE_DECL_GETC_UNLOCKED
73
74 /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
75    don't. */
76 #undef HAVE_DECL__SNPRINTF
77
78 /* Define to 1 if you have the declaration of `_snwprintf', and to 0 if you
79    don't. */
80 #undef HAVE_DECL__SNWPRINTF
81
82 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
83    */
84 #undef HAVE_DIRENT_H
85
86 /* Define if you have the GNU dld library. */
87 #undef HAVE_DLD
88
89 /* Define to 1 if you have the <dld.h> header file. */
90 #undef HAVE_DLD_H
91
92 /* Define to 1 if you have the `dlerror' function. */
93 #undef HAVE_DLERROR
94
95 /* Define to 1 if you have the <dlfcn.h> header file. */
96 #undef HAVE_DLFCN_H
97
98 /* Define to 1 if you have the <dl.h> header file. */
99 #undef HAVE_DL_H
100
101 /* Define if you have the _dyld_func_lookup function. */
102 #undef HAVE_DYLD
103
104 /* Define to 1 if you have the <errno.h> header file. */
105 #undef HAVE_ERRNO_H
106
107 /* Define to 1 if the system has the type `error_t'. */
108 #undef HAVE_ERROR_T
109
110 /* Define to 1 if you have the <fcntl.h> header file. */
111 #undef HAVE_FCNTL_H
112
113 /* Define to 1 if you have the <float.h> header file. */
114 #undef HAVE_FLOAT_H
115
116 /* Define to 1 if you have the `fwprintf' function. */
117 #undef HAVE_FWPRINTF
118
119 /* Define to 1 if you have the `getcwd' function. */
120 #undef HAVE_GETCWD
121
122 /* Define to 1 if you have the `getegid' function. */
123 #undef HAVE_GETEGID
124
125 /* Define to 1 if you have the `geteuid' function. */
126 #undef HAVE_GETEUID
127
128 /* Define to 1 if you have the `getgid' function. */
129 #undef HAVE_GETGID
130
131 /* Define to 1 if you have the `getpagesize' function. */
132 #undef HAVE_GETPAGESIZE
133
134 /* Define if the GNU gettext() function is already present or preinstalled. */
135 #undef HAVE_GETTEXT
136
137 /* Define to 1 if you have the `getuid' function. */
138 #undef HAVE_GETUID
139
140 /* Define if you have the iconv() function. */
141 #undef HAVE_ICONV
142
143 /* Define to 1 if you have the `index' function. */
144 #undef HAVE_INDEX
145
146 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
147 #undef HAVE_INTMAX_T
148
149 /* Define to 1 if you have the <inttypes.h> header file. */
150 #undef HAVE_INTTYPES_H
151
152 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
153    declares uintmax_t. */
154 #undef HAVE_INTTYPES_H_WITH_UINTMAX
155
156 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
157 #undef HAVE_LANGINFO_CODESET
158
159 /* Define to 1 if you have the <langinfo.h> header file. */
160 #undef HAVE_LANGINFO_H
161
162 /* Define if your <locale.h> file defines LC_MESSAGES. */
163 #undef HAVE_LC_MESSAGES
164
165 /* Define if you have the libdl library or equivalent. */
166 #undef HAVE_LIBDL
167
168 /* Define to 1 if you have the <libintl.h> header file. */
169 #undef HAVE_LIBINTL_H
170
171 /* Define to 1 if you have the <limits.h> header file. */
172 #undef HAVE_LIMITS_H
173
174 /* Define to 1 if you have the <locale.h> header file. */
175 #undef HAVE_LOCALE_H
176
177 /* Define if you have the 'long double' type. */
178 #undef HAVE_LONG_DOUBLE
179
180 /* Define if you have the 'long long' type. */
181 #undef HAVE_LONG_LONG
182
183 /* Define to 1 if you have the <mach-o/dyld.h> header file. */
184 #undef HAVE_MACH_O_DYLD_H
185
186 /* Define to 1 if you have the <malloc.h> header file. */
187 #undef HAVE_MALLOC_H
188
189 /* Define to 1 if you have the `memcpy' function. */
190 #undef HAVE_MEMCPY
191
192 /* Define to 1 if you have the `memmove' function. */
193 #undef HAVE_MEMMOVE
194
195 /* Define to 1 if you have the <memory.h> header file. */
196 #undef HAVE_MEMORY_H
197
198 /* Define to 1 if you have the `mempcpy' function. */
199 #undef HAVE_MEMPCPY
200
201 /* Define to 1 if you have a working `mmap' system call. */
202 #undef HAVE_MMAP
203
204 /* Define to 1 if you have the `munmap' function. */
205 #undef HAVE_MUNMAP
206
207 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
208 #undef HAVE_NDIR_H
209
210 /* Define to 1 if you have the <nl_types.h> header file. */
211 #undef HAVE_NL_TYPES_H
212
213 /* Define to 1 if you have the `opendir' function. */
214 #undef HAVE_OPENDIR
215
216 /* Define if your printf() function supports format strings with positions. */
217 #undef HAVE_POSIX_PRINTF
218
219 /* Define if libtool can extract symbol lists from object files. */
220 #undef HAVE_PRELOADED_SYMBOLS
221
222 /* Define to 1 if you have the `putenv' function. */
223 #undef HAVE_PUTENV
224
225 /* Define to 1 if you have the `readdir' function. */
226 #undef HAVE_READDIR
227
228 /* Define to 1 if you have the `rindex' function. */
229 #undef HAVE_RINDEX
230
231 /* Define to 1 if you have the `setenv' function. */
232 #undef HAVE_SETENV
233
234 /* Define to 1 if you have the `setlocale' function. */
235 #undef HAVE_SETLOCALE
236
237 /* Define if you have the shl_load function. */
238 #undef HAVE_SHL_LOAD
239
240 /* Define to 1 if you have the `snprintf' function. */
241 #undef HAVE_SNPRINTF
242
243 /* Define to 1 if you have the <stddef.h> header file. */
244 #undef HAVE_STDDEF_H
245
246 /* Define to 1 if you have the <stdint.h> header file. */
247 #undef HAVE_STDINT_H
248
249 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
250    uintmax_t. */
251 #undef HAVE_STDINT_H_WITH_UINTMAX
252
253 /* Define to 1 if you have the <stdio_ext.h> header file. */
254 #undef HAVE_STDIO_EXT_H
255
256 /* Define to 1 if you have the <stdio.h> header file. */
257 #undef HAVE_STDIO_H
258
259 /* Define to 1 if you have the <stdlib.h> header file. */
260 #undef HAVE_STDLIB_H
261
262 /* Define to 1 if you have the `stpcpy' function. */
263 #undef HAVE_STPCPY
264
265 /* Define to 1 if you have the `strcasecmp' function. */
266 #undef HAVE_STRCASECMP
267
268 /* Define to 1 if you have the `strchr' function. */
269 #undef HAVE_STRCHR
270
271 /* Define to 1 if you have the `strcmp' function. */
272 #undef HAVE_STRCMP
273
274 /* Define to 1 if you have the `strdup' function. */
275 #undef HAVE_STRDUP
276
277 /* Define to 1 if you have the <strings.h> header file. */
278 #undef HAVE_STRINGS_H
279
280 /* Define to 1 if you have the <string.h> header file. */
281 #undef HAVE_STRING_H
282
283 /* Define to 1 if you have the `strrchr' function. */
284 #undef HAVE_STRRCHR
285
286 /* Define to 1 if you have the `strtoul' function. */
287 #undef HAVE_STRTOUL
288
289 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
290    */
291 #undef HAVE_SYS_DIR_H
292
293 /* Define to 1 if you have the <sys/dl.h> header file. */
294 #undef HAVE_SYS_DL_H
295
296 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
297    */
298 #undef HAVE_SYS_NDIR_H
299
300 /* Define to 1 if you have the <sys/param.h> header file. */
301 #undef HAVE_SYS_PARAM_H
302
303 /* Define to 1 if you have the <sys/stat.h> header file. */
304 #undef HAVE_SYS_STAT_H
305
306 /* Define to 1 if you have the <sys/types.h> header file. */
307 #undef HAVE_SYS_TYPES_H
308
309 /* Define to 1 if you have the `tsearch' function. */
310 #undef HAVE_TSEARCH
311
312 /* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
313 #undef HAVE_UINTMAX_T
314
315 /* Define to 1 if you have the <unistd.h> header file. */
316 #undef HAVE_UNISTD_H
317
318 /* Define if you have the 'unsigned long long' type. */
319 #undef HAVE_UNSIGNED_LONG_LONG
320
321 /* Define to 1 if you have the <wchar.h> header file. */
322 #undef HAVE_WCHAR_H
323
324 /* Define if you have the 'wchar_t' type. */
325 #undef HAVE_WCHAR_T
326
327 /* Define to 1 if you have the `wcslen' function. */
328 #undef HAVE_WCSLEN
329
330 /* Define if you have the 'wint_t' type. */
331 #undef HAVE_WINT_T
332
333 /* Define to 1 if you have the `__argz_count' function. */
334 #undef HAVE___ARGZ_COUNT
335
336 /* Define to 1 if you have the `__argz_next' function. */
337 #undef HAVE___ARGZ_NEXT
338
339 /* Define to 1 if you have the `__argz_stringify' function. */
340 #undef HAVE___ARGZ_STRINGIFY
341
342 /* Define to 1 if you have the `__fsetlocking' function. */
343 #undef HAVE___FSETLOCKING
344
345 /* Define as const if the declaration of iconv() needs const. */
346 #undef ICONV_CONST
347
348 /* Define if integer division by zero raises signal SIGFPE. */
349 #undef INTDIV0_RAISES_SIGFPE
350
351 /* Define if the OS needs help to load dependent libraries for dlopen(). */
352 #undef LTDL_DLOPEN_DEPLIBS
353
354 /* Define to the sub-directory in which libtool stores uninstalled libraries.
355    */
356 #undef LTDL_OBJDIR
357
358 /* Define to the name of the environment variable that determines the dynamic
359    library search path. */
360 #undef LTDL_SHLIBPATH_VAR
361
362 /* Define to the extension used for shared libraries, say, ".so". */
363 #undef LTDL_SHLIB_EXT
364
365 /* Define to the system default library search path. */
366 #undef LTDL_SYSSEARCHPATH
367
368 /* Define if dlsym() requires a leading underscore in symbol names. */
369 #undef NEED_USCORE
370
371 /* Name of package */
372 #undef PACKAGE
373
374 /* Define to the address where bug reports for this package should be sent. */
375 #undef PACKAGE_BUGREPORT
376
377 /* Define to the full name of this package. */
378 #undef PACKAGE_NAME
379
380 /* Define to the full name and version of this package. */
381 #undef PACKAGE_STRING
382
383 /* Define to the one symbol short name of this package. */
384 #undef PACKAGE_TARNAME
385
386 /* Define to the version of this package. */
387 #undef PACKAGE_VERSION
388
389 /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
390 #undef PRI_MACROS_BROKEN
391
392 /* Define as the maximum value of type 'size_t', if the system doesn't define
393    it. */
394 #undef SIZE_MAX
395
396 /* If using the C implementation of alloca, define if you know the
397    direction of stack growth for your system; otherwise it will be
398    automatically deduced at runtime.
399         STACK_DIRECTION > 0 => grows toward higher addresses
400         STACK_DIRECTION < 0 => grows toward lower addresses
401         STACK_DIRECTION = 0 => direction of growth unknown */
402 #undef STACK_DIRECTION
403
404 /* Define to 1 if you have the ANSI C header files. */
405 #undef STDC_HEADERS
406
407 /* Version number of package */
408 #undef VERSION
409
410 /* Define to empty if `const' does not conform to ANSI C. */
411 #undef const
412
413 /* Define to a type to use for `error_t' if it is not otherwise available. */
414 #undef error_t
415
416 /* Define to `__inline__' or `__inline' if that's what the C compiler
417    calls it, or to nothing if 'inline' is not supported under any name.  */
418 #ifndef __cplusplus
419 #undef inline
420 #endif
421
422 /* Define to `long int' if <sys/types.h> does not define. */
423 #undef off_t
424
425 /* Define as the type of the result of subtracting two pointers, if the system
426    doesn't define it. */
427 #undef ptrdiff_t
428
429 /* Define to empty if the C compiler doesn't support this keyword. */
430 #undef signed
431
432 /* Define to `unsigned int' if <sys/types.h> does not define. */
433 #undef size_t
434
435 /* Define to unsigned long or unsigned long long if <stdint.h> and
436    <inttypes.h> don't define. */
437 #undef uintmax_t