libbtc
bitcoinclibrary
libbtc-config.h
Go to the documentation of this file.
1 /* src/libbtc-config.h. Generated from libbtc-config.h.in by configure. */
2 /* src/libbtc-config.h.in. Generated from configure.ac by autoheader. */
3 
4 #ifndef LIBBTC_CONFIG_H
5 
6 #define LIBBTC_CONFIG_H
7 
8 /* Define to 1 to enable debung output */
9 #define ENABLE_DEBUG 1
10 
11 /* Define to 1 to enable /dev/random as random device */
12 #define FILE_RANDOM 1
13 
14 /* Define this symbol if __builtin_expect is available */
15 #define HAVE_BUILTIN_EXPECT 1
16 
17 /* Define to 1 if you have the <dlfcn.h> header file. */
18 #define HAVE_DLFCN_H 1
19 
20 /* Define to 1 if you have the <inttypes.h> header file. */
21 #define HAVE_INTTYPES_H 1
22 
23 /* Define to 1 if you have the <memory.h> header file. */
24 #define HAVE_MEMORY_H 1
25 
26 /* Define to 1 if stdbool.h conforms to C99. */
27 #define HAVE_STDBOOL_H 1
28 
29 /* Define to 1 if you have the <stdint.h> header file. */
30 #define HAVE_STDINT_H 1
31 
32 /* Define to 1 if you have the <stdlib.h> header file. */
33 #define HAVE_STDLIB_H 1
34 
35 /* Define to 1 if you have the <strings.h> header file. */
36 #define HAVE_STRINGS_H 1
37 
38 /* Define to 1 if you have the <string.h> header file. */
39 #define HAVE_STRING_H 1
40 
41 /* Define to 1 if you have the <sys/stat.h> header file. */
42 #define HAVE_SYS_STAT_H 1
43 
44 /* Define to 1 if you have the <sys/types.h> header file. */
45 #define HAVE_SYS_TYPES_H 1
46 
47 /* Define to 1 if you have the <unistd.h> header file. */
48 #define HAVE_UNISTD_H 1
49 
50 /* Define to 1 if the system has the type `_Bool'. */
51 #define HAVE__BOOL 1
52 
53 /* Define to the sub-directory where libtool stores uninstalled libraries. */
54 #define LT_OBJDIR ".libs/"
55 
56 /* Define to the address where bug reports for this package should be sent. */
57 #define PACKAGE_BUGREPORT "https://github.com/jonasschnelli/libbtc/issues"
58 
59 /* Define to the full name of this package. */
60 #define PACKAGE_NAME "libbtc"
61 
62 /* Define to the full name and version of this package. */
63 #define PACKAGE_STRING "libbtc 0.1"
64 
65 /* Define to the one symbol short name of this package. */
66 #define PACKAGE_TARNAME "libbtc"
67 
68 /* Define to the home page for this package. */
69 #define PACKAGE_URL ""
70 
71 /* Define to the version of this package. */
72 #define PACKAGE_VERSION "0.1"
73 
74 /* Define to set random file handle */
75 #define RANDOM_DEVICE "/dev/urandom"
76 
77 /* Define to 1 if you have the ANSI C header files. */
78 #define STDC_HEADERS 1
79 
80 #endif /*LIBBTC_CONFIG_H*/