Guardtime KSI c SDK
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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 <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 /* #undef KSI_AGGREGATION_PDU_VERSION */
48 
49 /* Build without net provider (bitfield). */
50 #define KSI_DISABLE_NET_PROVIDER 0
51 
52 /* Default extending PDU version. */
53 /* #undef KSI_EXTENDING_PDU_VERSION */
54 
55 /* Use OpenSSL. */
56 #define KSI_HASH_IMPL KSI_IMPL_OPENSSL
57 
58 /* Define to the sub-directory where libtool stores uninstalled libraries. */
59 #define LT_OBJDIR ".libs/"
60 
61 /* Path to the trusted CA certificate directory */
62 /* #undef OPENSSL_CA_DIR */
63 
64 /* Location of the trusted CA certificate bundle file */
65 #define OPENSSL_CA_FILE "/etc/certs/ca-certificates.crt"
66 
67 /* Name of package */
68 #define PACKAGE "libksi"
69 
70 /* Define to the address where bug reports for this package should be sent. */
71 #define PACKAGE_BUGREPORT "support@guardtime.com"
72 
73 /* Define to the full name of this package. */
74 #define PACKAGE_NAME "libksi"
75 
76 /* Define to the full name and version of this package. */
77 #define PACKAGE_STRING "libksi 3.20.3025"
78 
79 /* Define to the one symbol short name of this package. */
80 #define PACKAGE_TARNAME "libksi"
81 
82 /* Define to the home page for this package. */
83 #define PACKAGE_URL ""
84 
85 /* Define to the version of this package. */
86 #define PACKAGE_VERSION "3.20.3025"
87 
88 /* Define to 1 if you have the ANSI C header files. */
89 #define STDC_HEADERS 1
90 
91 /* Location of the unit test xml results. */
92 #define UNIT_TEST_OUTPUT_XML "testsuite-xunit.xml"
93 
94 /* Version number of package */
95 #define VERSION "3.20.3025"