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