Update tag value for tizen 2.0 build
[external/libidn.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define if the compiler is building for multiple architectures of Apple
4    platforms at once. */
5 #undef AA_APPLE_UNIVERSAL_BUILD
6
7 /* Define to the number of bits in type 'ptrdiff_t'. */
8 #undef BITSIZEOF_PTRDIFF_T
9
10 /* Define to the number of bits in type 'sig_atomic_t'. */
11 #undef BITSIZEOF_SIG_ATOMIC_T
12
13 /* Define to the number of bits in type 'size_t'. */
14 #undef BITSIZEOF_SIZE_T
15
16 /* Define to the number of bits in type 'wchar_t'. */
17 #undef BITSIZEOF_WCHAR_T
18
19 /* Define to the number of bits in type 'wint_t'. */
20 #undef BITSIZEOF_WINT_T
21
22 /* Define if mono is the preferred C# implementation. */
23 #undef CSHARP_CHOICE_MONO
24
25 /* Define if pnet is the preferred C# implementation. */
26 #undef CSHARP_CHOICE_PNET
27
28 /* Define to 1 if translation of program messages to the user's native
29    language is requested. */
30 #undef ENABLE_NLS
31
32 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
33    CoreFoundation framework. */
34 #undef HAVE_CFLOCALECOPYCURRENT
35
36 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
37    the CoreFoundation framework. */
38 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
39
40 /* Define if the GNU dcgettext() function is already present or preinstalled.
41    */
42 #undef HAVE_DCGETTEXT
43
44 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
45    */
46 #undef HAVE_DECL_GETENV
47
48 /* Define to 1 if you have the declaration of `strerror', and to 0 if you
49    don't. */
50 #undef HAVE_DECL_STRERROR
51
52 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
53    don't. */
54 #undef HAVE_DECL_STRERROR_R
55
56 /* Define to 1 if you have the <dlfcn.h> header file. */
57 #undef HAVE_DLFCN_H
58
59 /* Define to 1 if you have the <errno.h> header file. */
60 #undef HAVE_ERRNO_H
61
62 /* Define to 1 if you have the <getopt.h> header file. */
63 #undef HAVE_GETOPT_H
64
65 /* Define to 1 if you have the `getopt_long_only' function. */
66 #undef HAVE_GETOPT_LONG_ONLY
67
68 /* Define if the GNU gettext() function is already present or preinstalled. */
69 #undef HAVE_GETTEXT
70
71 /* Define if you have the iconv() function and it works. */
72 #undef HAVE_ICONV
73
74 /* Define to 1 if you have the <iconv.h> header file. */
75 #undef HAVE_ICONV_H
76
77 /* Define to 1 if you have the <inttypes.h> header file. */
78 #undef HAVE_INTTYPES_H
79
80 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
81 #undef HAVE_LANGINFO_CODESET
82
83 /* Define to 1 if the system has the type `long long int'. */
84 #undef HAVE_LONG_LONG_INT
85
86 /* Define to 1 if you have the <memory.h> header file. */
87 #undef HAVE_MEMORY_H
88
89 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
90 #undef HAVE_SIGNED_SIG_ATOMIC_T
91
92 /* Define to 1 if 'wchar_t' is a signed integer type. */
93 #undef HAVE_SIGNED_WCHAR_T
94
95 /* Define to 1 if 'wint_t' is a signed integer type. */
96 #undef HAVE_SIGNED_WINT_T
97
98 /* Define to 1 if you have the <stdarg.h> header file. */
99 #undef HAVE_STDARG_H
100
101 /* Define to 1 if stdbool.h conforms to C99. */
102 #undef HAVE_STDBOOL_H
103
104 /* Define to 1 if you have the <stdint.h> header file. */
105 #undef HAVE_STDINT_H
106
107 /* Define to 1 if you have the <stdlib.h> header file. */
108 #undef HAVE_STDLIB_H
109
110 /* Define to 1 if you have the `strerror_r' function. */
111 #undef HAVE_STRERROR_R
112
113 /* Define to 1 if you have the <strings.h> header file. */
114 #undef HAVE_STRINGS_H
115
116 /* Define to 1 if you have the <string.h> header file. */
117 #undef HAVE_STRING_H
118
119 /* Define to 1 if you have the `strverscmp' function. */
120 #undef HAVE_STRVERSCMP
121
122 /* Define to 1 if you have the <sys/bitypes.h> header file. */
123 #undef HAVE_SYS_BITYPES_H
124
125 /* Define to 1 if you have the <sys/inttypes.h> header file. */
126 #undef HAVE_SYS_INTTYPES_H
127
128 /* Define to 1 if you have the <sys/socket.h> header file. */
129 #undef HAVE_SYS_SOCKET_H
130
131 /* Define to 1 if you have the <sys/stat.h> header file. */
132 #undef HAVE_SYS_STAT_H
133
134 /* Define to 1 if you have the <sys/types.h> header file. */
135 #undef HAVE_SYS_TYPES_H
136
137 /* Define to 1 if you have the <unistd.h> header file. */
138 #undef HAVE_UNISTD_H
139
140 /* Define to 1 if the system has the type `unsigned long long int'. */
141 #undef HAVE_UNSIGNED_LONG_LONG_INT
142
143 /* Define to 1 or 0, depending whether the compiler supports simple visibility
144    declarations. */
145 #undef HAVE_VISIBILITY
146
147 /* Define to 1 if you have the <wchar.h> header file. */
148 #undef HAVE_WCHAR_H
149
150 /* Define if you have the 'wchar_t' type. */
151 #undef HAVE_WCHAR_T
152
153 /* Define to 1 if you have the <winsock2.h> header file. */
154 #undef HAVE_WINSOCK2_H
155
156 /* Define if you have the 'wint_t' type. */
157 #undef HAVE_WINT_T
158
159 /* Define to 1 if the system has the type `_Bool'. */
160 #undef HAVE__BOOL
161
162 /* Define as const if the declaration of iconv() needs const. */
163 #undef ICONV_CONST
164
165 /* Define to a symbolic name denoting the flavor of iconv_open()
166    implementation. */
167 #undef ICONV_FLAVOR
168
169 /* Define to the sub-directory in which libtool stores uninstalled libraries.
170    */
171 #undef LT_OBJDIR
172
173 /* Name of package */
174 #undef PACKAGE
175
176 /* Define to the address where bug reports for this package should be sent. */
177 #undef PACKAGE_BUGREPORT
178
179 /* Define to the full name of this package. */
180 #undef PACKAGE_NAME
181
182 /* String identifying the packager of this software */
183 #undef PACKAGE_PACKAGER
184
185 /* Packager info for bug reports (URL/e-mail/...) */
186 #undef PACKAGE_PACKAGER_BUG_REPORTS
187
188 /* Packager-specific version information */
189 #undef PACKAGE_PACKAGER_VERSION
190
191 /* Define to the full name and version of this package. */
192 #undef PACKAGE_STRING
193
194 /* Define to the one symbol short name of this package. */
195 #undef PACKAGE_TARNAME
196
197 /* Define to the home page for this package. */
198 #undef PACKAGE_URL
199
200 /* Define to the version of this package. */
201 #undef PACKAGE_VERSION
202
203 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
204    'ptrdiff_t'. */
205 #undef PTRDIFF_T_SUFFIX
206
207 /* Define this to 1 if strerror is broken. */
208 #undef REPLACE_STRERROR
209
210 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
211    'sig_atomic_t'. */
212 #undef SIG_ATOMIC_T_SUFFIX
213
214 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
215    'size_t'. */
216 #undef SIZE_T_SUFFIX
217
218 /* Define to 1 if you have the ANSI C header files. */
219 #undef STDC_HEADERS
220
221 /* Define to 1 if strerror_r returns char *. */
222 #undef STRERROR_R_CHAR_P
223
224 /* Version number of package */
225 #undef VERSION
226
227 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
228    'wchar_t'. */
229 #undef WCHAR_T_SUFFIX
230
231 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
232    'wint_t'. */
233 #undef WINT_T_SUFFIX
234
235 /* Define to 1 if you want TLD code. */
236 #undef WITH_TLD
237
238 /* Define to 1 if on MINIX. */
239 #undef _MINIX
240
241 /* Define to 2 if the system does not provide POSIX.1 features except with
242    this defined. */
243 #undef _POSIX_1_SOURCE
244
245 /* Define to 1 if you need to in order for `stat' and other things to work. */
246 #undef _POSIX_SOURCE
247
248 /* Define to 500 only on HP-UX. */
249 #undef _XOPEN_SOURCE
250
251 /* Enable extensions on AIX 3, Interix.  */
252 #ifndef _ALL_SOURCE
253 # undef _ALL_SOURCE
254 #endif
255 /* Enable GNU extensions on systems that have them.  */
256 #ifndef _GNU_SOURCE
257 # undef _GNU_SOURCE
258 #endif
259 /* Enable threading extensions on Solaris.  */
260 #ifndef _POSIX_PTHREAD_SEMANTICS
261 # undef _POSIX_PTHREAD_SEMANTICS
262 #endif
263 /* Enable extensions on HP NonStop.  */
264 #ifndef _TANDEM_SOURCE
265 # undef _TANDEM_SOURCE
266 #endif
267 /* Enable general extensions on Solaris.  */
268 #ifndef __EXTENSIONS__
269 # undef __EXTENSIONS__
270 #endif
271
272
273 /* Define to rpl_ if the getopt replacement functions and variables should be
274    used. */
275 #undef __GETOPT_PREFIX
276
277 /* A replacement for va_copy, if needed.  */
278 #define gl_va_copy(a,b) ((a) = (b))
279
280 /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
281    the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
282    earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
283    __APPLE__ && __MACH__ test for MacOS X.
284    __APPLE_CC__ tests for the Apple compiler and its version.
285    __STDC_VERSION__ tests for the C99 mode.  */
286 #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
287 # define __GNUC_STDC_INLINE__ 1
288 #endif
289
290 /* Define to the equivalent of the C99 'restrict' keyword, or to
291    nothing if this is not supported.  Do not define if restrict is
292    supported directly.  */
293 #undef restrict
294 /* Work around a bug in Sun C++: it does not support _Restrict, even
295    though the corresponding Sun C compiler does, which causes
296    "#define restrict _Restrict" in the previous line.  Perhaps some future
297    version of Sun C++ will work with _Restrict; if so, it'll probably
298    define __RESTRICT, just as Sun C does.  */
299 #if defined __SUNPRO_CC && !defined __RESTRICT
300 # define _Restrict
301 #endif
302
303 /* Define as a marker that can be attached to function parameter declarations
304    for parameters that are not used.  This helps to reduce warnings, such as
305    from GCC -Wunused-parameter.  */
306 #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
307 # define _UNUSED_PARAMETER_ __attribute__ ((__unused__))
308 #else
309 # define _UNUSED_PARAMETER_
310 #endif
311
312
313 /* Define as a macro for copying va_list variables. */
314 #undef va_copy