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 #define COMMIT_ID "ebba3f6c9b2929290d01ec33c6fc81a1b03e5ca6"
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 <inttypes.h> header file. */
11 #define HAVE_INTTYPES_H 1
12 
13 /* Define to 1 if you have the `crypto' library (-lcrypto). */
14 #define HAVE_LIBCRYPTO 1
15 
16 /* Define to 1 if you have the `curl' library (-lcurl). */
17 #define HAVE_LIBCURL 1
18 
19 /* Define to 1 if you have the <memory.h> header file. */
20 #define HAVE_MEMORY_H 1
21 
22 /* Define to 1 if you have the <stdint.h> header file. */
23 #define HAVE_STDINT_H 1
24 
25 /* Define to 1 if you have the <stdlib.h> header file. */
26 #define HAVE_STDLIB_H 1
27 
28 /* Define to 1 if you have the <strings.h> header file. */
29 #define HAVE_STRINGS_H 1
30 
31 /* Define to 1 if you have the <string.h> header file. */
32 #define HAVE_STRING_H 1
33 
34 /* Define to 1 if you have the <sys/stat.h> header file. */
35 #define HAVE_SYS_STAT_H 1
36 
37 /* Define to 1 if you have the <sys/types.h> header file. */
38 #define HAVE_SYS_TYPES_H 1
39 
40 /* Define to 1 if you have the <unistd.h> header file. */
41 #define HAVE_UNISTD_H 1
42 
43 /* Disabling strict HTTP parsing to allow underscores in host names. */
44 #define HTTP_PARSER_STRICT 0
45 
46 /* Default aggregation PDU version. */
47 #define KSI_AGGREGATION_PDU_VERSION KSI_PDU_VERSION_2
48 
49 /* Default extending PDU version. */
50 #define KSI_EXTENDING_PDU_VERSION KSI_PDU_VERSION_2
51 
52 /* Define to the sub-directory in which libtool stores uninstalled libraries.
53  */
54 #define LT_OBJDIR ".libs/"
55 
56 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
57 /* #undef NO_MINUS_C_MINUS_O */
58 
59 /* Path to the trusted CA certificate directory */
60 /* #undef OPENSSL_CA_DIR */
61 
62 /* Location of the trusted CA certificate bundle file */
63 #define OPENSSL_CA_FILE "/etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt"
64 
65 /* Name of package */
66 #define PACKAGE "libksi"
67 
68 /* Define to the address where bug reports for this package should be sent. */
69 #define PACKAGE_BUGREPORT "support@guardtime.com"
70 
71 /* Define to the full name of this package. */
72 #define PACKAGE_NAME "libksi"
73 
74 /* Define to the full name and version of this package. */
75 #define PACKAGE_STRING "libksi 3.15.2306"
76 
77 /* Define to the one symbol short name of this package. */
78 #define PACKAGE_TARNAME "libksi"
79 
80 /* Define to the version of this package. */
81 #define PACKAGE_VERSION "3.15.2306"
82 
83 /* Define to 1 if you have the ANSI C header files. */
84 #define STDC_HEADERS 1
85 
86 /* Location of the unit test xml results. */
87 #define UNIT_TEST_OUTPUT_XML "testsuite-xunit.xml"
88 
89 /* Version number of package */
90 #define VERSION "3.15.2306"