tizen 2.3.1 release
[external/libgnutls26.git] / libextra / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define if building universal (internal helper macro) */
4 #undef AC_APPLE_UNIVERSAL_BUILD
5
6 /* C99 macros are supported */
7 #undef C99_MACROS
8
9 /* enable anonymous authentication */
10 #undef ENABLE_ANON
11
12 /* enable camellia block cipher */
13 #undef ENABLE_CAMELLIA
14
15 /* Enable cryptodev support */
16 #undef ENABLE_CRYPTODEV
17
18 /* use openpgp authentication */
19 #undef ENABLE_OPENPGP
20
21 /* enable Opaque PRF Input */
22 #undef ENABLE_OPRFI
23
24 /* whether to include all the PKCS/PKI stuff */
25 #undef ENABLE_PKI
26
27 /* enable PSK authentication */
28 #undef ENABLE_PSK
29
30 /* enable SessionTicket extension */
31 #undef ENABLE_SESSION_TICKET
32
33 /* enable SRP authentication */
34 #undef ENABLE_SRP
35
36 /* Enable NPN support for Tizen */
37 #undef ENABLE_TIZEN_NPN
38
39 /* Make sure we don't use old features in code. */
40 #undef GNUTLS_COMPAT_H
41
42 /* Additional cast to bring void* to a type castable to int. */
43 #undef GNUTLS_POINTER_TO_INT_CAST
44
45 /* Define to 1 if you have the <dlfcn.h> header file. */
46 #undef HAVE_DLFCN_H
47
48 /* whether the gcrypt library is in use */
49 #undef HAVE_GCRYPT
50
51 /* Define to 1 if you have the <inttypes.h> header file. */
52 #undef HAVE_INTTYPES_H
53
54 /* Define if you have the libgcrypt library. */
55 #undef HAVE_LIBGCRYPT
56
57 /* Define if you have the libnettle library. */
58 #undef HAVE_LIBNETTLE
59
60 /* Define if you have the libtasn1 library. */
61 #undef HAVE_LIBTASN1
62
63 /* Define to 1 if you have the <lzo1x.h> header file. */
64 #undef HAVE_LZO1X_H
65
66 /* Define to 1 if you have the <lzo/lzo1x.h> header file. */
67 #undef HAVE_LZO_LZO1X_H
68
69 /* Define to 1 if you have the <memory.h> header file. */
70 #undef HAVE_MEMORY_H
71
72 /* Define to 1 if you have the <stdint.h> header file. */
73 #undef HAVE_STDINT_H
74
75 /* Define to 1 if you have the <stdlib.h> header file. */
76 #undef HAVE_STDLIB_H
77
78 /* Define to 1 if you have the <strings.h> header file. */
79 #undef HAVE_STRINGS_H
80
81 /* Define to 1 if you have the <string.h> header file. */
82 #undef HAVE_STRING_H
83
84 /* Define to 1 if you have the <sys/socket.h> header file. */
85 #undef HAVE_SYS_SOCKET_H
86
87 /* Define to 1 if you have the <sys/stat.h> header file. */
88 #undef HAVE_SYS_STAT_H
89
90 /* Define to 1 if you have the <sys/types.h> header file. */
91 #undef HAVE_SYS_TYPES_H
92
93 /* Define to 1 if you have the <unistd.h> header file. */
94 #undef HAVE_UNISTD_H
95
96 /* Define to 1 if you have the <winsock2.h> header file. */
97 #undef HAVE_WINSOCK2_H
98
99 /* Define to the sub-directory in which libtool stores uninstalled libraries.
100    */
101 #undef LT_OBJDIR
102
103 /* Name of package */
104 #undef PACKAGE
105
106 /* Define to the address where bug reports for this package should be sent. */
107 #undef PACKAGE_BUGREPORT
108
109 /* Define to the full name of this package. */
110 #undef PACKAGE_NAME
111
112 /* Define to the full name and version of this package. */
113 #undef PACKAGE_STRING
114
115 /* Define to the one symbol short name of this package. */
116 #undef PACKAGE_TARNAME
117
118 /* Define to the home page for this package. */
119 #undef PACKAGE_URL
120
121 /* Define to the version of this package. */
122 #undef PACKAGE_VERSION
123
124 /* The size of `int', as computed by sizeof. */
125 #undef SIZEOF_INT
126
127 /* The size of `long', as computed by sizeof. */
128 #undef SIZEOF_LONG
129
130 /* The size of `void *', as computed by sizeof. */
131 #undef SIZEOF_VOID_P
132
133 /* Define to 1 if you have the ANSI C header files. */
134 #undef STDC_HEADERS
135
136 /* whether to use the LZO compression */
137 #undef USE_LZO
138
139 /* Version number of package */
140 #undef VERSION
141
142 /* Define if WSAStartup is needed. */
143 #undef WINDOWS_SOCKETS
144
145 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
146    significant byte first (like Motorola and SPARC, unlike Intel). */
147 #if defined AC_APPLE_UNIVERSAL_BUILD
148 # if defined __BIG_ENDIAN__
149 #  define WORDS_BIGENDIAN 1
150 # endif
151 #else
152 # ifndef WORDS_BIGENDIAN
153 #  undef WORDS_BIGENDIAN
154 # endif
155 #endif
156
157 /* Define to 1 if on MINIX. */
158 #undef _MINIX
159
160 /* The _Noreturn keyword of C11.  */
161 #ifndef _Noreturn
162 # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
163       || 0x5110 <= __SUNPRO_C)
164 #  define _Noreturn __attribute__ ((__noreturn__))
165 # elif defined _MSC_VER && 1200 <= _MSC_VER
166 #  define _Noreturn __declspec (noreturn)
167 # else
168 #  define _Noreturn
169 # endif
170 #endif
171
172
173 /* Define to 2 if the system does not provide POSIX.1 features except with
174    this defined. */
175 #undef _POSIX_1_SOURCE
176
177 /* Define to 1 if you need to in order for 'stat' and other things to work. */
178 #undef _POSIX_SOURCE
179
180 /* Define to 500 only on HP-UX. */
181 #undef _XOPEN_SOURCE
182
183 /* Enable extensions on AIX 3, Interix.  */
184 #ifndef _ALL_SOURCE
185 # undef _ALL_SOURCE
186 #endif
187 /* Enable general extensions on MacOS X.  */
188 #ifndef _DARWIN_C_SOURCE
189 # undef _DARWIN_C_SOURCE
190 #endif
191 /* Enable GNU extensions on systems that have them.  */
192 #ifndef _GNU_SOURCE
193 # undef _GNU_SOURCE
194 #endif
195 /* Enable threading extensions on Solaris.  */
196 #ifndef _POSIX_PTHREAD_SEMANTICS
197 # undef _POSIX_PTHREAD_SEMANTICS
198 #endif
199 /* Enable extensions on HP NonStop.  */
200 #ifndef _TANDEM_SOURCE
201 # undef _TANDEM_SOURCE
202 #endif
203 /* Enable general extensions on Solaris.  */
204 #ifndef __EXTENSIONS__
205 # undef __EXTENSIONS__
206 #endif
207
208
209 /* Define to `__inline__' or `__inline' if that's what the C compiler
210    calls it, or to nothing if 'inline' is not supported under any name.  */
211 #ifndef __cplusplus
212 #undef inline
213 #endif
214
215 /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
216    the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
217    earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
218    __APPLE__ && __MACH__ test for MacOS X.
219    __APPLE_CC__ tests for the Apple compiler and its version.
220    __STDC_VERSION__ tests for the C99 mode.  */
221 #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
222 # define __GNUC_STDC_INLINE__ 1
223 #endif
224
225 /* Define to the equivalent of the C99 'restrict' keyword, or to
226    nothing if this is not supported.  Do not define if restrict is
227    supported directly.  */
228 #undef restrict
229 /* Work around a bug in Sun C++: it does not support _Restrict or
230    __restrict__, even though the corresponding Sun C compiler ends up with
231    "#define restrict _Restrict" or "#define restrict __restrict__" in the
232    previous line.  Perhaps some future version of Sun C++ will work with
233    restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
234 #if defined __SUNPRO_CC && !defined __RESTRICT
235 # define _Restrict
236 # define __restrict__
237 #endif
238
239 /* Define as a marker that can be attached to declarations that might not
240     be used.  This helps to reduce warnings, such as from
241     GCC -Wunused-parameter.  */
242 #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
243 # define _GL_UNUSED __attribute__ ((__unused__))
244 #else
245 # define _GL_UNUSED
246 #endif
247 /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
248    is a misnomer outside of parameter lists.  */
249 #define _UNUSED_PARAMETER_ _GL_UNUSED
250
251 /* The __pure__ attribute was added in gcc 2.96.  */
252 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
253 # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
254 #else
255 # define _GL_ATTRIBUTE_PURE /* empty */
256 #endif
257
258 /* The __const__ attribute was added in gcc 2.95.  */
259 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
260 # define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
261 #else
262 # define _GL_ATTRIBUTE_CONST /* empty */
263 #endif
264