Guardtime KSI c SDK
config.h
Go to the documentation of this file.
1 /* src/ksi/config.h. Generated from config.h.in by configure. */
2 /* src/ksi/config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* Commit id */
5 /* #undef COMMIT_ID */
6 
7 /* Define to 1 if you have the <dlfcn.h> header file. */
8 #define HAVE_DLFCN_H 1
9 
10 /* Define to 1 if you have the `EVP_sha3_256' function. */
11 #define HAVE_EVP_SHA3_256 1
12 
13 /* Define to 1 if you have the `EVP_sha3_384' function. */
14 #define HAVE_EVP_SHA3_384 1
15 
16 /* Define to 1 if you have the `EVP_sha3_512' function. */
17 #define HAVE_EVP_SHA3_512 1
18 
19 /* Define to 1 if you have the `EVP_sm3' function. */
20 /* #undef HAVE_EVP_SM3 */
21 
22 /* Define to 1 if you have the `HMAC_CTX_new' function. */
23 #define HAVE_HMAC_CTX_NEW 1
24 
25 /* Define to 1 if you have the <inttypes.h> header file. */
26 #define HAVE_INTTYPES_H 1
27 
28 /* Define to 1 if you have the `crypto' library (-lcrypto). */
29 #define HAVE_LIBCRYPTO 1
30 
31 /* Define to 1 if you have the `curl' library (-lcurl). */
32 #define HAVE_LIBCURL 1
33 
34 /* Define to 1 if you have the <stdint.h> header file. */
35 #define HAVE_STDINT_H 1
36 
37 /* Define to 1 if you have the <stdio.h> header file. */
38 #define HAVE_STDIO_H 1
39 
40 /* Define to 1 if you have the <stdlib.h> header file. */
41 #define HAVE_STDLIB_H 1
42 
43 /* Define to 1 if you have the <strings.h> header file. */
44 #define HAVE_STRINGS_H 1
45 
46 /* Define to 1 if you have the <string.h> header file. */
47 #define HAVE_STRING_H 1
48 
49 /* Define to 1 if you have the <sys/stat.h> header file. */
50 #define HAVE_SYS_STAT_H 1
51 
52 /* Define to 1 if you have the <sys/types.h> header file. */
53 #define HAVE_SYS_TYPES_H 1
54 
55 /* Define to 1 if you have the <unistd.h> header file. */
56 #define HAVE_UNISTD_H 1
57 
58 /* Disabling strict HTTP parsing to allow underscores in host names. */
59 #define HTTP_PARSER_STRICT 0
60 
61 /* Default aggregation PDU version. */
62 /* #undef KSI_AGGREGATION_PDU_VERSION */
63 
64 /* Build without net provider (bitfield). */
65 #define KSI_DISABLE_NET_PROVIDER 0
66 
67 /* Default extending PDU version. */
68 /* #undef KSI_EXTENDING_PDU_VERSION */
69 
70 /* Use OpenSSL. */
71 #define KSI_HASH_IMPL KSI_IMPL_OPENSSL
72 
73 /* Use native HMAC implementation. */
74 #define KSI_NATIVE_HMAC 1
75 
76 /* Define to the sub-directory where libtool stores uninstalled libraries. */
77 #define LT_OBJDIR ".libs/"
78 
79 /* Path to the trusted CA certificate directory */
80 /* #undef OPENSSL_CA_DIR */
81 
82 /* Location of the trusted CA certificate bundle file */
83 #define OPENSSL_CA_FILE "/etc/certs/ca-certificates.crt"
84 
85 /* Name of package */
86 #define PACKAGE "libksi"
87 
88 /* Define to the address where bug reports for this package should be sent. */
89 #define PACKAGE_BUGREPORT "support@guardtime.com"
90 
91 /* Define to the full name of this package. */
92 #define PACKAGE_NAME "libksi"
93 
94 /* Define to the full name and version of this package. */
95 #define PACKAGE_STRING "libksi 3.21.3075"
96 
97 /* Define to the one symbol short name of this package. */
98 #define PACKAGE_TARNAME "libksi"
99 
100 /* Define to the home page for this package. */
101 #define PACKAGE_URL ""
102 
103 /* Define to the version of this package. */
104 #define PACKAGE_VERSION "3.21.3075"
105 
106 /* Define to 1 if all of the C90 standard headers exist (not just the ones
107  required in a freestanding environment). This macro is provided for
108  backward compatibility; new code need not use it. */
109 #define STDC_HEADERS 1
110 
111 /* Location of the unit test xml results. */
112 #define UNIT_TEST_OUTPUT_XML "testsuite-xunit.xml"
113 
114 /* Version number of package */
115 #define VERSION "3.21.3075"