Imported Upstream version 1.6.1
[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 <memory.h> header file. */
52 #undef HAVE_MEMORY_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 `stpcpy' function. */
61 #undef HAVE_STPCPY
62
63 /* Define to 1 if you have the <strings.h> header file. */
64 #undef HAVE_STRINGS_H
65
66 /* Define to 1 if you have the <string.h> header file. */
67 #undef HAVE_STRING_H
68
69 /* Define to 1 if you have the <sys/stat.h> header file. */
70 #undef HAVE_SYS_STAT_H
71
72 /* Define to 1 if you have the <sys/types.h> header file. */
73 #undef HAVE_SYS_TYPES_H
74
75 /* Define to 1 if the system has the type `u32'. */
76 #undef HAVE_U32
77
78 /* Define to 1 if you have the <unistd.h> header file. */
79 #undef HAVE_UNISTD_H
80
81 /* Defined if we run on WindowsCE */
82 #undef HAVE_W32CE_SYSTEM
83
84 /* Defined if we run on a W32 API based system */
85 #undef HAVE_W32_SYSTEM
86
87 /* Define to use the GNU C visibility attribute. */
88 #undef KSBA_USE_VISIBILITY
89
90 /* Define to the sub-directory in which libtool stores uninstalled libraries.
91    */
92 #undef LT_OBJDIR
93
94 /* Name of package */
95 #undef PACKAGE
96
97 /* Define to the address where bug reports for this package should be sent. */
98 #undef PACKAGE_BUGREPORT
99
100 /* Define to the full name of this package. */
101 #undef PACKAGE_NAME
102
103 /* Define to the full name and version of this package. */
104 #undef PACKAGE_STRING
105
106 /* Define to the one symbol short name of this package. */
107 #undef PACKAGE_TARNAME
108
109 /* Define to the home page for this package. */
110 #undef PACKAGE_URL
111
112 /* Define to the version of this package. */
113 #undef PACKAGE_VERSION
114
115 /* The size of `unsigned int', as computed by sizeof. */
116 #undef SIZEOF_UNSIGNED_INT
117
118 /* The size of `unsigned long', as computed by sizeof. */
119 #undef SIZEOF_UNSIGNED_LONG
120
121 /* If using the C implementation of alloca, define if you know the
122    direction of stack growth for your system; otherwise it will be
123    automatically deduced at runtime.
124         STACK_DIRECTION > 0 => grows toward higher addresses
125         STACK_DIRECTION < 0 => grows toward lower addresses
126         STACK_DIRECTION = 0 => direction of growth unknown */
127 #undef STACK_DIRECTION
128
129 /* Define to 1 if you have the ANSI C header files. */
130 #undef STDC_HEADERS
131
132 /* Enable extensions on AIX 3, Interix.  */
133 #ifndef _ALL_SOURCE
134 # undef _ALL_SOURCE
135 #endif
136 /* Enable GNU extensions on systems that have them.  */
137 #ifndef _GNU_SOURCE
138 # undef _GNU_SOURCE
139 #endif
140 /* Enable threading extensions on Solaris.  */
141 #ifndef _POSIX_PTHREAD_SEMANTICS
142 # undef _POSIX_PTHREAD_SEMANTICS
143 #endif
144 /* Enable extensions on HP NonStop.  */
145 #ifndef _TANDEM_SOURCE
146 # undef _TANDEM_SOURCE
147 #endif
148 /* Enable general extensions on Solaris.  */
149 #ifndef __EXTENSIONS__
150 # undef __EXTENSIONS__
151 #endif
152
153
154 /* Version number of package */
155 #undef VERSION
156
157 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
158    significant byte first (like Motorola and SPARC, unlike Intel). */
159 #if defined AC_APPLE_UNIVERSAL_BUILD
160 # if defined __BIG_ENDIAN__
161 #  define WORDS_BIGENDIAN 1
162 # endif
163 #else
164 # ifndef WORDS_BIGENDIAN
165 #  undef WORDS_BIGENDIAN
166 # endif
167 #endif
168
169 /* Expose all libc features (__DARWIN_C_FULL). */
170 #undef _DARWIN_C_SOURCE
171
172 /* Define to 1 if on MINIX. */
173 #undef _MINIX
174
175 /* Define to 2 if the system does not provide POSIX.1 features except with
176    this defined. */
177 #undef _POSIX_1_SOURCE
178
179 /* Define to 1 if you need to in order for `stat' and other things to work. */
180 #undef _POSIX_SOURCE
181
182 /* Define to empty if `const' does not conform to ANSI C. */
183 #undef const
184
185 /* Define to `__inline__' or `__inline' if that's what the C compiler
186    calls it, or to nothing if 'inline' is not supported under any name.  */
187 #ifndef __cplusplus
188 #undef inline
189 #endif
190
191 /* Define to `unsigned int' if <sys/types.h> does not define. */
192 #undef size_t
193
194
195
196 #endif /*_KSBA_CONFIG_H_INCLUDED*/
197