Fix build error
[platform/upstream/libksba.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3
4 #ifndef _KSBA_CONFIG_H_INCLUDED
5 #define _KSBA_CONFIG_H_INCLUDED
6
7 /* Enable gpg-error's strerror macro for W32CE.  */
8 #define GPG_ERR_ENABLE_ERRNO_MACROS 1
9
10
11 /* Define if building universal (internal helper macro) */
12 #undef AC_APPLE_UNIVERSAL_BUILD
13
14 /* GIT commit id revision used to build this package */
15 #undef BUILD_REVISION
16
17 /* The time this package was configured for a build */
18 #undef BUILD_TIMESTAMP
19
20 /* Define to 1 if using 'alloca.c'. */
21 #undef C_ALLOCA
22
23 /* The default error source for libksba. */
24 #undef GPG_ERR_SOURCE_DEFAULT
25
26 /* Define to 1 if you have `alloca' after including <alloca.h>, a header that
27    may be supplied by this distribution. */
28 #undef HAVE_ALLOCA
29
30 /* Define HAVE_ALLOCA_H for backward compatibility with older code that
31    includes <alloca.h> only if HAVE_ALLOCA_H is defined. */
32 #undef HAVE_ALLOCA_H
33
34 /* Define to 1 if you have the <dlfcn.h> header file. */
35 #undef HAVE_DLFCN_H
36
37 /* Define to 1 if you have the `getenv' function. */
38 #undef HAVE_GETENV
39
40 /* Define to 1 if you have the `gmtime_r' function. */
41 #undef HAVE_GMTIME_R
42
43 /* Define to 1 if you have the <inttypes.h> header file. */
44 #undef HAVE_INTTYPES_H
45
46 /* Define to 1 if you have the <minix/config.h> header file. */
47 #undef HAVE_MINIX_CONFIG_H
48
49 /* Define to 1 if you have the <stdint.h> header file. */
50 #undef HAVE_STDINT_H
51
52 /* Define to 1 if you have the <stdio.h> header file. */
53 #undef HAVE_STDIO_H
54
55 /* Define to 1 if you have the <stdlib.h> header file. */
56 #undef HAVE_STDLIB_H
57
58 /* Define to 1 if you have the `stpcpy' function. */
59 #undef HAVE_STPCPY
60
61 /* Define to 1 if you have the <strings.h> header file. */
62 #undef HAVE_STRINGS_H
63
64 /* Define to 1 if you have the <string.h> header file. */
65 #undef HAVE_STRING_H
66
67 /* Define to 1 if you have the <sys/stat.h> header file. */
68 #undef HAVE_SYS_STAT_H
69
70 /* Define to 1 if you have the <sys/types.h> header file. */
71 #undef HAVE_SYS_TYPES_H
72
73 /* Define to 1 if the system has the type `u32'. */
74 #undef HAVE_U32
75
76 /* Define to 1 if you have the <unistd.h> header file. */
77 #undef HAVE_UNISTD_H
78
79 /* Defined if we run on a W32 API based system */
80 #undef HAVE_W32_SYSTEM
81
82 /* Define to 1 if you have the <wchar.h> header file. */
83 #undef HAVE_WCHAR_H
84
85 /* Define to use the GNU C visibility attribute. */
86 #undef KSBA_USE_VISIBILITY
87
88 /* Define to the sub-directory in which libtool stores uninstalled libraries.
89    */
90 #undef LT_OBJDIR
91
92 /* Name of package */
93 #undef PACKAGE
94
95 /* Define to the address where bug reports for this package should be sent. */
96 #undef PACKAGE_BUGREPORT
97
98 /* Define to the full name of this package. */
99 #undef PACKAGE_NAME
100
101 /* Define to the full name and version of this package. */
102 #undef PACKAGE_STRING
103
104 /* Define to the one symbol short name of this package. */
105 #undef PACKAGE_TARNAME
106
107 /* Define to the home page for this package. */
108 #undef PACKAGE_URL
109
110 /* Define to the version of this package. */
111 #undef PACKAGE_VERSION
112
113 /* The size of `unsigned int', as computed by sizeof. */
114 #undef SIZEOF_UNSIGNED_INT
115
116 /* The size of `unsigned long', as computed by sizeof. */
117 #undef SIZEOF_UNSIGNED_LONG
118
119 /* If using the C implementation of alloca, define if you know the
120    direction of stack growth for your system; otherwise it will be
121    automatically deduced at runtime.
122         STACK_DIRECTION > 0 => grows toward higher addresses
123         STACK_DIRECTION < 0 => grows toward lower addresses
124         STACK_DIRECTION = 0 => direction of growth unknown */
125 #undef STACK_DIRECTION
126
127 /* Define to 1 if all of the C90 standard headers exist (not just the ones
128    required in a freestanding environment). This macro is provided for
129    backward compatibility; new code need not use it. */
130 #undef STDC_HEADERS
131
132 /* Enable extensions on AIX 3, Interix.  */
133 #ifndef _ALL_SOURCE
134 # undef _ALL_SOURCE
135 #endif
136 /* Enable general extensions on macOS.  */
137 #ifndef _DARWIN_C_SOURCE
138 # undef _DARWIN_C_SOURCE
139 #endif
140 /* Enable general extensions on Solaris.  */
141 #ifndef __EXTENSIONS__
142 # undef __EXTENSIONS__
143 #endif
144 /* Enable GNU extensions on systems that have them.  */
145 #ifndef _GNU_SOURCE
146 # undef _GNU_SOURCE
147 #endif
148 /* Enable X/Open compliant socket functions that do not require linking
149    with -lxnet on HP-UX 11.11.  */
150 #ifndef _HPUX_ALT_XOPEN_SOCKET_API
151 # undef _HPUX_ALT_XOPEN_SOCKET_API
152 #endif
153 /* Identify the host operating system as Minix.
154    This macro does not affect the system headers' behavior.
155    A future release of Autoconf may stop defining this macro.  */
156 #ifndef _MINIX
157 # undef _MINIX
158 #endif
159 /* Enable general extensions on NetBSD.
160    Enable NetBSD compatibility extensions on Minix.  */
161 #ifndef _NETBSD_SOURCE
162 # undef _NETBSD_SOURCE
163 #endif
164 /* Enable OpenBSD compatibility extensions on NetBSD.
165    Oddly enough, this does nothing on OpenBSD.  */
166 #ifndef _OPENBSD_SOURCE
167 # undef _OPENBSD_SOURCE
168 #endif
169 /* Define to 1 if needed for POSIX-compatible behavior.  */
170 #ifndef _POSIX_SOURCE
171 # undef _POSIX_SOURCE
172 #endif
173 /* Define to 2 if needed for POSIX-compatible behavior.  */
174 #ifndef _POSIX_1_SOURCE
175 # undef _POSIX_1_SOURCE
176 #endif
177 /* Enable POSIX-compatible threading on Solaris.  */
178 #ifndef _POSIX_PTHREAD_SEMANTICS
179 # undef _POSIX_PTHREAD_SEMANTICS
180 #endif
181 /* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
182 #ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
183 # undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
184 #endif
185 /* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
186 #ifndef __STDC_WANT_IEC_60559_BFP_EXT__
187 # undef __STDC_WANT_IEC_60559_BFP_EXT__
188 #endif
189 /* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
190 #ifndef __STDC_WANT_IEC_60559_DFP_EXT__
191 # undef __STDC_WANT_IEC_60559_DFP_EXT__
192 #endif
193 /* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
194 #ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
195 # undef __STDC_WANT_IEC_60559_FUNCS_EXT__
196 #endif
197 /* Enable extensions specified by ISO/IEC TS 18661-3:2015.  */
198 #ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
199 # undef __STDC_WANT_IEC_60559_TYPES_EXT__
200 #endif
201 /* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
202 #ifndef __STDC_WANT_LIB_EXT2__
203 # undef __STDC_WANT_LIB_EXT2__
204 #endif
205 /* Enable extensions specified by ISO/IEC 24747:2009.  */
206 #ifndef __STDC_WANT_MATH_SPEC_FUNCS__
207 # undef __STDC_WANT_MATH_SPEC_FUNCS__
208 #endif
209 /* Enable extensions on HP NonStop.  */
210 #ifndef _TANDEM_SOURCE
211 # undef _TANDEM_SOURCE
212 #endif
213 /* Enable X/Open extensions.  Define to 500 only if necessary
214    to make mbstate_t available.  */
215 #ifndef _XOPEN_SOURCE
216 # undef _XOPEN_SOURCE
217 #endif
218
219
220 /* Version number of package */
221 #undef VERSION
222
223 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
224    significant byte first (like Motorola and SPARC, unlike Intel). */
225 #if defined AC_APPLE_UNIVERSAL_BUILD
226 # if defined __BIG_ENDIAN__
227 #  define WORDS_BIGENDIAN 1
228 # endif
229 #else
230 # ifndef WORDS_BIGENDIAN
231 #  undef WORDS_BIGENDIAN
232 # endif
233 #endif
234
235 /* Expose all libc features (__DARWIN_C_FULL). */
236 #undef _DARWIN_C_SOURCE
237
238 /* Define to empty if `const' does not conform to ANSI C. */
239 #undef const
240
241 /* Define to `__inline__' or `__inline' if that's what the C compiler
242    calls it, or to nothing if 'inline' is not supported under any name.  */
243 #ifndef __cplusplus
244 #undef inline
245 #endif
246
247 /* Define to `unsigned int' if <sys/types.h> does not define. */
248 #undef size_t
249
250
251
252 #endif /*_KSBA_CONFIG_H_INCLUDED*/
253