libaria2cpp 0.2.0
Basic CPP library to connect to an ARIA2 daemon via the RPC interface.
config.h
1/* config.h. Generated from config.h.in by configure. */
2/* config.h.in. Generated from configure.ac by autoheader. */
3
4/* define if the compiler supports basic C++14 syntax */
5#define HAVE_CXX14 1
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 <fcntl.h> header file. */
11#define HAVE_FCNTL_H 1
12
13/* Define to 1 if you have the `getcwd' function. */
14#define HAVE_GETCWD 1
15
16/* Define to 1 if you have the <inttypes.h> header file. */
17#define HAVE_INTTYPES_H 1
18
19/* Define to 1 if you have the `jsoncpp' library (-ljsoncpp). */
20#define HAVE_LIBJSONCPP 1
21
22/* Define to 1 if you have the `jsonrpccpp-client' library
23 (-ljsonrpccpp-client). */
24#define HAVE_LIBJSONRPCCPP_CLIENT 1
25
26/* Define to 1 if you have the `jsonrpccpp-common' library
27 (-ljsonrpccpp-common). */
28#define HAVE_LIBJSONRPCCPP_COMMON 1
29
30/* Define to 1 if you have the `realpath' function. */
31#define HAVE_REALPATH 1
32
33/* Define to 1 if you have the <stdint.h> header file. */
34#define HAVE_STDINT_H 1
35
36/* Define to 1 if you have the <stdio.h> header file. */
37#define HAVE_STDIO_H 1
38
39/* Define to 1 if you have the <stdlib.h> header file. */
40#define HAVE_STDLIB_H 1
41
42/* Define to 1 if you have the <strings.h> header file. */
43#define HAVE_STRINGS_H 1
44
45/* Define to 1 if you have the <string.h> header file. */
46#define HAVE_STRING_H 1
47
48/* Define to 1 if you have the <sys/ioctl.h> header file. */
49#define HAVE_SYS_IOCTL_H 1
50
51/* Define to 1 if you have the <sys/stat.h> header file. */
52#define HAVE_SYS_STAT_H 1
53
54/* Define to 1 if you have the <sys/types.h> header file. */
55#define HAVE_SYS_TYPES_H 1
56
57/* Define to 1 if you have the <unistd.h> header file. */
58#define HAVE_UNISTD_H 1
59
60/* Define to 1 if the system has the type `_Bool'. */
61#define HAVE__BOOL 1
62
63/* Define to the sub-directory where libtool stores uninstalled libraries. */
64#define LT_OBJDIR ".libs/"
65
66/* Name of package */
67#define PACKAGE "libaria2cpp"
68
69/* Define to the address where bug reports for this package should be sent. */
70#define PACKAGE_BUGREPORT "dennisk@netspace.net.au"
71
72/* Define to the full name of this package. */
73#define PACKAGE_NAME "libaria2cpp"
74
75/* Define to the full name and version of this package. */
76#define PACKAGE_STRING "libaria2cpp 0.2.1"
77
78/* Define to the one symbol short name of this package. */
79#define PACKAGE_TARNAME "libaria2cpp"
80
81/* Define to the home page for this package. */
82#define PACKAGE_URL ""
83
84/* Define to the version of this package. */
85#define PACKAGE_VERSION "0.2.1"
86
87/* Define to 1 if all of the C90 standard headers exist (not just the ones
88 required in a freestanding environment). This macro is provided for
89 backward compatibility; new code need not use it. */
90#define STDC_HEADERS 1
91
92/* Version number of package */
93#define VERSION "0.2.1"
94
95/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
96 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
97 #define below would cause a syntax error. */
98/* #undef _UINT64_T */
99
100/* Define to `unsigned int' if <sys/types.h> does not define. */
101/* #undef size_t */
102
103/* Define to the type of an unsigned integer type of width exactly 64 bits if
104 such a type exists and the standard includes do not define it. */
105/* #undef uint64_t */