Tizen 2.0 Release
[external/nettle.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 you have `alloca', as a function or macro. */
12 #undef HAVE_ALLOCA
13
14 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
15    */
16 #undef HAVE_ALLOCA_H
17
18 /* Define if fcntl file locking is available */
19 #undef HAVE_FCNTL_LOCKING
20
21 /* Define if the compiler understands __attribute__ */
22 #undef HAVE_GCC_ATTRIBUTE
23
24 /* Define to 1 if you have the <inttypes.h> header file. */
25 #undef HAVE_INTTYPES_H
26
27 /* Define to 1 if you have the `gmp' library (-lgmp). */
28 #undef HAVE_LIBGMP
29
30 /* Define to 1 if you have the <malloc.h> header file. */
31 #undef HAVE_MALLOC_H
32
33 /* Define to 1 if you have the <memory.h> header file. */
34 #undef HAVE_MEMORY_H
35
36 /* Define to 1 if you have the `memxor' function. */
37 #undef HAVE_MEMXOR
38
39 /* Define if mpz_powm_sec is available (appeared in GMP-5) */
40 #undef HAVE_MPZ_POWM_SEC
41
42 /* Define to 1 if you have the <openssl/aes.h> header file. */
43 #undef HAVE_OPENSSL_AES_H
44
45 /* Define to 1 if you have the <openssl/blowfish.h> header file. */
46 #undef HAVE_OPENSSL_BLOWFISH_H
47
48 /* Define to 1 if you have the <openssl/cast.h> header file. */
49 #undef HAVE_OPENSSL_CAST_H
50
51 /* Define to 1 if you have the <openssl/des.h> header file. */
52 #undef HAVE_OPENSSL_DES_H
53
54 /* Define to 1 if you have the <stdint.h> header file. */
55 #undef HAVE_STDINT_H
56
57 /* Define to 1 if you have the <stdlib.h> header file. */
58 #undef HAVE_STDLIB_H
59
60 /* Define to 1 if you have the <strings.h> header file. */
61 #undef HAVE_STRINGS_H
62
63 /* Define to 1 if you have the <string.h> header file. */
64 #undef HAVE_STRING_H
65
66 /* Define to 1 if you have the <sys/stat.h> header file. */
67 #undef HAVE_SYS_STAT_H
68
69 /* Define to 1 if you have the <sys/types.h> header file. */
70 #undef HAVE_SYS_TYPES_H
71
72 /* Define to 1 if you have the <unistd.h> header file. */
73 #undef HAVE_UNISTD_H
74
75 /* Define to the address where bug reports for this package should be sent. */
76 #undef PACKAGE_BUGREPORT
77
78 /* Define to the full name of this package. */
79 #undef PACKAGE_NAME
80
81 /* Define to the full name and version of this package. */
82 #undef PACKAGE_STRING
83
84 /* Define to the one symbol short name of this package. */
85 #undef PACKAGE_TARNAME
86
87 /* Define to the version of this package. */
88 #undef PACKAGE_VERSION
89
90 /* The size of `char', as computed by sizeof. */
91 #undef SIZEOF_CHAR
92
93 /* The size of `int', as computed by sizeof. */
94 #undef SIZEOF_INT
95
96 /* The size of `long', as computed by sizeof. */
97 #undef SIZEOF_LONG
98
99 /* The size of `short', as computed by sizeof. */
100 #undef SIZEOF_SHORT
101
102 /* The size of `void*', as computed by sizeof. */
103 #undef SIZEOF_VOIDP
104
105 /* If using the C implementation of alloca, define if you know the
106    direction of stack growth for your system; otherwise it will be
107    automatically deduced at runtime.
108         STACK_DIRECTION > 0 => grows toward higher addresses
109         STACK_DIRECTION < 0 => grows toward lower addresses
110         STACK_DIRECTION = 0 => direction of growth unknown */
111 #undef STACK_DIRECTION
112
113 /* Define to 1 if you have the ANSI C header files. */
114 #undef STDC_HEADERS
115
116 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
117 #undef TIME_WITH_SYS_TIME
118
119 /* Defined if public key features are enabled */
120 #undef WITH_HOGWEED
121
122 /* Define if you have openssl's libcrypto (used for benchmarking) */
123 #undef WITH_OPENSSL
124
125 /* Define to 1 if your processor stores words with the most significant byte
126    first (like Motorola and SPARC, unlike Intel and VAX). */
127 #undef WORDS_BIGENDIAN
128
129 /* Define to empty if `const' does not conform to ANSI C. */
130 #undef const
131
132 /* Define to `int' if <sys/types.h> doesn't define. */
133 #undef gid_t
134
135 /* Define to `__inline__' or `__inline' if that's what the C compiler
136    calls it, or to nothing if 'inline' is not supported under any name.  */
137 #ifndef __cplusplus
138 #undef inline
139 #endif
140
141 /* Define to `unsigned int' if <sys/types.h> does not define. */
142 #undef size_t
143
144 /* Define to `int' if <sys/types.h> doesn't define. */
145 #undef uid_t
146
147 /* AIX requires this to be the first thing in the file.  */
148 #ifndef __GNUC__
149 # if HAVE_ALLOCA_H
150 #  include <alloca.h>
151 # else
152 #  ifdef _AIX
153  #pragma alloca
154 #  else
155 #   ifndef alloca /* predefined by HP cc +Olibcalls */
156 char *alloca ();
157 #   endif
158 #  endif
159 /* Needed for alloca on windows */
160 #  if HAVE_MALLOC_H
161 #   include <malloc.h>
162 #  endif
163 # endif
164 #else /* defined __GNUC__ */
165 # if HAVE_ALLOCA_H
166 #  include <alloca.h>
167 # endif
168 #endif
169
170
171 #if __GNUC__ && HAVE_GCC_ATTRIBUTE
172 # define NORETURN __attribute__ ((__noreturn__))
173 # define PRINTF_STYLE(f, a) __attribute__ ((__format__ (__printf__, f, a)))
174 # define UNUSED __attribute__ ((__unused__))
175 #else
176 # define NORETURN
177 # define PRINTF_STYLE(f, a)
178 # define UNUSED
179 #endif
180