1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* DISABLE WEAK CRYPTO ALGORITHMS */
4#undef DISABLE_WEAK_CRYPTO
5
6/* "The default TCTIs configuration string" */
7#undef ESYS_TCTI_DEFAULT_CONFIG
8
9/* "The default TCTI library file" */
10#undef ESYS_TCTI_DEFAULT_MODULE
11
12/* Perform integration tests without EK certificate verification */
13#undef FAPI_TEST_EK_CERT_LESS
14
15/* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
16   you don't. */
17#undef HAVE_DECL_CYGWIN_CONV_PATH
18
19/* Define if you have the GNU dld library. */
20#undef HAVE_DLD
21
22/* Define to 1 if you have the `dlerror' function. */
23#undef HAVE_DLERROR
24
25/* Define to 1 if you have the <dlfcn.h> header file. */
26#undef HAVE_DLFCN_H
27
28/* Define if you have the _dyld_func_lookup function. */
29#undef HAVE_DYLD
30
31/* Define to 1 if you have the <inttypes.h> header file. */
32#undef HAVE_INTTYPES_H
33
34/* Define if you have the libdl library or equivalent. */
35#undef HAVE_LIBDL
36
37/* Define if libdlloader will be built on this platform */
38#undef HAVE_LIBDLLOADER
39
40/* Define to 1 if you have the <memory.h> header file. */
41#undef HAVE_MEMORY_H
42
43/* Define to 1 if you have the `reallocarray' function. */
44#undef HAVE_REALLOCARRAY
45
46/* Define if you have the shl_load function. */
47#undef HAVE_SHL_LOAD
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 <stdlib.h> header file. */
53#undef HAVE_STDLIB_H
54
55/* Define to 1 if you have the <strings.h> header file. */
56#undef HAVE_STRINGS_H
57
58/* Define to 1 if you have the <string.h> header file. */
59#undef HAVE_STRING_H
60
61/* Define to 1 if you have the <sys/stat.h> header file. */
62#undef HAVE_SYS_STAT_H
63
64/* Define to 1 if you have the <sys/types.h> header file. */
65#undef HAVE_SYS_TYPES_H
66
67/* Define to 1 if you have the <unistd.h> header file. */
68#undef HAVE_UNISTD_H
69
70/* use mssim TCTI for integration tests */
71#undef INTEGRATION_TCTI_MSSIM
72
73/* Support for writing to a log file is enabled */
74#undef LOG_FILE_ENABLED
75
76/* Define to the sub-directory where libtool stores uninstalled libraries. */
77#undef LT_OBJDIR
78
79/* "Trace log level" */
80#undef MAXLOGLEVEL
81
82/* mbedTLS cryptographic backend */
83#undef MBED
84
85/* Define if debugging is disabled */
86#undef NDEBUG
87
88/* disable use of dlopen */
89#undef NO_DL
90
91/* OpenSSL cryptographic backend */
92#undef OSSL
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/* Allow usage of self generated root certificate */
116#undef SELF_GENERATED_CERTIFICATE
117
118/* Define to 1 if you have the ANSI C header files. */
119#undef STDC_HEADERS
120
121/* System config dir */
122#undef SYSCONFDIR
123
124/* TCTI FOR COMMAND BASED ACCESS TO TPM2 DEVICE */
125#undef TCTI_CMD
126
127/* TCTI FOR DEV TPM */
128#undef TCTI_DEVICE
129
130/* TCTI FOR FUZZING */
131#undef TCTI_FUZZING
132
133/* TCTI FOR MS SIMULATOR */
134#undef TCTI_MSSIM
135
136/* TCTI FOR SWTPM */
137#undef TCTI_SWTPM
138
139/* FAPI forced async spinning */
140#undef TEST_FAPI_ASYNC
141
142/* Enable for UNIT testing */
143#undef UNIT
144
145/* Enable extensions on AIX 3, Interix.  */
146#ifndef _ALL_SOURCE
147# undef _ALL_SOURCE
148#endif
149/* Enable GNU extensions on systems that have them.  */
150#ifndef _GNU_SOURCE
151# undef _GNU_SOURCE
152#endif
153/* Enable threading extensions on Solaris.  */
154#ifndef _POSIX_PTHREAD_SEMANTICS
155# undef _POSIX_PTHREAD_SEMANTICS
156#endif
157/* Enable extensions on HP NonStop.  */
158#ifndef _TANDEM_SOURCE
159# undef _TANDEM_SOURCE
160#endif
161/* Enable general extensions on Solaris.  */
162#ifndef __EXTENSIONS__
163# undef __EXTENSIONS__
164#endif
165
166
167/* Version number of package */
168#undef VERSION
169
170/* Define to 1 if on MINIX. */
171#undef _MINIX
172
173/* Define to 2 if the system does not provide POSIX.1 features except with
174   this defined. */
175#undef _POSIX_1_SOURCE
176
177/* Define to 1 if you need to in order for `stat' and other things to work. */
178#undef _POSIX_SOURCE
179