Imported Upstream version 1.3.4
[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 one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
21    systems. This function is required for `alloca.c' support on those systems.
22    */
23 #undef CRAY_STACKSEG_END
24
25 /* Define to 1 if using `alloca.c'. */
26 #undef C_ALLOCA
27
28 /* The default error source for libksba. */
29 #undef GPG_ERR_SOURCE_DEFAULT
30
31 /* Define to 1 if you have `alloca' after including <alloca.h>, a header that
32    may be supplied by this distribution. */
33 #undef HAVE_ALLOCA
34
35 /* Define HAVE_ALLOCA_H for backward compatibility with older code that
36    includes <alloca.h> only if HAVE_ALLOCA_H is defined. */
37 #undef HAVE_ALLOCA_H
38
39 /* Define to 1 if you have the <dlfcn.h> header file. */
40 #undef HAVE_DLFCN_H
41
42 /* Define to 1 if you have the `getenv' function. */
43 #undef HAVE_GETENV
44
45 /* Define to 1 if you have the `gmtime_r' function. */
46 #undef HAVE_GMTIME_R
47
48 /* Define to 1 if you have the <inttypes.h> header file. */
49 #undef HAVE_INTTYPES_H
50
51 /* Define to 1 if you have the `memmove' function. */
52 #undef HAVE_MEMMOVE
53
54 /* Define to 1 if you have the <memory.h> header file. */
55 #undef HAVE_MEMORY_H
56
57 /* Define to 1 if you have the <stdint.h> header file. */
58 #undef HAVE_STDINT_H
59
60 /* Define to 1 if you have the <stdlib.h> header file. */
61 #undef HAVE_STDLIB_H
62
63 /* Define to 1 if you have the `stpcpy' function. */
64 #undef HAVE_STPCPY
65
66 /* Define to 1 if you have the `strchr' function. */
67 #undef HAVE_STRCHR
68
69 /* Define to 1 if you have the <strings.h> header file. */
70 #undef HAVE_STRINGS_H
71
72 /* Define to 1 if you have the <string.h> header file. */
73 #undef HAVE_STRING_H
74
75 /* Define to 1 if you have the `strtol' function. */
76 #undef HAVE_STRTOL
77
78 /* Define to 1 if you have the `strtoul' function. */
79 #undef HAVE_STRTOUL
80
81 /* Define to 1 if you have the <sys/stat.h> header file. */
82 #undef HAVE_SYS_STAT_H
83
84 /* Define to 1 if you have the <sys/types.h> header file. */
85 #undef HAVE_SYS_TYPES_H
86
87 /* Defined if a `u32' is typedef'd */
88 #undef HAVE_U32_TYPEDEF
89
90 /* Define to 1 if you have the <unistd.h> header file. */
91 #undef HAVE_UNISTD_H
92
93 /* Defined if we run on WindowsCE */
94 #undef HAVE_W32CE_SYSTEM
95
96 /* Defined if we run on a W32 API based system */
97 #undef HAVE_W32_SYSTEM
98
99 /* Define to use the GNU C visibility attribute. */
100 #undef KSBA_USE_VISIBILITY
101
102 /* Define to the sub-directory in which libtool stores uninstalled libraries.
103    */
104 #undef LT_OBJDIR
105
106 /* Name of this package */
107 #undef PACKAGE
108
109 /* Define to the address where bug reports for this package should be sent. */
110 #undef PACKAGE_BUGREPORT
111
112 /* Define to the full name of this package. */
113 #undef PACKAGE_NAME
114
115 /* Define to the full name and version of this package. */
116 #undef PACKAGE_STRING
117
118 /* Define to the one symbol short name of this package. */
119 #undef PACKAGE_TARNAME
120
121 /* Define to the home page for this package. */
122 #undef PACKAGE_URL
123
124 /* Define to the version of this package. */
125 #undef PACKAGE_VERSION
126
127 /* The size of `unsigned int', as computed by sizeof. */
128 #undef SIZEOF_UNSIGNED_INT
129
130 /* The size of `unsigned long', as computed by sizeof. */
131 #undef SIZEOF_UNSIGNED_LONG
132
133 /* If using the C implementation of alloca, define if you know the
134    direction of stack growth for your system; otherwise it will be
135    automatically deduced at runtime.
136         STACK_DIRECTION > 0 => grows toward higher addresses
137         STACK_DIRECTION < 0 => grows toward lower addresses
138         STACK_DIRECTION = 0 => direction of growth unknown */
139 #undef STACK_DIRECTION
140
141 /* Define to 1 if you have the ANSI C header files. */
142 #undef STDC_HEADERS
143
144 /* Enable extensions on AIX 3, Interix.  */
145 #ifndef _ALL_SOURCE
146 # undef _ALL_SOURCE
147 #endif
148 /* Enable GNU extensions on systems that have them.  */
149 #ifndef _GNU_SOURCE
150 # undef _GNU_SOURCE
151 #endif
152 /* Enable threading extensions on Solaris.  */
153 #ifndef _POSIX_PTHREAD_SEMANTICS
154 # undef _POSIX_PTHREAD_SEMANTICS
155 #endif
156 /* Enable extensions on HP NonStop.  */
157 #ifndef _TANDEM_SOURCE
158 # undef _TANDEM_SOURCE
159 #endif
160 /* Enable general extensions on Solaris.  */
161 #ifndef __EXTENSIONS__
162 # undef __EXTENSIONS__
163 #endif
164
165
166 /* Version of this package */
167 #undef VERSION
168
169 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
170    significant byte first (like Motorola and SPARC, unlike Intel). */
171 #if defined AC_APPLE_UNIVERSAL_BUILD
172 # if defined __BIG_ENDIAN__
173 #  define WORDS_BIGENDIAN 1
174 # endif
175 #else
176 # ifndef WORDS_BIGENDIAN
177 #  undef WORDS_BIGENDIAN
178 # endif
179 #endif
180
181 /* Define to 1 if on MINIX. */
182 #undef _MINIX
183
184 /* Define to 2 if the system does not provide POSIX.1 features except with
185    this defined. */
186 #undef _POSIX_1_SOURCE
187
188 /* Define to 1 if you need to in order for `stat' and other things to work. */
189 #undef _POSIX_SOURCE
190
191 /* Define to empty if `const' does not conform to ANSI C. */
192 #undef const
193
194 /* Define to `__inline__' or `__inline' if that's what the C compiler
195    calls it, or to nothing if 'inline' is not supported under any name.  */
196 #ifndef __cplusplus
197 #undef inline
198 #endif
199
200 /* Define to `unsigned int' if <sys/types.h> does not define. */
201 #undef size_t
202
203
204
205 #endif /*_KSBA_CONFIG_H_INCLUDED*/
206